Searched refs:native_viewport_id (Results 1 – 10 of 10) sorted by relevance
24 uint64_t native_viewport_id, in CreateOnscreenGLES2Context() argument28 static_cast<uintptr_t>(native_viewport_id)); in CreateOnscreenGLES2Context()
33 uint64_t native_viewport_id,
38 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE { in OnCreated() argument42 native_viewport_id, Size::From(gfx::Size(800, 600)), Get(&cb)); in OnCreated()
46 virtual void OnCreated(uint64_t native_viewport_id) MOJO_OVERRIDE { in OnCreated() argument53 native_viewport_id, size.Pass(), Get(&command_buffer)); in OnCreated()
53 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE { in OnCreated() argument54 native_viewport_id_ = native_viewport_id; in OnCreated()
11 CreateOnscreenGLES2Context(uint64 native_viewport_id, Size? size, CommandBuffer&? gles2_client);
56 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE; in NON_EXPORTED_BASE()
141 void DisplayManager::OnCreated(uint64_t native_viewport_id) { in OnCreated() argument
23 OnCreated(uint64 native_viewport_id);
106 virtual void OnCreated(uint64_t native_viewport_id) OVERRIDE {} in OnCreated() argument