Home
last modified time | relevance | path

Searched refs:GrEGLImage (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp33 GrEGLImage texture2DToEGLImage(GrGLuint texID) const override;
34 void destroyEGLImage(GrEGLImage) const override;
35 GrGLuint eglImageToExternalTexture(GrEGLImage) const override;
234 GrEGLImage EGLGLTestContext::texture2DToEGLImage(GrGLuint texID) const { in texture2DToEGLImage()
248 void EGLGLTestContext::destroyEGLImage(GrEGLImage image) const { in destroyEGLImage()
252 GrGLuint EGLGLTestContext::eglImageToExternalTexture(GrEGLImage image) const { in eglImageToExternalTexture()
/third_party/skia/tools/gpu/gl/
DGLTestContext.h33 virtual GrEGLImage texture2DToEGLImage(GrGLuint /*texID*/) const { return nullptr; } in texture2DToEGLImage()
35 virtual void destroyEGLImage(GrEGLImage) const { } in destroyEGLImage() argument
41 virtual GrGLuint eglImageToExternalTexture(GrEGLImage) const { return 0; } in eglImageToExternalTexture() argument
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp96 GrEGLImage texture2DToEGLImage(GrGLuint texID) const override;
97 void destroyEGLImage(GrEGLImage) const override;
98 GrGLuint eglImageToExternalTexture(GrEGLImage) const override;
370 GrEGLImage ANGLEGLContext::texture2DToEGLImage(GrGLuint texID) const { in texture2DToEGLImage()
382 void ANGLEGLContext::destroyEGLImage(GrEGLImage image) const { fDestroyImage(fDisplay, image); } in destroyEGLImage()
384 GrGLuint ANGLEGLContext::eglImageToExternalTexture(GrEGLImage image) const { in eglImageToExternalTexture()
/third_party/skia/tests/
DEGLImageTest.cpp31 GrEGLImage image1) { in cleanup()
65 GrEGLImage image = GR_EGL_NO_IMAGE; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DTextureBindingsResetTest.cpp111 GrEGLImage eglImage = ctxInfo.glContext()->texture2DToEGLImage(info2D.fID); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/include/gpu/gl/
DGrGLTypes.h166 typedef void* GrEGLImage; typedef
DGrGLFunctions.h246 using GrEGLCreateImageFn = GrEGLImage GR_GL_FUNCTION_TYPE(GrEGLDisplay dpy, GrEGLContext ctx, GrEGL…
247 using GrEGLDestroyImageFn = GrEGLBoolean GR_GL_FUNCTION_TYPE(GrEGLDisplay dpy, GrEGLImage image);
/third_party/skia/src/gpu/gl/
DGrGLDefines.h1116 #define GR_EGL_NO_IMAGE ((GrEGLImage)0)