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

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 57 {"eglDestroyImageKHR", (void *)eglDestroyImageKHR},
egl.cpp     [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h 57 {"eglDestroyImageKHR", (void *)eglDestroyImageKHR},
egl_dispatch.h 59 eglDestroyImageKHR_t eglDestroyImageKHR;
104 eglDestroyImageKHR_t set_eglDestroyImageKHR(eglDestroyImageKHR_t f) { eglDestroyImageKHR_t retval = eglDestroyImageKHR; eglDestroyImageKHR = f; return retval;}
egl.cpp 630 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image)
632 return getDispatch()->eglDestroyImageKHR(dpy, image);
  /external/chromium_org/ui/gl/
gl_image_egl.cc 39 eglDestroyImageKHR(GLSurfaceEGL::GetHardwareDisplay(), egl_image_);
gl_image_android_native_buffer.cc 34 eglDestroyImageKHR(GLSurfaceEGL::GetHardwareDisplay(),
gl_image_memory.cc 110 eglDestroyImageKHR(GLSurfaceEGL::GetHardwareDisplay(), egl_image_);
  /external/chromium_org/content/common/gpu/media/
tegra_v4l2_video_device.cc 191 eglDestroyImageKHR(egl_display, egl_image);
199 return eglDestroyImageKHR(egl_display, egl_image);
exynos_v4l2_video_device.cc 192 return eglDestroyImageKHR(egl_display, egl_image);
  /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...]
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
  /external/chromium_org/ppapi/lib/gl/include/EGL/
eglext.h 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
  /external/chromium_org/gpu/command_buffer/service/
texture_definition.cc 191 eglDestroyImageKHR(egl_display_, egl_image_);
async_pixel_transfer_manager_egl.cc 356 eglDestroyImageKHR(display, egl_image_);
  /external/chromium_org/third_party/khronos/EGL/
eglext.h 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglext.h 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
  /external/mesa3d/include/EGL/
eglext.h 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
  /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...]
  /external/chromium_org/third_party/angle/include/EGL/
eglext.h 153 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
    [all...]

Completed in 752 milliseconds