Home
last modified time | relevance | path

Searched refs:refScratchTexture (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrTextureProvider.cpp46 if (GrTexture* texture = this->refScratchTexture(desc, kFlags)) { in createTexture()
75 return this->refScratchTexture(desc, scratchFlags); in internalCreateApproxTexture()
79 GrTexture* GrTextureProvider::refScratchTexture(const GrSurfaceDesc& inDesc, in refScratchTexture() function in GrTextureProvider
/external/skia/include/gpu/
DGrTextureProvider.h72 GrTexture* refScratchTexture(const GrSurfaceDesc& desc, ScratchTexMatch match) { in refScratchTexture() function
137 GrTexture* refScratchTexture(const GrSurfaceDesc&, uint32_t scratchTextureFlags);