Home
last modified time | relevance | path

Searched refs:native_viewport_id (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/mojo/services/native_viewport/
Dgpu_impl.cc24 uint64_t native_viewport_id, in CreateOnscreenGLES2Context() argument
28 static_cast<uintptr_t>(native_viewport_id)); in CreateOnscreenGLES2Context()
Dgpu_impl.h33 uint64_t native_viewport_id,
/external/chromium_org/mojo/examples/compositor_app/
Dcompositor_app.cc38 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE { in OnCreated() argument
42 native_viewport_id, Size::From(gfx::Size(800, 600)), Get(&cb)); in OnCreated()
/external/chromium_org/mojo/examples/sample_app/
Dsample_app.cc46 virtual void OnCreated(uint64_t native_viewport_id) MOJO_OVERRIDE { in OnCreated() argument
53 native_viewport_id, size.Pass(), Get(&command_buffer)); in OnCreated()
/external/chromium_org/mojo/examples/pepper_container_app/
Dpepper_container_app.cc53 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE { in OnCreated() argument
54 native_viewport_id_ = native_viewport_id; in OnCreated()
/external/chromium_org/mojo/services/public/interfaces/gpu/
Dgpu.mojom11 CreateOnscreenGLES2Context(uint64 native_viewport_id, Size? size, CommandBuffer&? gles2_client);
/external/chromium_org/mojo/services/view_manager/
Ddisplay_manager.h56 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE; in NON_EXPORTED_BASE()
Ddisplay_manager.cc141 void DisplayManager::OnCreated(uint64_t native_viewport_id) { in OnCreated() argument
/external/chromium_org/mojo/services/public/interfaces/native_viewport/
Dnative_viewport.mojom23 OnCreated(uint64 native_viewport_id);
/external/chromium_org/mojo/examples/surfaces_app/
Dsurfaces_app.cc106 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE {} in OnCreated() argument