Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNameAllocator.h54 GrGLuint endName() const { return fEndName; } in endName()
82 const GrGLuint fEndName; variable
DGrGLNameAllocator.cpp331 fEndName(endName) { in GrGLNameAllocator()
355 if (fAllocatedNames->end() < fEndName) { in allocateName()