HomeSort by relevance Sort by last modified time
    Searched defs:eglDestroyImageKHR (Results 1 - 12 of 12) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 59 eglDestroyImageKHR_t eglDestroyImageKHR;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 244 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image)
246 return getDispatch()->eglDestroyImageKHR(dpy, image);
egl_dispatch.h 59 eglDestroyImageKHR_t eglDestroyImageKHR;
104 eglDestroyImageKHR_t set_eglDestroyImageKHR(eglDestroyImageKHR_t f) { eglDestroyImageKHR_t retval = eglDestroyImageKHR; eglDestroyImageKHR = f; return retval;}
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 630 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image)
632 return getDispatch()->eglDestroyImageKHR(dpy, image);
egl_dispatch.h 59 eglDestroyImageKHR_t eglDestroyImageKHR;
104 eglDestroyImageKHR_t set_eglDestroyImageKHR(eglDestroyImageKHR_t f) { eglDestroyImageKHR_t retval = eglDestroyImageKHR; eglDestroyImageKHR = f; return retval;}
  /device/generic/goldfish/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 113 { "eglDestroyImageKHR",
114 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 76 EGLBoolean eglDestroyImageKHR(EGLDisplay display, EGLImageKHR image);
81 {"eglDestroyImageKHR",(__eglMustCastToProperFunctionPointerType)eglDestroyImageKHR}
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 862 { "eglDestroyImageKHR",
863 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 504 eglDestroyImageKHR(474, 2037),
    [all...]

Completed in 980 milliseconds