Searched defs:is_offscreen (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc40 bool is_offscreen = false; local
45 is_offscreen,
54 bool is_offscreen = true; local
59 is_offscreen,
68 bool is_offscreen = true; // Not used. local
73 is_offscreen,
82 bool is_offscreen,
86 is_offscreen_(is_offscreen),
78 WebGraphicsContext3DInProcessCommandBufferImpl( scoped_ptr< ::gpu::GLInProcessContext> context, const blink::WebGraphicsContext3D::Attributes& attributes, bool lose_context_when_out_of_memory, bool is_offscreen, gfx::AcceleratedWidget window) argument
/external/chromium_org/gpu/command_buffer/client/
H A Dgl_in_process_context.cc55 bool is_offscreen,
131 bool is_offscreen,
178 is_offscreen,
267 bool is_offscreen,
277 DCHECK_EQ(surface->IsOffscreen(), is_offscreen);
285 is_offscreen,
129 Initialize( scoped_refptr<gfx::GLSurface> surface, bool is_offscreen, bool use_global_share_group, GLInProcessContext* share_context, gfx::AcceleratedWidget window, const gfx::Size& size, const gles2::ContextCreationAttribHelper& attribs, gfx::GpuPreference gpu_preference, const scoped_refptr<InProcessCommandBuffer::Service>& service) argument
264 Create( scoped_refptr<gpu::InProcessCommandBuffer::Service> service, scoped_refptr<gfx::GLSurface> surface, bool is_offscreen, gfx::AcceleratedWidget window, const gfx::Size& size, GLInProcessContext* share_context, bool use_global_share_group, const ::gpu::gles2::ContextCreationAttribHelper& attribs, gfx::GpuPreference gpu_preference, const GLInProcessContextSharedMemoryLimits& memory_limits) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc3590 bool is_offscreen = !!offscreen_target_frame_buffer_.get(); local
3591 if (!is_offscreen) {
3730 bool is_offscreen = !!offscreen_target_frame_buffer_.get(); local
3731 if (is_offscreen) {
7794 bool is_offscreen = !!offscreen_target_frame_buffer_.get(); local
7797 is_offscreen ? offscreen_size_ : surface_->GetSize());
9413 bool is_offscreen = !!offscreen_target_frame_buffer_.get(); local
9420 "width", (is_offscreen ? offscreen_size_.width() :
9423 "offscreen", is_offscreen,
9435 is_offscreen
[all...]
H A Din_process_command_buffer.cc266 bool is_offscreen,
284 InitializeOnGpuThreadParams params(is_offscreen,
362 if (params.is_offscreen)
414 params.is_offscreen,
424 if (!params.is_offscreen) {
264 Initialize( scoped_refptr<gfx::GLSurface> surface, bool is_offscreen, gfx::AcceleratedWidget window, const gfx::Size& size, const std::vector<int32>& attribs, gfx::GpuPreference gpu_preference, const base::Closure& context_lost_callback, InProcessCommandBuffer* share_group) argument
H A Din_process_command_buffer.h97 bool is_offscreen,
170 bool is_offscreen; member in struct:gpu::InProcessCommandBuffer::InitializeOnGpuThreadParams
178 InitializeOnGpuThreadParams(bool is_offscreen, argument
185 : is_offscreen(is_offscreen),
/external/chromium_org/cc/test/
H A Dtest_in_process_context_provider.cc24 const bool is_offscreen = true; local
43 is_offscreen,

Completed in 608 milliseconds