• Home
  • Raw
  • Download

Lines Matching refs:ShaderBuiltinConstantCase

124 class ShaderBuiltinConstantCase : public TestCase  class
129ShaderBuiltinConstantCase (Context& context, const char* varName, GetConstantValueFunc getValue, c…
130 ~ShaderBuiltinConstantCase (void);
144 ShaderBuiltinConstantCase<DataType>::ShaderBuiltinConstantCase (Context& context, const char* varNa… in ShaderBuiltinConstantCase() function in deqp::gles31::Functional::__anonb9b3f2cf0111::ShaderBuiltinConstantCase
154 ShaderBuiltinConstantCase<DataType>::~ShaderBuiltinConstantCase (void) in ~ShaderBuiltinConstantCase()
159 void ShaderBuiltinConstantCase<DataType>::init (void) in init()
221 bool ShaderBuiltinConstantCase<DataType>::verifyInShaderType (glu::ShaderType shaderType, DataType … in verifyInShaderType()
253 TestCase::IterateResult ShaderBuiltinConstantCase<DataType>::iterate (void) in iterate()
305 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue; in init()
350 ShaderBuiltinConstantCase<tcu::IVec3>::GetConstantValueFunc getValue; in init()
361 …coreGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intCo… in init()
364 …coreGroup->addChild(new ShaderBuiltinConstantCase<tcu::IVec3>(m_context, ivec3Constants[ndx].varNa… in init()
371 …sampleVarGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, "gl_MaxSamples", getInteger… in init()
379 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue; in init()
397 …geomGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intCo… in init()
405 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue; in init()
436 …tessGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intCo… in init()