Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/angle/
DSkANGLEGLContext.h38 void destroyEGLImage(GrEGLImage) const override;
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp44 void destroyEGLImage(GrEGLImage) const override;
223 void EGLGLContext::destroyEGLImage(GrEGLImage image) const { in destroyEGLImage() function in __anoned9deafa0111::EGLGLContext
/external/skia/include/gpu/gl/
DSkGLContext.h42 virtual void destroyEGLImage(GrEGLImage) const {} in destroyEGLImage() function
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp150 void SkANGLEGLContext::destroyEGLImage(GrEGLImage image) const { in destroyEGLImage() function in SkANGLEGLContext
/external/skia/tests/
DEGLImageTest.cpp29 glctx1->destroyEGLImage(image1); in cleanup()