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

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 59 eglDestroyImageKHR_t eglDestroyImageKHR;
  /development/tools/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;}
  /development/tools/emulator/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;}
  /frameworks/base/opengl/libs/EGL/
eglApi.cpp 66 { "eglDestroyImageKHR",
67 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 76 EGLBoolean eglDestroyImageKHR(EGLDisplay display, EGLImageKHR image);
81 {"eglDestroyImageKHR",(__eglMustCastToProperFunctionPointerType)eglDestroyImageKHR}
    [all...]
  /development/tools/emulator/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 851 { "eglDestroyImageKHR",
852 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 418 const Message_Function Message::eglDestroyImageKHR;
    [all...]
debugger_message.pb.h 492 static const Function eglDestroyImageKHR = Message_Function_eglDestroyImageKHR;
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 209 eglDestroyImageKHR(179, 179),
407 case 179: return eglDestroyImageKHR;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 209 eglDestroyImageKHR(179, 179),
407 case 179: return eglDestroyImageKHR;
    [all...]

Completed in 224 milliseconds