HomeSort by relevance Sort by last modified time
    Searched defs:eglDestroyImageKHR (Results 1 - 16 of 16) 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;}
  /external/deqp/modules/egl/
teglImageTests.cpp 183 PFNEGLDESTROYIMAGEKHRPROC eglDestroyImageKHR;
192 eglDestroyImageKHR = (PFNEGLDESTROYIMAGEKHRPROC) eglGetProcAddress("eglDestroyImageKHR");
450 CHECK_EXT_CALL_RET(eglDestroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_SUCCESS);
499 CHECK_EXT_CALL_RET(eglDestroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_SUCCESS);
527 CHECK_EXT_CALL_RET(eglDestroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_SUCCESS);
640 CHECK_EXT_CALL_RET(eglDestroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_SUCCESS);
teglImageFormatTests.cpp 147 eglDestroyImageKHR = (PFNEGLDESTROYIMAGEKHRPROC) eglGetProcAddress("eglDestroyImageKHR");
154 PFNEGLDESTROYIMAGEKHRPROC eglDestroyImageKHR;
    [all...]
  /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;}
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.c 923 { "eglDestroyImageKHR", (_EGLProc) eglDestroyImageKHR },
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 923 { "eglDestroyImageKHR", (_EGLProc) eglDestroyImageKHR },
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 127 { "eglDestroyImageKHR",
128 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 76 EGLAPI EGLBoolean EGLAPIENTRY 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 608 eglDestroyImageKHR(578, 2037),
    [all...]

Completed in 547 milliseconds