HomeSort by relevance Sort by last modified time
    Searched refs:kFreeListEnd (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 58 BufferManager() : fFreeListHead(kFreeListEnd) {}
63 while (kFreeListEnd != curr) {
82 if (kFreeListEnd == fFreeListHead) {
110 static const intptr_t kFreeListEnd = -1;
112 // the next free slot. The last free slot has a value of kFreeListEnd.
SkNullGLContext.cpp 56 BufferManager() : fFreeListHead(kFreeListEnd) {}
61 while (kFreeListEnd != curr) {
80 if (kFreeListEnd == fFreeListHead) {
108 static const intptr_t kFreeListEnd = -1;
110 // the next free slot. The last free slot has a value of kFreeListEnd.

Completed in 668 milliseconds