Home
last modified time | relevance | path

Searched refs:backendTexture1 (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DEGLImageTest.cpp67 GrBackendTexture backendTexture1; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
73 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
79 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
88 backendTexture1 = in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
93 if (!backendTexture1.isValid()) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
95 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
100 if (!backendTexture1.getGLTextureInfo(&texInfo)) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
107 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
115 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
150 cleanup(glCtx0, externalTexture.fID, glCtx1.get(), context1, &backendTexture1, image); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
[all …]
DSurfaceTest.cpp992 GrBackendTexture backendTexture1; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
994 if (!create_backend_texture(context, &backendTexture1, ii, SkColors::kTransparent, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
999 [context, &backendTexture1] { delete_backend_texture(context, backendTexture1); }); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1019 context, backendTexture1, kTopLeft_GrSurfaceOrigin, sampleCnt, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1055 context, backendTexture1, kBottomLeft_GrSurfaceOrigin, sampleCnt, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1077 !surf->replaceBackendTexture(backendTexture1, kTopLeft_GrSurfaceOrigin)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1087 REPORTER_ASSERT(reporter, !surf->replaceBackendTexture(backendTexture1, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()