Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLContextValidate.cpp602 const auto fnFloorPOTIfSupported = [](uint32_t& val) { in InitAndValidateGL() local
608 fnFloorPOTIfSupported(mImplMaxTextureSize); in InitAndValidateGL()
609 fnFloorPOTIfSupported(mImplMaxCubeMapTextureSize); in InitAndValidateGL()
610 fnFloorPOTIfSupported(mImplMaxRenderbufferSize); in InitAndValidateGL()
612 fnFloorPOTIfSupported(mImplMax3DTextureSize); in InitAndValidateGL()
613 fnFloorPOTIfSupported(mImplMaxArrayTextureLayers); in InitAndValidateGL()