Searched defs:image_handle (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_eglimage.c76 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);
74 st_egl_image_target_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, GLeglImageOES image_handle) argument
144 st_egl_image_target_texture_2d(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLeglImageOES image_handle) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c76 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);
74 st_egl_image_target_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, GLeglImageOES image_handle) argument
144 st_egl_image_target_texture_2d(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLeglImageOES image_handle) argument
/external/chromium_org/components/pdf/renderer/
H A Dpepper_pdf_host.cc181 IPC::PlatformFileForTransit image_handle; local
190 &image_handle,
200 serialized_handle.set_shmem(image_handle, byte_count);
/external/chromium_org/content/browser/renderer_host/
H A Dclipboard_message_filter.cc264 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/content/renderer/pepper/
H A Dpepper_video_source_host.cc137 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/content/renderer/
H A Drenderer_clipboard_client.cc158 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/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c334 GLeglImageOES image_handle)
341 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
331 intel_image_target_texture_2d(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLeglImageOES image_handle) argument
H A Dintel_fbo.c286 void *image_handle)
294 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
284 intel_image_target_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, void *image_handle) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_image.c334 GLeglImageOES image_handle)
341 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
331 intel_image_target_texture_2d(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLeglImageOES image_handle) argument
H A Dintel_fbo.c286 void *image_handle)
294 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
284 intel_image_target_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, void *image_handle) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_image.c334 GLeglImageOES image_handle)
341 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
331 intel_image_target_texture_2d(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLeglImageOES image_handle) argument
H A Dintel_fbo.c286 void *image_handle)
294 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
284 intel_image_target_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, void *image_handle) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c334 GLeglImageOES image_handle)
341 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
331 intel_image_target_texture_2d(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLeglImageOES image_handle) argument
H A Dintel_fbo.c286 void *image_handle)
294 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
284 intel_image_target_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, void *image_handle) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_image.c334 GLeglImageOES image_handle)
341 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
331 intel_image_target_texture_2d(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLeglImageOES image_handle) argument
H A Dintel_fbo.c286 void *image_handle)
294 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
284 intel_image_target_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, void *image_handle) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_image.c334 GLeglImageOES image_handle)
341 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
331 intel_image_target_texture_2d(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLeglImageOES image_handle) argument
H A Dintel_fbo.c286 void *image_handle)
294 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
284 intel_image_target_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, void *image_handle) argument
/external/chromium_org/ppapi/proxy/
H A Dppb_image_data_proxy.cc505 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,
551 CreateImageData( PP_Instance instance, PPB_ImageData_Shared::ImageDataType type, PP_ImageDataFormat format, const PP_Size& size, bool init_to_zero, PP_ImageDataDesc* desc, IPC::PlatformFileForTransit* image_handle, uint32_t* byte_count) argument
654 IPC::PlatformFileForTransit image_handle; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c567 void *image_handle)
575 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
565 radeon_image_target_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, void *image_handle) argument
H A Dradeon_texture.c595 GLeglImageOES image_handle)
604 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
592 radeon_image_target_texture_2d(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLeglImageOES image_handle) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c567 void *image_handle)
575 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
565 radeon_image_target_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, void *image_handle) argument
H A Dradeon_texture.c595 GLeglImageOES image_handle)
604 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
592 radeon_image_target_texture_2d(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLeglImageOES image_handle) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c567 void *image_handle)
575 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
565 radeon_image_target_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, void *image_handle) argument
H A Dradeon_texture.c595 GLeglImageOES image_handle)
604 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
592 radeon_image_target_texture_2d(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLeglImageOES image_handle) argument

Completed in 454 milliseconds

12