Lines Matching defs:constant
8385 for (GLuint constant = 0; constant < CONSTANTS_MAX; ++constant)
8389 testCase test_case = { (CONSTANTS)constant, (Utils::Shader::STAGES)stage };
8396 /** Get name of glsl constant
8400 * @return Name of constant used in GLSL
8402 const GLchar* GLSLContantImmutablityTest::getConstantName(CONSTANTS constant)
8406 switch (constant)
8429 : TextureTestBase(context, "glsl_contant_values", "Test verifies values of constant symbols")
8509 "Test verifies that symbols can be used as constant integral expressions")
9093 /** Get name of glsl constant
9097 * @return Name of constant used in GLSL
11146 /** Get name of glsl constant
11150 * @return Name of constant used in GLSL