Home
last modified time | relevance | path

Searched refs:getGLTextureParams (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/gpu/
DGrBackendSurface.h368 sk_sp<GrGLTextureParameters> getGLTextureParams() const;
/external/skia/src/gpu/gl/
DGrGLGpu.cpp669 backendTex.getGLTextureParams(), cacheable, ioType); in onWrapBackendTexture()
723 backendTex.getGLTextureParams(), cacheable, in onWrapCompressedBackendTexture()
765 this, sampleCnt, desc, backendTex.getGLTextureParams(), rtIDs, cacheable, in onWrapRenderableBackendTexture()
1500 auto params = backendTexture.getGLTextureParams(); in onUpdateCompressedBackendTexture()
3661 auto params = backendTexture.getGLTextureParams(); in onClearBackendTexture()
/external/skia/src/gpu/
DGrBackendSurface.cpp478 sk_sp<GrGLTextureParameters> GrBackendTexture::getGLTextureParams() const { in getGLTextureParams() function in GrBackendTexture