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

  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h 54 // Create a GLInProcessContext, if |is_offscreen| is true, renders to an
58 bool is_offscreen,
gl_in_process_context.cc 61 bool is_offscreen,
181 bool is_offscreen,
261 is_offscreen,
394 bool is_offscreen,
405 is_offscreen,
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.h 78 bool is_offscreen,
127 bool InitializeOnGpuThread(bool is_offscreen,
in_process_command_buffer.cc 297 bool is_offscreen,
321 is_offscreen,
337 bool is_offscreen,
411 if (is_offscreen)
460 is_offscreen,
470 if (!is_offscreen) {
gles2_cmd_decoder.cc 3348 bool is_offscreen = !!offscreen_target_frame_buffer_.get(); local
3480 bool is_offscreen = !!offscreen_target_frame_buffer_.get(); local
8882 bool is_offscreen = !!offscreen_target_frame_buffer_.get(); local
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 558 bool is_offscreen,
webgraphicscontext3d_in_process_command_buffer_impl.cc 101 true /* is_offscreen. Not used. */,
110 bool is_offscreen,
112 : is_offscreen_(is_offscreen),
    [all...]

Completed in 314 milliseconds