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

  /external/skia/include/gpu/
GrCaps.h 207 bool reuseScratchTextures() const { return fReuseScratchTextures; }
  /external/skia/src/gpu/
GrTextureProvider.cpp 87 if (fGpu->caps()->reuseScratchTextures() || (desc->fFlags & kRenderTarget_GrSurfaceFlag)) {
GrGpu.cpp 149 if (!this->caps()->reuseScratchTextures() && !isRT) {

Completed in 67 milliseconds