Searched refs:io_surface_id (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dgpu_memory_buffer.cc14 io_surface_id(0u)
H A Dgpu_memory_buffer.h56 uint32 io_surface_id; member in struct:gfx::GpuMemoryBufferHandle
/external/chromium_org/cc/layers/
H A Dio_surface_layer.cc19 void IOSurfaceLayer::SetIOSurfaceProperties(uint32_t io_surface_id, argument
21 io_surface_id_ = io_surface_id;
H A Dio_surface_layer_impl.cc105 void IOSurfaceLayerImpl::SetIOSurfaceProperties(unsigned io_surface_id, argument
107 if (io_surface_id_ != io_surface_id)
110 io_surface_id_ = io_surface_id;
H A Dio_surface_layer.h17 void SetIOSurfaceProperties(uint32_t io_surface_id, const gfx::Size& size);
H A Dio_surface_layer_impl.h24 void SetIOSurfaceProperties(unsigned io_surface_id, const gfx::Size& size);
/external/chromium_org/content/common/gpu/
H A Dsurface_handle_types_mac.cc45 uint64 SurfaceHandleFromIOSurfaceID(IOSurfaceID io_surface_id) { argument
46 return kTypeIOSurface | (io_surface_id ^ kXORMaskIOSurface);
H A Dsurface_handle_types_mac.h30 uint64 SurfaceHandleFromIOSurfaceID(IOSurfaceID io_surface_id);
H A Dgpu_memory_buffer_factory_io_surface.cc71 handle.io_surface_id = IOSurfaceGetID(io_surface);
/external/chromium_org/content/plugin/
H A Dwebplugin_accelerated_surface_proxy_mac.cc56 uint32 io_surface_id = surface_->SetSurfaceSize(size);
59 size.width(), size.height(), io_surface_id);
/external/chromium_org/content/browser/compositor/
H A Dbrowser_compositor_view_private_mac.h62 IOSurfaceID io_surface_id, gfx::Size pixel_size, float scale_factor);
H A Dio_surface_layer_mac.h128 - (bool)gotFrameWithIOSurface:(IOSurfaceID)io_surface_id
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_io_surface.cc100 IOSurfaceLookup(handle.io_surface_id));
166 handle.io_surface_id = IOSurfaceGetID(io_surface_);
/external/chromium_org/content/common/
H A Dchild_process_messages.h80 IPC_STRUCT_TRAITS_MEMBER(io_surface_id)
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc225 GLuint io_surface_id,
228 target, width, height, io_surface_id, plane);
222 TexImageIOSurface2DCHROMIUM(GLenum target, GLsizei width, GLsizei height, GLuint io_surface_id, GLuint plane) argument
H A Dtest_gles2_interface.h98 GLuint io_surface_id,
H A Dtest_web_graphics_context_3d.h266 GLuint io_surface_id,
263 texImageIOSurface2DCHROMIUM(GLenum target, GLsizei width, GLsizei height, GLuint io_surface_id, GLuint plane) argument
/external/chromium_org/cc/resources/
H A Dresource_provider.h136 unsigned io_surface_id);
H A Dresource_provider.cc539 unsigned io_surface_id) {
557 GL_TEXTURE_RECTANGLE_ARB, size.width(), size.height(), io_surface_id, 0);
537 CreateResourceFromIOSurface( const gfx::Size& size, unsigned io_surface_id) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc932 GLuint io_surface_id,
10103 GLuint io_surface_id, GLuint plane) {
10140 IOSurfaceRef surface = IOSurfaceLookup(io_surface_id);
10101 DoTexImageIOSurface2DCHROMIUM( GLenum target, GLsizei width, GLsizei height, GLuint io_surface_id, GLuint plane) argument

Completed in 2335 milliseconds