Searched refs:getGLTextureParams (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/include/gpu/ |
H A D | GrBackendSurface.h | 394 friend class GrGLGpu; // for getGLTextureParams 400 sk_sp<GrGLTextureParameters> getGLTextureParams() const;
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 675 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 D | GrBackendSurface.cpp | 526 sk_sp<GrGLTextureParameters> GrBackendTexture::getGLTextureParams() const { in getGLTextureParams() function in GrBackendTexture
|
Completed in 11 milliseconds