Searched refs:supportsNonPower2Texture (Results 1 – 5 of 5) sorted by relevance
734 if (levels != 1 && !context->supportsNonPower2Texture()) in ValidateES2TexStorageParameters()
443 bool supportsNonPower2Texture() const;
177 if (!context->supportsNonPower2Texture() && in ValidImageSize()
3321 bool Context::supportsNonPower2Texture() const in supportsNonPower2Texture() function in gl::Context3748 if (supportsNonPower2Texture()) in initExtensionString()
2110 …if (!context->supportsNonPower2Texture() && (!gl::isPow2(texture->getBaseLevelWidth()) || !gl::isP… in glGenerateMipmap()