Home
last modified time | relevance | path

Searched refs:reuseScratchTextures (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/
DGrResourceProvider.cpp190 (fGpu->caps()->reuseScratchTextures() || (desc.fFlags & kRenderTarget_GrSurfaceFlag))) { in createApproxTexture()
212 (fGpu->caps()->reuseScratchTextures() || (desc.fFlags & kRenderTarget_GrSurfaceFlag))) { in refScratchTexture()
DGrCaps.h130 bool reuseScratchTextures() const { return fReuseScratchTextures; } in reuseScratchTextures() function
DGrGpu.cpp133 if (!this->caps()->reuseScratchTextures() && !isRT) { in createTexture()
/external/skia/src/gpu/
DGrResourceProvider.cpp171 (fGpu->caps()->reuseScratchTextures() || (desc.fFlags & kRenderTarget_GrSurfaceFlag))) { in createApproxTexture()
193 (fGpu->caps()->reuseScratchTextures() || (desc.fFlags & kRenderTarget_GrSurfaceFlag))) { in refScratchTexture()
DGrCaps.h130 bool reuseScratchTextures() const { return fReuseScratchTextures; } in reuseScratchTextures() function
DGrGpu.cpp132 if (!this->caps()->reuseScratchTextures() && !isRT) { in createTexture()
/external/skia/tests/
DResourceAllocatorTest.cpp159 bool kConditionallyShare = resourceProvider->caps()->reuseScratchTextures(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DResourceAllocatorTest.cpp159 bool kConditionallyShare = resourceProvider->caps()->reuseScratchTextures(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()