Home
last modified time | relevance | path

Searched refs:texture2DToEGLImage (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tools/gpu/gl/
H A DGLTestContext.h33 virtual GrEGLImage texture2DToEGLImage(GrGLuint /*texID*/) const { return nullptr; } in texture2DToEGLImage() function in sk_gpu_test::GLTestContext
/third_party/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp33 GrEGLImage texture2DToEGLImage(GrGLuint texID) const override;
234 GrEGLImage EGLGLTestContext::texture2DToEGLImage(GrGLuint texID) const { in texture2DToEGLImage() function in EGLGLTestContext
/third_party/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp96 GrEGLImage texture2DToEGLImage(GrGLuint texID) const override;
370 GrEGLImage ANGLEGLContext::texture2DToEGLImage(GrGLuint texID) const { in texture2DToEGLImage() function in ANGLEGLContext
/third_party/skia/tests/
H A DEGLImageTest.cpp109 image = glCtx1->texture2DToEGLImage(texInfo.fID); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
H A DTextureBindingsResetTest.cpp111 GrEGLImage eglImage = ctxInfo.glContext()->texture2DToEGLImage(info2D.fID); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()

Completed in 3 milliseconds