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 54 const unsigned int kMaxSwapBuffers = 2U;
318 DCHECK_LE(pending_swapbuffers_, kMaxSwapBuffers);
319 if (pending_swapbuffers_ == kMaxSwapBuffers) {
634 if (pending_swapbuffers_-- == kMaxSwapBuffers && needs_composite_)
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 186 static const size_t kMaxSwapBuffers = 2;
gles2_implementation.cc 943 // All it means is that we could be slightly looser on the kMaxSwapBuffers
949 // Wait if we added too many swap buffers. Add 1 to kMaxSwapBuffers to
951 if (swap_buffers_tokens_.size() > kMaxSwapBuffers + 1) {
    [all...]

Completed in 187 milliseconds