Home
last modified time | relevance | path

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

/external/skia/tests/
DGrTRecorderTest.cpp81 return reinterpret_cast<int*>(Recorder::GetDataForItem(this)); in extraData()
182 int* data = reinterpret_cast<int*>(Recorder::GetDataForItem(this)); in SubclassExtraData()
192 const int* data = reinterpret_cast<const int*>(Recorder::GetDataForItem(this)); in validate()
/external/skqp/tests/
DGrTRecorderTest.cpp81 return reinterpret_cast<int*>(Recorder::GetDataForItem(this)); in extraData()
182 int* data = reinterpret_cast<int*>(Recorder::GetDataForItem(this)); in SubclassExtraData()
192 const int* data = reinterpret_cast<const int*>(Recorder::GetDataForItem(this)); in validate()
/external/skqp/src/gpu/
DGrTRecorder.h94 template<typename TItem> static const void* GetDataForItem(const TItem* item) { in GetDataForItem() function
98 template<typename TItem> static void* GetDataForItem(TItem* item) { in GetDataForItem() function
/external/skia/src/gpu/
DGrTRecorder.h94 template<typename TItem> static const void* GetDataForItem(const TItem* item) { in GetDataForItem() function
98 template<typename TItem> static void* GetDataForItem(TItem* item) { in GetDataForItem() function