OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_surface_support_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_io_surface.cc
16
io_surface_support_
(IOSurfaceSupport::Initialize()) {
17
CHECK(
io_surface_support_
);
46
io_surface_.reset(
io_surface_support_
->IOSurfaceLookup(handle.io_surface_id));
57
io_surface_support_
->IOSurfaceLock(io_surface_, 0, NULL);
58
*vaddr =
io_surface_support_
->IOSurfaceGetBaseAddress(io_surface_);
64
io_surface_support_
->IOSurfaceUnlock(io_surface_, 0, NULL);
69
return
io_surface_support_
->IOSurfaceGetBytesPerRow(io_surface_);
75
handle.io_surface_id =
io_surface_support_
->IOSurfaceGetID(io_surface_);
gpu_memory_buffer_impl_io_surface.h
34
IOSurfaceSupport*
io_surface_support_
;
member in class:content::GpuMemoryBufferImplIOSurface
/external/chromium_org/ui/gl/
gl_image_io_surface.cc
14
:
io_surface_support_
(IOSurfaceSupport::Initialize()),
16
CHECK(
io_surface_support_
);
24
io_surface_.reset(
io_surface_support_
->IOSurfaceLookup(buffer.io_surface_id));
52
CGLError cgl_error =
io_surface_support_
->CGLTexImageIOSurface2D(
gl_image_io_surface.h
33
IOSurfaceSupport*
io_surface_support_
;
member in class:gfx::GLImageIOSurface
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h
299
IOSurfaceSupport*
io_surface_support_
;
member in class:content::CompositingIOSurfaceMac
Completed in 48 milliseconds