Searched refs:GetDataForItem (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DGrTRecorderTest.cpp83 return reinterpret_cast<int*>(Recorder::GetDataForItem(this));
184 int* data = reinterpret_cast<int*>(Recorder::GetDataForItem(this));
194 const int* data = reinterpret_cast<const int*>(Recorder::GetDataForItem(this));
/external/skia/src/gpu/
H A DGrTRecorder.h93 template<typename TItem> static const void* GetDataForItem(const TItem* item) { function in class:GrTRecorder
97 template<typename TItem> static void* GetDataForItem(TItem* item) { function in class:GrTRecorder

Completed in 221 milliseconds