HomeSort by relevance Sort by last modified time
    Searched refs:is_offscreen (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 70 bool is_offscreen = false; local
75 is_offscreen,
84 bool is_offscreen = true; local
89 is_offscreen,
98 bool is_offscreen = true; // Not used. local
103 is_offscreen,
112 bool is_offscreen,
116 is_offscreen_(is_offscreen),
webgraphicscontext3d_in_process_command_buffer_impl.h 82 bool is_offscreen,
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h 52 // Create a GLInProcessContext, if |is_offscreen| is true, renders to an
55 // If |surface| is not NULL, then it must match |is_offscreen| and |size|,
65 bool is_offscreen,
gl_in_process_context.cc 56 bool is_offscreen,
124 bool is_offscreen,
228 is_offscreen,
318 bool is_offscreen,
327 DCHECK_EQ(surface->IsOffscreen(), is_offscreen);
334 is_offscreen,
  /external/chromium_org/cc/test/
test_in_process_context_provider.cc 23 const bool is_offscreen = true; local
40 is_offscreen,
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.h 77 bool is_offscreen,
144 bool is_offscreen; member in struct:gpu::InProcessCommandBuffer::InitializeOnGpuThreadParams
152 InitializeOnGpuThreadParams(bool is_offscreen,
159 : is_offscreen(is_offscreen),
in_process_command_buffer.cc 264 bool is_offscreen,
282 InitializeOnGpuThreadParams params(is_offscreen,
361 if (params.is_offscreen)
409 params.is_offscreen,
423 if (!params.is_offscreen) {
gles2_cmd_decoder.cc 3509 bool is_offscreen = !!offscreen_target_frame_buffer_.get(); local
3641 bool is_offscreen = !!offscreen_target_frame_buffer_.get(); local
7545 bool is_offscreen = !!offscreen_target_frame_buffer_.get(); local
9063 bool is_offscreen = !!offscreen_target_frame_buffer_.get(); local
    [all...]

Completed in 713 milliseconds