Searched refs:getGLTextureInfo (Results 1 – 12 of 12) sorted by relevance
180 if (genBackendTex.getGLTextureInfo(&genTexInfo) && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()181 backendTex.getGLTextureInfo(&origTexInfo)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
101 if (!backendTexture1.getGLTextureInfo(&texInfo)) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
63 REPORTER_ASSERT(reporter, backendTex.getGLTextureInfo(&info)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
109 REPORTER_ASSERT(reporter, texture2D.getGLTextureInfo(&info2D)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
97 if (!mbet->texture().getGLTextureInfo(&texInfo)) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
195 if (genBackendTex.getGLTextureInfo(&genTexInfo) && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()196 backendTex.getGLTextureInfo(&origTexInfo)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
170 bool getGLTextureInfo(GrGLTextureInfo*) const;
291 bool getGLTextureInfo(GrGLTextureInfo*) const;
329 bool GrBackendTexture::getGLTextureInfo(GrGLTextureInfo* outInfo) const { in getGLTextureInfo() function in GrBackendTexture
619 if (!backendTex.getGLTextureInfo(&info) || !info.fID || !info.fFormat) { in check_backend_texture()681 if (!backendTex.getGLTextureInfo(&info) || !info.fID || !info.fFormat) { in check_compressed_backend_texture()1484 SkAssertResult(backendTexture.getGLTextureInfo(&info)); in onUpdateCompressedBackendTexture()3646 SkAssertResult(backendTexture.getGLTextureInfo(&info)); in onClearBackendTexture()3690 if (tex.getGLTextureInfo(&info)) { in deleteBackendTexture()3713 if (!tex.getGLTextureInfo(&info)) { in isTestingOnlyBackendTexture()
619 if (!backendTex.getGLTextureInfo(&info) || !info.fID) { in check_backend_texture()748 if (!tex.getGLTextureInfo(&info) || !info.fID) { in onWrapBackendTextureAsRenderTarget()4044 if (!tex.getGLTextureInfo(&info)) { in isTestingOnlyBackendTexture()4058 if (tex.getGLTextureInfo(&info)) { in deleteTestingOnlyBackendTexture()
682 bool GrBackendTexture::getGLTextureInfo(GrGLTextureInfo* outInfo) const { in getGLTextureInfo() function in GrBackendTexture