Home
last modified time | relevance | path

Searched refs:image_handle (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/ppapi/proxy/
Dppb_image_data_proxy.cc505 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 …]
Dppb_image_data_proxy.h159 IPC::PlatformFileForTransit* image_handle,
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_cb_eglimage.c76 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/
Dst_cb_eglimage.c76 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/
Drenderer_clipboard_client.cc158 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/
Dpepper_video_source_host.cc133 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/
Dclipboard_message_filter.cc264 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/
Dpepper_pdf_host.cc287 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/
Dradeon_texture.h84 GLeglImageOES image_handle);
Dradeon_texture.c595 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/
Dradeon_texture.h84 GLeglImageOES image_handle);
Dradeon_texture.c595 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/
Dradeon_texture.h84 GLeglImageOES image_handle);
Dradeon_texture.c595 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/
Dradeon_texture.h84 GLeglImageOES image_handle);
Dradeon_texture.c595 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/
Dintel_tex_image.c334 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()
Dintel_fbo.c286 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/
Dintel_tex_image.c334 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()
Dintel_fbo.c286 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/
Dintel_tex_image.c334 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()
Dintel_fbo.c286 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/
Dintel_tex_image.c334 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/
Dintel_tex_image.c334 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/
Dintel_tex_image.c334 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()

12