HomeSort by relevance Sort by last modified time
    Searched full:image_handle (Results 1 - 21 of 21) sorted by null

  /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 509 base::SharedMemoryHandle image_handle = image_handle_wrapper.shmem(); local
512 (new SimpleImageData(result, desc, image_handle))->GetReference();
518 ImageHandle image_handle = PlatformImageData::NullHandle(); local
521 &result, &desc, &image_handle));
524 (new PlatformImageData(result, desc, image_handle))->GetReference();
562 IPC::PlatformFileForTransit* image_handle,
608 *image_handle = dispatcher->ShareHandleWithRemote(
615 *image_handle = IPC::PlatformFileForTransit(local_fd, false);
617 *image_handle = dispatcher->ShareHandleWithRemote(local_fd, false);
619 *image_handle = dispatcher->ShareHandleWithRemote(local_fd, false)
635 IPC::PlatformFileForTransit image_handle; local
665 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 140 IPC::PlatformFileForTransit image_handle; local
150 &image_desc, &image_handle, &byte_count)); local
199 serialized_handle.set_shmem(image_handle, byte_count);
  /external/chromium_org/content/browser/renderer_host/
clipboard_message_filter.cc 208 base::SharedMemoryHandle image_handle = base::SharedMemory::NULLHandle(); local
216 if (buffer.GiveToProcess(PeerHandle(), &image_handle)) {
222 ClipboardHostMsg_ReadImage::WriteReplyParams(reply_msg, image_handle,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.h 84 GLeglImageOES image_handle);
radeon_fbo.c 567 void *image_handle)
575 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
radeon_texture.c 595 GLeglImageOES image_handle)
604 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.h 84 GLeglImageOES image_handle);
radeon_fbo.c 567 void *image_handle)
575 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
radeon_texture.c 595 GLeglImageOES image_handle)
604 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
  /external/chromium_org/chrome/renderer/pepper/
pepper_pdf_host.cc 314 IPC::PlatformFileForTransit image_handle; local
323 &image_handle,
333 serialized_handle.set_shmem(image_handle, byte_count);
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 355 base::win::ScopedHandle image_handle(base::CreatePlatformFile(
364 while (!image_handle.IsValid() && retries-- > 0) {
368 image_handle.Set(base::CreatePlatformFile(
375 if (image_handle.IsValid()) {
377 if (image_mapping.Initialize(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...]

Completed in 415 milliseconds