Searched refs:getGLTextureParams (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/gpu/ |
D | GrBackendSurface.h | 368 sk_sp<GrGLTextureParameters> getGLTextureParams() const;
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 669 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/ |
D | GrBackendSurface.cpp | 478 sk_sp<GrGLTextureParameters> GrBackendTexture::getGLTextureParams() const { in getGLTextureParams() function in GrBackendTexture
|