Home
last modified time | relevance | path

Searched refs:eglImageToExternalTexture (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp35 GrGLuint eglImageToExternalTexture(GrEGLImage) const override;
252 GrGLuint EGLGLTestContext::eglImageToExternalTexture(GrEGLImage image) const { in eglImageToExternalTexture() function in __anone02309770111::EGLGLTestContext
/third_party/skia/tools/gpu/gl/
DGLTestContext.h41 virtual GrGLuint eglImageToExternalTexture(GrEGLImage) const { return 0; } in eglImageToExternalTexture() function
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp98 GrGLuint eglImageToExternalTexture(GrEGLImage) const override;
384 GrGLuint ANGLEGLContext::eglImageToExternalTexture(GrEGLImage image) const { in eglImageToExternalTexture() function in __anon9798b33c0111::ANGLEGLContext
/third_party/skia/tests/
DTextureBindingsResetTest.cpp114 infoExternal.fID = ctxInfo.glContext()->eglImageToExternalTexture(eglImage); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DEGLImageTest.cpp143 externalTexture.fID = glCtx0->eglImageToExternalTexture(image); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()