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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h 62 bool reuseScratchTextures() const { return fReuseScratchTextures; }
GrSWMaskHelper.cpp 148 bool reuseScratch = fContext->getGpu()->caps()->reuseScratchTextures();
GrContext.cpp 444 if (!fGpu->caps()->reuseScratchTextures() &&
511 if (fGpu->caps()->reuseScratchTextures() || NULL != texture->asRenderTarget()) {
539 if (fGpu->caps()->reuseScratchTextures() || NULL != texture->asRenderTarget()) {
    [all...]
  /external/skia/src/gpu/
GrDrawTargetCaps.h 62 bool reuseScratchTextures() const { return fReuseScratchTextures; }
GrSWMaskHelper.cpp 148 bool reuseScratch = fContext->getGpu()->caps()->reuseScratchTextures();
GrContext.cpp 444 if (!fGpu->caps()->reuseScratchTextures() &&
511 if (fGpu->caps()->reuseScratchTextures() || NULL != texture->asRenderTarget()) {
539 if (fGpu->caps()->reuseScratchTextures() || NULL != texture->asRenderTarget()) {
    [all...]

Completed in 189 milliseconds