OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:io_surface_support
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/
image_transport_surface_mac.cc
393
IOSurfaceSupport*
io_surface_support
= IOSurfaceSupport::Initialize();
local
451
io_surface_support
->GetKIOSurfaceWidth(),
454
io_surface_support
->GetKIOSurfaceHeight(),
457
io_surface_support
->GetKIOSurfaceBytesPerElement(), 4);
459
io_surface_support
->GetKIOSurfaceIsGlobal(), true);
463
io_surface_.reset(
io_surface_support
->IOSurfaceCreate(properties));
464
io_surface_handle_ =
io_surface_support
->IOSurfaceGetID(io_surface_);
469
io_surface_support
->CGLTexImageIOSurface2D(
526
IOSurfaceSupport*
io_surface_support
= IOSurfaceSupport::Initialize();
local
531
if (!
io_surface_support
) {
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_message_filter.cc
1196
IOSurfaceSupport*
io_surface_support
= IOSurfaceSupport::Initialize();
local
[
all
...]
Completed in 132 milliseconds