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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/gbm/
gbm_gallium_drmint.h 45 void *egl_image);
  /external/mesa3d/src/gallium/state_trackers/gbm/
gbm_gallium_drmint.h 45 void *egl_image);
  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native_x11.cc 53 EGLImageKHR egl_image =
61 return egl_image;
  /hardware/qcom/media/mm-core/inc/
qc_omx_component.h 174 void* egl_image)=0;
  /hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h 174 void* egl_image)=0;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 54 void *egl_image,
58 EGLImageKHR handle = (EGLImageKHR) egl_image;
native.h 271 void *egl_image);
egl_g3d.c 71 egl_g3d_lookup_egl_image(struct native_display *ndpy, void *egl_image)
79 if (gdpy->smapi->get_egl_image(gdpy->smapi, egl_image, &img))
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 54 void *egl_image,
58 EGLImageKHR handle = (EGLImageKHR) egl_image;
native.h 271 void *egl_image);
egl_g3d.c 71 egl_g3d_lookup_egl_image(struct native_display *ndpy, void *egl_image)
79 if (gdpy->smapi->get_egl_image(gdpy->smapi, egl_image, &img))
  /external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.cc 91 EGLImageKHR egl_image; member in struct:content::ExynosVideoDecodeAccelerator::PictureBufferArrayRef::PictureBufferRef
132 buffer.egl_image = EGL_NO_IMAGE_KHR;
141 if (buffer.egl_image != EGL_NO_IMAGE_KHR)
142 eglDestroyImageKHR(egl_display, buffer.egl_image);
196 egl_image(EGL_NO_IMAGE_KHR),
486 EGLImageKHR egl_image = eglCreateImageKHR( local
493 if (egl_image == EGL_NO_IMAGE_KHR) {
498 buffer.egl_image = egl_image;
500 if (!mali_egl_image_get_buffer_ext_phandle(buffer.egl_image, NULL, &fd))
    [all...]
exynos_video_decode_accelerator.h 169 EGLImageKHR egl_image; // backing EGLImage. member in struct:content::ExynosVideoDecodeAccelerator::GscOutputRecord
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 419 * @egl_image: EGLImage that caller recived
425 void *egl_image,
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 419 * @egl_image: EGLImage that caller recived
425 void *egl_image,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.c 316 void *egl_image,
323 img = screen->lookup_egl_image(screen, egl_image);
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 316 void *egl_image,
323 img = screen->lookup_egl_image(screen, egl_image);

Completed in 2948 milliseconds