HomeSort by relevance Sort by last modified time
    Searched full:egldestroyimage (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/egl/
egl-symbols-check 20 eglDestroyImage
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary15.inl 21 { "eglDestroyImage", (deFunctionPtr)eglDestroyImage },
eglwInitCore.inl 21 dst->destroyImage = (eglDestroyImageFunc) loader->get("eglDestroyImage");
eglwApi.inl 26 #define eglDestroyImage eglwDestroyImage
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 26 eglw::EGLBoolean eglDestroyImage (eglw::EGLDisplay dpy, eglw::EGLImage image);
egluCallLogWrapper.inl 212 eglw::EGLBoolean CallLogWrapper::eglDestroyImage (eglw::EGLDisplay dpy, eglw::EGLImage image)
215 m_log << TestLog::Message << "eglDestroyImage(" << dpy << ", " << image << ");" << TestLog::EndMessage;
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 246 GR_GL_CALL(this->gl(), EGLDestroyImage(fDisplay, image));
  /external/skqp/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 246 GR_GL_CALL(this->gl(), EGLDestroyImage(fDisplay, image));
  /external/mesa3d/include/EGL/
egl.h 292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 290 GR_GL_CALL(this->gl(), EGLDestroyImage(fDisplay, image));
  /external/skqp/tools/gpu/gl/angle/
GLTestContext_angle.cpp 290 GR_GL_CALL(this->gl(), EGLDestroyImage(fDisplay, image));
  /external/swiftshader/include/EGL/
egl.h 292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
  /external/mesa3d/src/egl/main/
eglapi.c     [all...]
  /frameworks/native/opengl/tools/glgen2/registry/
egl.xml     [all...]

Completed in 546 milliseconds