Home
last modified time | relevance | path

Searched refs:kMinMaxDrawBuffers (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLExtensionDrawBuffers.cpp58 if (webgl->mGLMaxDrawBuffers < webgl->kMinMaxDrawBuffers || in IsSupported()
H A DWebGLContextValidate.cpp626 mGLMaxDrawBuffers = std::min(mGLMaxDrawBuffers, kMinMaxDrawBuffers); in InitAndValidateGL()
H A DWebGLContext.cpp113 /*static*/ const uint32_t WebGLContext::kMinMaxDrawBuffers = 4; member in mozilla::WebGLContext
H A DWebGLContext.h331 static const uint32_t kMinMaxDrawBuffers; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLContextValidate.cpp43 const uint32_t kMinMaxDrawBuffers = 4; variable
447 ok &= RestrictCap(&limits.maxColorDrawBuffers, kMinMaxDrawBuffers); in InitAndValidateGL()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLContextValidate.cpp43 const uint32_t kMinMaxDrawBuffers = 4; variable
416 ok &= RestrictCap(&limits.maxColorDrawBuffers, kMinMaxDrawBuffers); in InitAndValidateGL()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLContextValidate.cpp43 const uint32_t kMinMaxDrawBuffers = 4; variable
447 ok &= RestrictCap(&limits.maxColorDrawBuffers, kMinMaxDrawBuffers); in InitAndValidateGL()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DWebGLContextValidate.cpp43 const uint32_t kMinMaxDrawBuffers = 4; variable
444 ok &= RestrictCap(&limits.maxColorDrawBuffers, kMinMaxDrawBuffers); in InitAndValidateGL()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLContextValidate.cpp49 const uint32_t kMinMaxDrawBuffers = 4; variable
592 ok &= RestrictCap(&mGLMaxDrawBuffers, kMinMaxDrawBuffers); in InitAndValidateGL()