Home
last modified time | relevance | path

Searched refs:destroyEGLImage (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp83 void destroyEGLImage(GrEGLImage) const override;
188 void ANGLEGLContext::destroyEGLImage(GrEGLImage image) const { in destroyEGLImage() function in __anona68d8d0a0111::ANGLEGLContext
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp45 void destroyEGLImage(GrEGLImage) const override;
228 void EGLGLTestContext::destroyEGLImage(GrEGLImage image) const { in destroyEGLImage() function in __anon1654fcc50111::EGLGLTestContext
/external/skia/tools/gpu/gl/
DGLTestContext.h35 virtual void destroyEGLImage(GrEGLImage) const { } in destroyEGLImage() function
/external/skia/tests/
DEGLImageTest.cpp35 glctx1->destroyEGLImage(image1); in cleanup()