Home
last modified time | relevance | path

Searched refs:rawIndexCount (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLContextDraw.cpp552 const GLsizei rawIndexCount, in DrawElements_check() argument
566 if (!ValidateNonNegative(funcName, "vertCount", rawIndexCount) || in DrawElements_check()
571 const auto indexCount = uint32_t(rawIndexCount); in DrawElements_check()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLContextDraw.cpp697 WebGLBuffer* WebGLContext::DrawElements_check(const GLsizei rawIndexCount, in DrawElements_check() argument
709 if (!ValidateNonNegative("vertCount", rawIndexCount) || in DrawElements_check()
714 const auto indexCount = uint32_t(rawIndexCount); in DrawElements_check()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DWebGLContextDraw.cpp690 WebGLBuffer* WebGLContext::DrawElements_check(const GLsizei rawIndexCount, in DrawElements_check() argument
702 if (!ValidateNonNegative("vertCount", rawIndexCount) || in DrawElements_check()
707 const auto indexCount = uint32_t(rawIndexCount); in DrawElements_check()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLContextDraw.cpp697 WebGLBuffer* WebGLContext::DrawElements_check(const GLsizei rawIndexCount, in DrawElements_check() argument
709 if (!ValidateNonNegative("vertCount", rawIndexCount) || in DrawElements_check()
714 const auto indexCount = uint32_t(rawIndexCount); in DrawElements_check()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLContextDraw.cpp730 WebGLBuffer* WebGLContext::DrawElements_check(const GLsizei rawIndexCount, in DrawElements_check() argument
742 if (!ValidateNonNegative("vertCount", rawIndexCount) || in DrawElements_check()
747 const auto indexCount = uint32_t(rawIndexCount); in DrawElements_check()