HomeSort by relevance Sort by last modified time
    Searched full:iosurface (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/gpu/command_buffer/common/
capabilities.cc 16 iosurface(false),
capabilities.h 19 bool iosurface; member in struct:gpu::Capabilities
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h 13 #include <IOSurface/IOSurfaceAPI.h>
43 // This class manages an OpenGL context and IOSurface for the accelerated
45 // RenderWidgetHostViewCocoa for blitting the IOSurface.
49 // Returns NULL if IOSurface or GL API calls fail.
52 // Set IOSurface that will be drawn on the next NSView drawRect.
62 // Blit the IOSurface to the rectangle specified by |window_rect| in DIPs,
64 // larger than the IOSurface, the remaining right and bottom edges will be
90 // Unref the IOSurface and delete the associated GL texture. If the GPU
91 // process is no longer referencing it, this will delete the IOSurface.
172 // Keeps track of states and buffers for readback of IOSurface
    [all...]
compositing_iosurface_layer_mac.h 53 - (content::CompositingIOSurfaceMac*)iosurface;
57 iosurface
render_widget_helper_mac.mm 8 #include <IOSurface/IOSurfaceAPI.h>
53 // Open the IOSurface handle before returning, to ensure that it is not
compositing_iosurface_layer_mac.mm 44 - (content::CompositingIOSurfaceMac*)iosurface {
53 iosurface
57 iosurface_ = iosurface;
compositing_iosurface_context_mac.h 30 // initializing the IOSurface.
compositing_iosurface_mac.mm 336 // Draw bottom gutter to the width of the IOSurface.
346 // to the IOSurface out of the driver.
467 // Early-out if the IOSurface has not changed. Note that because IOSurface
468 // sizes are rounded, the same IOSurface may have two different sizes
474 // Can fail if IOSurface with that ID was already released by the gpu
483 // Actual IOSurface size is rounded up to reduce reallocations during window
    [all...]
render_widget_host_view_mac.h 9 #include <IOSurface/IOSurfaceAPI.h>
362 // Update the IOSurface to be drawn and call setNeedsDisplay on
373 // Sets the overlay view, which should be drawn in the same IOSurface
483 // compositing IOSurface's rounded size, and the software frame size. Update
583 // accelerated IOSurface.
588 // accelerated IOSurface.
  /external/chromium_org/ui/gl/
gl_image_io_surface.cc 23 LOG(ERROR) << "IOSurface lookup failed";
36 LOG(ERROR) << "IOSurface requires TEXTURE_RECTANGLE_ARB target";
gl_image_io_surface.h 8 #include <IOSurface/IOSurfaceAPI.h>
  /external/chromium_org/content/browser/compositor/
browser_compositor_view_mac.mm 117 // IOSurface.
122 [accelerated_layer_ iosurface]->dip_io_surface_size().width(),
123 [accelerated_layer_ iosurface]->dip_io_surface_size().height());
165 [accelerated_layer_ iosurface]->scale_factor() != scale_factor)) {
174 scoped_refptr<content::CompositingIOSurfaceMac> iosurface =
177 initWithIOSurface:iosurface
187 result = [accelerated_layer_ iosurface]->SetIOSurfaceWithContextCurrent(
browser_compositor_view_mac.h 9 #include <IOSurface/IOSurfaceAPI.h>
  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_io_surface.h 8 #include <IOSurface/IOSurfaceAPI.h>
gpu_memory_buffer_impl_io_surface.cc 62 VLOG(1) << "IOSurface lookup failed";
  /external/chromium_org/content/common/gpu/
image_transport_surface_iosurface_mac.h 16 // Allocate IOSurface-backed storage for an FBO image transport surface.
image_transport_surface_iosurface_mac.cc 12 // IOSurface dimensions will be rounded up to a multiple of this value in order
56 // Allocate a new IOSurface, which is the GPU resource that can be
image_transport_surface_fbo_mac.cc 62 // IOSurface in use by an earlier SwapBuffers. If a Swap is pending, abort
112 // free'd when both the browser and gpu processes have Unref'd the IOSurface.
267 // Mac OS X and is required for IOSurface interoperability.
image_transport_surface_fbo_mac.h 18 // an IOSurface, or it may be presented to the screen via a CALayer, depending
  /external/chromium_org/ui/surface/
surface.gyp 19 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
accelerated_surface_mac.h 9 #include <IOSurface/IOSurfaceAPI.h>
61 // the height or width changes. Returns a unique id of the IOSurface to
66 // Returns the id of this surface's IOSurface.
119 // to the shared region (IOSurface).
136 // binding of the internal texture to the IOSurface saves a copy.
accelerated_surface_mac.cc 62 // allocate and/or reallocate the IOSurface and associated offscreen
82 // IOSurface show up in the other process.
204 // Mac OS X and is required for IOSurface interoperability.
213 // Allocate a new IOSurface, which is the GPU resource that can be
253 // Now send back an identifier for the IOSurface. We originally
259 // IOSurface for on-screen rendering.
  /external/chromium_org/cc/layers/
io_surface_layer_impl.cc 95 // the IOSurface is still valid.
  /external/chromium_org/content/child/
plugin_messages.h 331 // IOSurface into which it is rendering. The renderer process forwards
332 // this IOSurface to the GPU process, causing it to be bound to a
334 // IOSurface allocated by this plugin must be implicitly released by
342 // of content into its IOSurface, and therefore that the compositor
  /external/chromium_org/cc/output/
delegating_renderer.cc 63 DCHECK(!caps.gpu.iosurface || caps.gpu.texture_rectangle);

Completed in 433 milliseconds

1 2