Searched refs:use_virtualized_gl_context (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/content/common/gpu/ |
H A D | gpu_command_buffer_stub.h | 77 bool use_virtualized_gl_context,
|
H A D | gpu_channel.cc | 610 bool use_virtualized_gl_context = false; local 612 use_virtualized_gl_context = true; 626 use_virtualized_gl_context,
|
H A D | gpu_command_buffer_stub.cc | 116 bool use_virtualized_gl_context, 128 use_virtualized_gl_context_(use_virtualized_gl_context), 106 GpuCommandBufferStub( GpuChannel* channel, GpuCommandBufferStub* share_group, const gfx::GLSurfaceHandle& handle, gpu::gles2::MailboxManager* mailbox_manager, gpu::gles2::ImageManager* image_manager, const gfx::Size& size, const gpu::gles2::DisallowedFeatures& disallowed_features, const std::vector<int32>& attribs, gfx::GpuPreference gpu_preference, bool use_virtualized_gl_context, int32 route_id, int32 surface_id, GpuWatchdog* watchdog, bool software, const GURL& active_url) argument
|
Completed in 120 milliseconds