Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp36 TGLObjectManager() : fFreeListHead(kFreeListEnd) { in TGLObjectManager()
42 intptr_t curr = fFreeListHead; in ~TGLObjectManager()
62 if (kFreeListEnd == fFreeListHead) { in create()
69 id = static_cast<GrGLuint>(fFreeListHead); in create()
70 fFreeListHead = reinterpret_cast<intptr_t>(fGLObjects[id]); in create()
86 fGLObjects[id] = reinterpret_cast<T*>(fFreeListHead); in free()
87 fFreeListHead = id; in free()
94 intptr_t fFreeListHead; member in __anon0b8a6d580111::TGLObjectManager