Searched refs:native_viewport_id (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/mojo/services/native_viewport/
H A Dgpu_impl.cc24 uint64_t native_viewport_id,
28 static_cast<uintptr_t>(native_viewport_id));
23 CreateOnscreenGLES2Context( uint64_t native_viewport_id, SizePtr size, InterfaceRequest<CommandBuffer> command_buffer_request) argument
H A Dgpu_impl.h33 uint64_t native_viewport_id,
/external/chromium_org/mojo/examples/compositor_app/
H A Dcompositor_app.cc38 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE {
42 native_viewport_id, Size::From(gfx::Size(800, 600)), Get(&cb));
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dpepper_container_app.cc53 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE {
54 native_viewport_id_ = native_viewport_id;
/external/chromium_org/mojo/examples/sample_app/
H A Dsample_app.cc46 virtual void OnCreated(uint64_t native_viewport_id) MOJO_OVERRIDE {
53 native_viewport_id, size.Pass(), Get(&command_buffer));
/external/chromium_org/mojo/services/view_manager/
H A Ddisplay_manager.h56 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE;
H A Ddisplay_manager.cc141 void DisplayManager::OnCreated(uint64_t native_viewport_id) { argument
/external/chromium_org/mojo/examples/surfaces_app/
H A Dsurfaces_app.cc106 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE {}

Completed in 318 milliseconds