Searched refs:isGLES31 (Results 1 – 2 of 2) sorted by relevance
84 bool isGLES31 = context->getClientVersion() >= Version(3, 1); in ValidateObjectIdentifierAndName() local198 if (!isGLES31 && !context->getExtensions().separateShaderObjects) in ValidateObjectIdentifierAndName()
9405 bool isGLES31 = context->getClientVersion() >= Version(3, 1); in updateValidBindTextureTypes() local9410 {TextureType::_2DMultisample, isGLES31 || exts.textureMultisample}, in updateValidBindTextureTypes()