Searched refs:m_glslVersion (Results 1 - 25 of 58) sorted by relevance

123

/external/deqp/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.hpp98 glu::GLSLVersion m_glslVersion; member in class:glcts::BlendEquationAdvancedTests
H A DglcShaderIntegerMixTests.hpp44 glu::GLSLVersion m_glslVersion; member in class:deqp::ShaderIntegerMixTests
H A DglcShaderLoopTests.hpp45 glu::GLSLVersion m_glslVersion; member in class:deqp::ShaderLoopTests
H A DglcShaderNegativeTests.hpp46 glu::GLSLVersion m_glslVersion; member in class:deqp::ShaderNegativeTests
H A DglcShaderStructTests.hpp45 glu::GLSLVersion m_glslVersion; member in class:deqp::ShaderStructTests
H A DglcShaderSwitchTests.cpp188 : TestCaseGroup(context, "switch", "Switch statement tests"), m_glslVersion(glslVersion)
206 makeSwitchCases(this, m_glslVersion, "basic", "Basic switch statement usage",
215 makeSwitchCases(this, m_glslVersion, "const_expr_in_label", "Constant expression in label",
225 makeSwitchCases(this, m_glslVersion, "default_label", "Default label usage",
234 makeSwitchCases(this, m_glslVersion, "default_not_last", "Default label usage",
243 makeSwitchCases(this, m_glslVersion, "no_default_label", "No match in switch without default label",
252 makeSwitchCases(this, m_glslVersion, "fall_through", "Fall-through",
262 makeSwitchCases(this, m_glslVersion, "fall_through_default", "Fall-through",
272 makeSwitchCases(this, m_glslVersion, "conditional_fall_through", "Fall-through",
287 makeSwitchCases(this, m_glslVersion, "conditional_fall_through_
[all...]
H A DglcShaderNegativeTests.cpp59 : TestCase(context, name, description), m_glslVersion(glslVersion)
89 args["VERSION_DECL"] = getGLSLVersionDeclaration(m_glslVersion);
106 if (glslVersionIsES(m_glslVersion))
123 GLSLVersion m_glslVersion; member in class:deqp::ShaderUniformInitializeGlobalCase
133 , m_glslVersion(glslVersion)
164 if (m_glslVersion <= m_shaderVariants[i].minimum_supported_version)
169 args["VERSION_DECL"] = getGLSLVersionDeclaration(m_glslVersion);
213 GLSLVersion m_glslVersion; member in class:deqp::ShaderUniformPrecisionLinkCase
223 : TestCase(context, name, description), m_glslVersion(glslVersion)
248 args["VERSION_DECL"] = getGLSLVersionDeclaration(m_glslVersion);
277 GLSLVersion m_glslVersion; member in class:deqp::ShaderConstantSequenceExpressionCase
[all...]
H A DglcFragDepthTests.hpp46 glu::GLSLVersion m_glslVersion; member in class:deqp::FragDepthTests
H A DglcSampleVariablesTests.hpp50 glu::GLSLVersion m_glslVersion; member in class:deqp::SampleVariablesTests
H A DglcShaderIndexingTests.hpp49 glu::GLSLVersion m_glslVersion; member in class:deqp::ShaderIndexingTests
H A DglcShaderMultisampleInterpolationTests.hpp45 glu::GLSLVersion m_glslVersion; member in class:deqp::ShaderMultisampleInterpolationTests
H A DglcShaderSwitchTests.hpp49 glu::GLSLVersion m_glslVersion; member in class:deqp::ShaderSwitchTests
H A DglcUniformBlockTests.hpp46 glu::GLSLVersion m_glslVersion; member in class:deqp::UniformBlockTests
H A DglcShaderIntegerMixTests.cpp50 : TestCase(context, name, description), m_glslVersion(glslVersion)
69 glu::GLSLVersion m_glslVersion; member in class:deqp::ShaderIntegerMixCase
114 const glu::GLSLVersion v = glslVersionIsES(m_glslVersion) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
202 v = glslVersionIsES(m_glslVersion) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
210 v = glslVersionIsES(m_glslVersion) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
215 v = m_glslVersion;
217 if (glslVersionIsES(m_glslVersion))
219 if (m_glslVersion < glu::GLSL_VERSION_310_ES)
224 if (m_glslVersion < glu::GLSL_VERSION_450)
353 bool is_es = glslVersionIsES(m_glslVersion);
[all...]
H A DglcShaderMultisampleInterpolationTests.cpp107 glu::GLSLVersion m_glslVersion; member in class:deqp::ShaderMultisampleInterpolationApiCase
113 : TestCase(context, name, description), m_glslVersion(glslVersion)
128 if (m_glslVersion == glu::GLSL_VERSION_310_ES &&
156 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
157 specializeVersion(fss, m_glslVersion).c_str()));
177 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
178 specializeVersion(fss, m_glslVersion).c_str()));
224 glu::GLSLVersion m_glslVersion; member in class:deqp::ShaderMultisampleInterpolationBaseCase
253 , m_glslVersion(glslVersion)
280 if (m_glslVersion
[all...]
H A DglcSampleVariablesTests.cpp96 glu::GLSLVersion m_glslVersion; member in class:deqp::SampleShadingExtensionCase
101 : TestCase(context, name, description), m_glslVersion(glslVersion)
140 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
141 specializeVersion(fss, m_glslVersion).c_str()));
165 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
166 specializeVersion(fss, m_glslVersion).c_str()));
189 glu::GLSLVersion m_glslVersion; member in class:deqp::SampleShadingMaskCase
210 , m_glslVersion(glslVersion)
232 if (m_glslVersion == glu::GLSL_VERSION_310_ES &&
356 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion, m_sample
551 glu::GLSLVersion m_glslVersion; member in class:deqp::SampleShadingPositionCase
[all...]
H A DglcLimitTest.hpp70 const std::string m_glslVersion; member in class:glcts::LimitCase
/external/deqp/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.hpp46 glu::GLSLVersion m_glslVersion; member in class:glcts::SampleShadingTests
H A Des31cSeparateShaderObjsTests.hpp45 glu::GLSLVersion m_glslVersion; member in class:glcts::SeparateShaderObjsTests
H A Des31cShaderBitfieldOperationTests.hpp46 glu::GLSLVersion m_glslVersion; member in class:glcts::ShaderBitfieldOperationTests
H A Des31cSampleShadingTests.cpp80 : TestCaseGroup(context, "api", "Basic API verification"), m_glslVersion(glslVersion)
86 addChild(new SampleShadingApiCase(m_context, m_glslVersion));
99 glu::GLSLVersion m_glslVersion; member in class:glcts::SampleShadingApiCaseGroup::SampleShadingApiCase
103 glu::GLSLVersion m_glslVersion; member in class:glcts::SampleShadingApiCaseGroup
107 : TestCase(context, "verify", ""), m_glslVersion(glslVersion)
122 if (m_glslVersion == glu::GLSL_VERSION_310_ES &&
178 glu::GLSLVersion m_glslVersion; member in class:glcts::SampleShadingRenderCase
206 , m_glslVersion(glslVersion)
229 if (m_glslVersion == glu::GLSL_VERSION_310_ES &&
304 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion, m_sample
485 glu::GLSLVersion m_glslVersion; member in class:glcts::SampleShadingRenderFormatTests
544 glu::GLSLVersion m_glslVersion; member in class:glcts::SampleShadingRenderTests
[all...]
H A Des31cShaderBitfieldOperationTests.cpp132 glu::GLSLVersion m_glslVersion; member in class:glcts::ShaderBitfieldOperationCase
142 : TestCase(context, name, description), m_glslVersion(glslVersion), m_data(data), m_testStatement(testStatement)
193 std::string csString = specializeVersion(css, m_glslVersion, m_testStatement.c_str());
1293 : TestCaseGroup(context, "shader_bitfield_operation", "Shader Bitfield Operation tests"), m_glslVersion(glslVersion)
1308 frexpGroup->addChild(new ShaderBitfieldOperationCaseFrexpFloat(m_context, "float_zero", m_glslVersion, Vec4(0.0)));
1313 frexpGroup->addChild(new ShaderBitfieldOperationCaseFrexpFloat(m_context, ss.str().c_str(), m_glslVersion,
1317 new ShaderBitfieldOperationCaseFrexpVec2(m_context, "vec2_zero", m_glslVersion, Vec4(0.0, 0.0)));
1322 frexpGroup->addChild(new ShaderBitfieldOperationCaseFrexpVec2(m_context, ss.str().c_str(), m_glslVersion,
1326 new ShaderBitfieldOperationCaseFrexpVec3(m_context, "vec3_zero", m_glslVersion, Vec4(0.0, 0.0, 0.0)));
1332 m_context, ss.str().c_str(), m_glslVersion, Vec
[all...]
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5Tests.hpp52 glu::GLSLVersion m_glslVersion; member in class:glcts::GPUShader5Tests
H A DesextcGPUShader5Tests.cpp45 m_glslVersion = extParams.glslVersion;
70 if (m_glslVersion >= glu::GLSL_VERSION_430)
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp69 , m_glslVersion (glslVersion)
136 if (m_glslVersion == glu::GLSL_VERSION_100_ES)
145 else if (m_glslVersion == glu::GLSL_VERSION_300_ES || m_glslVersion == glu::GLSL_VERSION_310_ES || m_glslVersion == glu::GLSL_VERSION_320_ES || m_glslVersion == glu::GLSL_VERSION_330)
147 const string version = glu::getGLSLVersionDeclaration(m_glslVersion);
150 if (glu::glslVersionIsES(m_glslVersion) && m_glslVersion != glu::GLSL_VERSION_320_ES) {
183 if (m_glslVersion
[all...]

Completed in 446 milliseconds

123