/external/chromium_org/ppapi/proxy/ |
D | ppb_image_data_proxy.cc | 505 base::SharedMemoryHandle image_handle = image_handle_wrapper.shmem(); in CreateProxyResource() local 508 (new SimpleImageData(result, desc, image_handle))->GetReference(); in CreateProxyResource() 514 ImageHandle image_handle = PlatformImageData::NullHandle(); in CreateProxyResource() local 517 &result, &desc, &image_handle)); in CreateProxyResource() 520 (new PlatformImageData(result, desc, image_handle))->GetReference(); in CreateProxyResource() 558 IPC::PlatformFileForTransit* image_handle, in CreateImageData() argument 604 *image_handle = dispatcher->ShareHandleWithRemote( in CreateImageData() 607 *image_handle = dispatcher->ShareHandleWithRemote(local_fd, false); in CreateImageData() 626 IPC::PlatformFileForTransit image_handle; in OnHostMsgCreatePlatform() local 634 desc, &image_handle, &byte_count); in OnHostMsgCreatePlatform() [all …]
|
D | ppb_image_data_proxy.h | 159 IPC::PlatformFileForTransit* image_handle,
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_eglimage.c | 76 GLeglImageOES image_handle) in st_egl_image_target_renderbuffer_storage() argument 84 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage); in st_egl_image_target_renderbuffer_storage() 147 GLeglImageOES image_handle) in st_egl_image_target_texture_2d() argument 154 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage); in st_egl_image_target_texture_2d()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_eglimage.c | 76 GLeglImageOES image_handle) in st_egl_image_target_renderbuffer_storage() argument 84 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage); in st_egl_image_target_renderbuffer_storage() 147 GLeglImageOES image_handle) in st_egl_image_target_texture_2d() argument 154 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage); in st_egl_image_target_texture_2d()
|
/external/chromium_org/content/renderer/ |
D | renderer_clipboard_client.cc | 158 base::SharedMemoryHandle image_handle; in ReadImage() local 161 new ClipboardHostMsg_ReadImage(type, &image_handle, &image_size)); in ReadImage() 162 if (base::SharedMemory::IsHandleValid(image_handle)) { in ReadImage() 163 base::SharedMemory buffer(image_handle, true); in ReadImage()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_video_source_host.cc | 133 IPC::PlatformFileForTransit image_handle; in SendGetFrameReply() local 144 &image_handle, in SendGetFrameReply() 213 serialized_handle.set_shmem(image_handle, byte_count); in SendGetFrameReply()
|
/external/chromium_org/content/browser/renderer_host/ |
D | clipboard_message_filter.cc | 264 base::SharedMemoryHandle image_handle = base::SharedMemory::NULLHandle(); in OnReadImageReply() local 272 if (buffer.GiveToProcess(PeerHandle(), &image_handle)) { in OnReadImageReply() 278 ClipboardHostMsg_ReadImage::WriteReplyParams(reply_msg, image_handle, in OnReadImageReply()
|
/external/chromium_org/chrome/renderer/pepper/ |
D | pepper_pdf_host.cc | 287 IPC::PlatformFileForTransit image_handle; in OnHostMsgGetResourceImage() local 296 &image_handle, in OnHostMsgGetResourceImage() 306 serialized_handle.set_shmem(image_handle, byte_count); in OnHostMsgGetResourceImage()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | radeon_texture.h | 84 GLeglImageOES image_handle);
|
D | radeon_texture.c | 595 GLeglImageOES image_handle) in radeon_image_target_texture_2d() argument 604 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_texture_2d()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.h | 84 GLeglImageOES image_handle);
|
D | radeon_texture.c | 595 GLeglImageOES image_handle) in radeon_image_target_texture_2d() argument 604 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_texture_2d()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.h | 84 GLeglImageOES image_handle);
|
D | radeon_texture.c | 595 GLeglImageOES image_handle) in radeon_image_target_texture_2d() argument 604 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_texture_2d()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.h | 84 GLeglImageOES image_handle);
|
D | radeon_texture.c | 595 GLeglImageOES image_handle) in radeon_image_target_texture_2d() argument 604 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in radeon_image_target_texture_2d()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_tex_image.c | 334 GLeglImageOES image_handle) in intel_image_target_texture_2d() argument 341 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_texture_2d()
|
D | intel_fbo.c | 286 void *image_handle) in intel_image_target_renderbuffer_storage() argument 294 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_renderbuffer_storage()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | intel_tex_image.c | 334 GLeglImageOES image_handle) in intel_image_target_texture_2d() argument 341 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_texture_2d()
|
D | intel_fbo.c | 286 void *image_handle) in intel_image_target_renderbuffer_storage() argument 294 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_renderbuffer_storage()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_tex_image.c | 334 GLeglImageOES image_handle) in intel_image_target_texture_2d() argument 341 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_texture_2d()
|
D | intel_fbo.c | 286 void *image_handle) in intel_image_target_renderbuffer_storage() argument 294 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_renderbuffer_storage()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | intel_tex_image.c | 334 GLeglImageOES image_handle) in intel_image_target_texture_2d() argument 341 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_texture_2d()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_tex_image.c | 334 GLeglImageOES image_handle) in intel_image_target_texture_2d() argument 341 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_texture_2d()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tex_image.c | 334 GLeglImageOES image_handle) in intel_image_target_texture_2d() argument 341 image = screen->dri2.image->lookupEGLImage(screen, image_handle, in intel_image_target_texture_2d()
|