Home
last modified time | relevance | path

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

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