Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderGroupVoteTests.cpp247 bool isCoreGL = glu::isContextTypeGLCore(contextType); in ShaderGroupVoteTestCaseBase() local
248 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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp248 auto isCoreGL = (shader->getVersion() > glu::GLSL_VERSION_440); in getShaderTypeDeclarations() local
253 if (isCoreGL) in getShaderTypeDeclarations()
265 if (isCoreGL) in getShaderTypeDeclarations()
277 if (isCoreGL) in getShaderTypeDeclarations()
288 if (isCoreGL) in getShaderTypeDeclarations()