Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp37 TGLObjectManager() : fFreeListHead(kFreeListEnd) { in TGLObjectManager()
43 intptr_t curr = fFreeListHead; in ~TGLObjectManager()
63 if (kFreeListEnd == fFreeListHead) { in create()
70 id = static_cast<GrGLuint>(fFreeListHead); in create()
71 fFreeListHead = reinterpret_cast<intptr_t>(fGLObjects[id]); in create()
87 fGLObjects[id] = reinterpret_cast<T*>(fFreeListHead); in free()
88 fFreeListHead = id; in free()
95 intptr_t fFreeListHead; member in __anon8285b3770111::TGLObjectManager