Searched refs:isCoreGL (Results 1 – 2 of 2) sorted by relevance
247 bool isCoreGL = glu::isContextTypeGLCore(contextType); in ShaderGroupVoteTestCaseBase() local248 std::string extensionName = isCoreGL ? "GL_ARB_shader_group_vote" : "GL_EXT_shader_group_vote"; in ShaderGroupVoteTestCaseBase()254 m_specializationMap["EXT_TYPE"] = isCoreGL ? "ARB" : "EXT"; in ShaderGroupVoteTestCaseBase()
248 auto isCoreGL = (shader->getVersion() > glu::GLSL_VERSION_440); in getShaderTypeDeclarations() local253 if (isCoreGL) in getShaderTypeDeclarations()265 if (isCoreGL) in getShaderTypeDeclarations()277 if (isCoreGL) in getShaderTypeDeclarations()288 if (isCoreGL) in getShaderTypeDeclarations()