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 - 3
of
3
) sorted by null
/external/chromium_org/ui/surface/
accelerated_surface_mac.cc
196
IOSurfaceSupport*
io_surface_support
= IOSurfaceSupport::Initialize();
197
if (!
io_surface_support
)
224
io_surface_support
->GetKIOSurfaceWidth(),
227
io_surface_support
->GetKIOSurfaceHeight(),
230
io_surface_support
->GetKIOSurfaceBytesPerElement(), 4);
232
io_surface_support
->GetKIOSurfaceIsGlobal(), true);
236
io_surface_.reset(
io_surface_support
->IOSurfaceCreate(properties));
240
CGLError error =
io_surface_support
->CGLTexImageIOSurface2D(
269
io_surface_id_ =
io_surface_support
->IOSurfaceGetID(io_surface_);
/external/chromium_org/content/common/gpu/
image_transport_surface_mac.cc
381
IOSurfaceSupport*
io_surface_support
= IOSurfaceSupport::Initialize();
local
408
io_surface_support
->GetKIOSurfaceWidth(),
411
io_surface_support
->GetKIOSurfaceHeight(),
414
io_surface_support
->GetKIOSurfaceBytesPerElement(), 4);
416
io_surface_support
->GetKIOSurfaceIsGlobal(), true);
420
io_surface_.reset(
io_surface_support
->IOSurfaceCreate(properties));
421
io_surface_handle_ =
io_surface_support
->IOSurfaceGetID(io_surface_);
426
io_surface_support
->CGLTexImageIOSurface2D(
477
IOSurfaceSupport*
io_surface_support
= IOSurfaceSupport::Initialize();
local
482
if (!
io_surface_support
) {
[
all
...]
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h
221
IOSurfaceSupport*
io_surface_support
,
Completed in 631 milliseconds