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

  /external/skia/gpu/include/
GrGpu.h 513 bool fIndexPoolInUse;
539 fIndexPoolWasInUse = gpu->fIndexPoolInUse;
544 gpu->fIndexPoolInUse = fIndexPoolWasInUse ||
562 fGpu->fIndexPoolInUse = fIndexPoolWasInUse;
  /external/skia/gpu/src/
GrGpu.cpp 51 , fIndexPoolInUse(false)
647 } else if (!fIndexPoolInUse) {

Completed in 66 milliseconds