Home
last modified time | relevance | path

Searched refs:GetMaxWindowRectangles (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dcontext_state.cc656 size_t ContextState::GetMaxWindowRectangles() const { in GetMaxWindowRectangles() function in gpu::gles2::ContextState
667 DCHECK_LE(count, GetMaxWindowRectangles()); in SetWindowRectangles()
683 GetMaxWindowRectangles()); in UpdateWindowRectangles()
H A Dcontext_state.h322 size_t GetMaxWindowRectangles() const;
H A Dgles2_cmd_decoder.cc7772 if (index >= state_.GetMaxWindowRectangles()) { in GetIndexedIntegerImpl()
20049 if (static_cast<size_t>(n) > state_.GetMaxWindowRectangles()) { in DoWindowRectanglesEXT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dcontext_state.cc655 size_t ContextState::GetMaxWindowRectangles() const { in GetMaxWindowRectangles() function in gpu::gles2::ContextState
666 DCHECK_LE(count, GetMaxWindowRectangles()); in SetWindowRectangles()
682 GetMaxWindowRectangles()); in UpdateWindowRectangles()
H A Dcontext_state.h323 size_t GetMaxWindowRectangles() const;
H A Dgles2_cmd_decoder.cc7768 if (index >= state_.GetMaxWindowRectangles()) { in GetIndexedIntegerImpl()
20132 if (static_cast<size_t>(n) > state_.GetMaxWindowRectangles()) { in DoWindowRectanglesEXT()