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

  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 53 const unsigned int kMaxSwapBuffers = 2U;
299 DCHECK_LE(pending_swapbuffers_, kMaxSwapBuffers);
300 if (pending_swapbuffers_ == kMaxSwapBuffers) {
575 if (pending_swapbuffers_-- == kMaxSwapBuffers && needs_composite_)
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 183 static const size_t kMaxSwapBuffers = 2;
gles2_implementation.cc 933 // All it means is that we could be slightly looser on the kMaxSwapBuffers
939 // Wait if we added too many swap buffers. Add 1 to kMaxSwapBuffers to
941 if (swap_buffers_tokens_.size() > kMaxSwapBuffers + 1) {
    [all...]

Completed in 199 milliseconds