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

  /external/chromium_org/content/common/gpu/
gpu_channel.h 60 bool allow_future_sync_points);
146 bool allow_future_sync_points() const { return allow_future_sync_points_; } function in class:content::GpuChannel
gpu_channel_manager.h 113 bool allow_future_sync_points);
gpu_channel_manager.cc 172 bool allow_future_sync_points) {
193 allow_future_sync_points));
gpu_channel.cc 403 bool allow_future_sync_points)
414 allow_future_sync_points_(allow_future_sync_points),
gpu_command_buffer_stub.cc 618 capabilities.future_sync_points = channel_->allow_future_sync_points();
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_process_host.h 111 bool allow_future_sync_points,
gpu_process_host.cc 600 bool allow_future_sync_points,
613 client_id, share_context, allow_future_sync_points))) {
    [all...]

Completed in 121 milliseconds