Lines Matching full:m_varname
138 const std::string m_varName;
146 , m_varName (varName)
174 if (!isES32 && (m_varName == "gl_MaxTessControlImageUniforms" ||
175 m_varName == "gl_MaxTessEvaluationImageUniforms" ||
176 m_varName == "gl_MaxTessControlAtomicCounters" ||
177 m_varName == "gl_MaxTessEvaluationAtomicCounters" ||
178 m_varName == "gl_MaxTessControlAtomicCounterBuffers" ||
179 m_varName == "gl_MaxTessEvaluationAtomicCounterBuffers"))
181 std::string message = "The test requires a 3.2 context. The constant '" + m_varName + "' is not supported.";
225 const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderContext(), shaderType, glu::dataTypeOf<DataType>(), m_varName, m_requiredExt));
238 logVarValue(m_testCtx.getLog(), m_varName, result);
242 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << m_varName << " = " << reference << TestLog::EndMessage