HomeSort by relevance Sort by last modified time
    Searched refs:destroyEGLImage (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/gpu/gl/
GLTestContext.h 35 virtual void destroyEGLImage(GrEGLImage) const { }
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 82 void destroyEGLImage(GrEGLImage) const override;
277 void ANGLEGLContext::destroyEGLImage(GrEGLImage image) const {
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 48 void destroyEGLImage(GrEGLImage) const override;
231 void EGLGLTestContext::destroyEGLImage(GrEGLImage image) const {
  /external/skia/tests/
EGLImageTest.cpp 36 glctx1->destroyEGLImage(image1);

Completed in 85 milliseconds