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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h 39 bool reuseScratchTextures() const { return fReuseScratchTextures; }
GrContext.cpp 429 if (!fGpu->caps()->reuseScratchTextures()) {
500 if (fGpu->caps()->reuseScratchTextures()) {
    [all...]
  /external/skia/src/gpu/
GrDrawTargetCaps.h 39 bool reuseScratchTextures() const { return fReuseScratchTextures; }
GrContext.cpp 429 if (!fGpu->caps()->reuseScratchTextures()) {
500 if (fGpu->caps()->reuseScratchTextures()) {
    [all...]

Completed in 4348 milliseconds