/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;
|
/external/chromium_org/content/common/gpu/media/ |
exynos_video_decode_accelerator.cc | 84 PictureBufferRef(EGLImageKHR egl_image, int32 picture_id) 85 : egl_image(egl_image), picture_id(picture_id) {} 86 EGLImageKHR egl_image; member in struct:content::ExynosVideoDecodeAccelerator::PictureBufferArrayRef::PictureBufferRef 133 EGLImageKHR egl_image = picture_buffers[i].egl_image; local 134 if (egl_image != EGL_NO_IMAGE_KHR) 135 eglDestroyImageKHR(egl_display, egl_image); 164 egl_image(EGL_NO_IMAGE_KHR), 414 EGLImageKHR egl_image = eglCreateImageKHR local [all...] |
exynos_video_decode_accelerator.h | 164 EGLImageKHR egl_image; // EGLImageKHR for the output buffer. member in struct:content::ExynosVideoDecodeAccelerator::MfcOutputRecord
|
/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/gpu/command_buffer/service/ |
texture_definition.cc | 133 EGLImageKHR egl_image = eglCreateImageKHR( local 136 if (egl_image == EGL_NO_IMAGE_KHR) 139 return new NativeImageBufferEGL(egl_display, egl_image);
|
/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);
|