Home
last modified time | relevance | path

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

/third_party/skia/include/gpu/
H A DGrBackendSurface.h394 friend class GrGLGpu; // for getGLTextureParams
400 sk_sp<GrGLTextureParameters> getGLTextureParams() const;
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp675 backendTex.getGLTextureParams(), cacheable, ioType); in onWrapBackendTexture()
729 backendTex.getGLTextureParams(), cacheable, in onWrapCompressedBackendTexture()
771 this, sampleCnt, desc, backendTex.getGLTextureParams(), rtIDs, cacheable, in onWrapRenderableBackendTexture()
1573 auto params = backendTexture.getGLTextureParams(); in onUpdateCompressedBackendTexture()
3703 auto params = backendTexture.getGLTextureParams(); in onClearBackendTexture()
/third_party/skia/src/gpu/
H A DGrBackendSurface.cpp526 sk_sp<GrGLTextureParameters> GrBackendTexture::getGLTextureParams() const { in getGLTextureParams() function in GrBackendTexture

Completed in 11 milliseconds