HomeSort by relevance Sort by last modified time
    Searched refs:CAContextID (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/base/cocoa/
remote_layer_api.h 22 // The CAContextID type identifies a CAContext across processes. This is the
25 typedef uint32_t CAContextID;
29 // The CAContext has a static CAContextID which can be sent to another process.
30 // When a CALayerHost is created using that CAContextID in another process, the
34 + (id)contextWithCGSConnection:(CAContextID)contextId
36 @property(readonly) CAContextID contextId;
43 // CALayer that is set to the CAContext with that CAContextID in the layer
46 @property CAContextID contextId;
  /external/chromium_org/content/common/gpu/
surface_handle_types_mac.h 27 CAContextID CAContextIDFromSurfaceHandle(uint64 surface_handle);
31 uint64 SurfaceHandleFromCAContextID(CAContextID ca_context_id);
surface_handle_types_mac.cc 40 CAContextID CAContextIDFromSurfaceHandle(uint64 surface_handle) {
49 uint64 SurfaceHandleFromCAContextID(CAContextID ca_context_id) {
  /external/chromium_org/content/browser/compositor/
browser_compositor_view_private_mac.h 59 CAContextID ca_context_id, gfx::Size pixel_size, float scale_factor);

Completed in 60 milliseconds