Searched refs:fIndexPoolUseCnt (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.cpp37 , fIndexPoolUseCnt(0)
389 GrAssert(0 == fIndexPoolUseCnt);
394 } else if (!fIndexPoolUseCnt) {
435 ++fIndexPoolUseCnt;
452 --fIndexPoolUseCnt;
480 ++fIndexPoolUseCnt;
499 --fIndexPoolUseCnt;
H A DGrGpu.h529 int fIndexPoolUseCnt; member in class:GrGpu
/external/skia/src/gpu/
H A DGrGpu.cpp37 , fIndexPoolUseCnt(0)
389 GrAssert(0 == fIndexPoolUseCnt);
394 } else if (!fIndexPoolUseCnt) {
435 ++fIndexPoolUseCnt;
452 --fIndexPoolUseCnt;
480 ++fIndexPoolUseCnt;
499 --fIndexPoolUseCnt;
H A DGrGpu.h529 int fIndexPoolUseCnt; member in class:GrGpu

Completed in 95 milliseconds