/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_eglimage.c | 76 GLeglImageOES image_handle) 84 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage); 147 GLeglImageOES image_handle) 154 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_eglimage.c | 76 GLeglImageOES image_handle) 84 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage); 147 GLeglImageOES image_handle) 154 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
|
/external/chromium_org/ppapi/proxy/ |
ppb_image_data_proxy.cc | 505 base::SharedMemoryHandle image_handle = image_handle_wrapper.shmem(); local 508 (new SimpleImageData(result, desc, image_handle))->GetReference(); 514 ImageHandle image_handle = PlatformImageData::NullHandle(); local 517 &result, &desc, &image_handle)); 520 (new PlatformImageData(result, desc, image_handle))->GetReference(); 558 IPC::PlatformFileForTransit* image_handle, 604 *image_handle = dispatcher->ShareHandleWithRemote( 607 *image_handle = dispatcher->ShareHandleWithRemote(local_fd, false); 626 IPC::PlatformFileForTransit image_handle; local 634 desc, &image_handle, &byte_count) 654 IPC::PlatformFileForTransit image_handle; local [all...] |
ppb_image_data_proxy.h | 149 // |image_handle| and |byte_count| contain the result of GetSharedMemory. 159 IPC::PlatformFileForTransit* image_handle,
|
/external/chromium_org/content/renderer/ |
renderer_clipboard_client.cc | 158 base::SharedMemoryHandle image_handle; local 161 new ClipboardHostMsg_ReadImage(type, &image_handle, &image_size)); 162 if (base::SharedMemory::IsHandleValid(image_handle)) { 163 base::SharedMemory buffer(image_handle, true);
|
/external/chromium_org/content/renderer/pepper/ |
pepper_video_source_host.cc | 137 IPC::PlatformFileForTransit image_handle; local 158 image_handle = dispatcher->ShareHandleWithRemote( 161 image_handle = dispatcher->ShareHandleWithRemote(local_fd, false); 178 &image_handle, local 255 serialized_handle.set_shmem(image_handle, byte_count);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_texture.h | 84 GLeglImageOES image_handle);
|
radeon_texture.c | 595 GLeglImageOES image_handle) 604 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
|
radeon_fbo.c | 567 void *image_handle) 575 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_texture.h | 84 GLeglImageOES image_handle);
|
radeon_texture.c | 595 GLeglImageOES image_handle) 604 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
|
radeon_fbo.c | 567 void *image_handle) 575 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
|
/external/chromium_org/components/pdf/renderer/ |
pepper_pdf_host.cc | 181 IPC::PlatformFileForTransit image_handle; local 190 &image_handle, 200 serialized_handle.set_shmem(image_handle, byte_count);
|
/external/chromium_org/content/browser/renderer_host/ |
clipboard_message_filter.cc | 264 base::SharedMemoryHandle image_handle = base::SharedMemory::NULLHandle(); local 272 if (buffer.GiveToProcess(PeerHandle(), &image_handle)) { 278 ClipboardHostMsg_ReadImage::WriteReplyParams(reply_msg, image_handle,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_tex_image.c | 334 GLeglImageOES image_handle) 341 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
|
intel_fbo.c | 286 void *image_handle) 294 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_image.c | 334 GLeglImageOES image_handle) 341 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
|
intel_fbo.c | 286 void *image_handle) 294 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
dd.h | 793 GLeglImageOES image_handle); 796 void *image_handle); [all...] |
/external/mesa3d/src/mesa/main/ |
dd.h | 793 GLeglImageOES image_handle); 796 void *image_handle); [all...] |