Searched refs:ShaderBuiltinConstantCase (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 124 class ShaderBuiltinConstantCase : public TestCase class 129 ShaderBuiltinConstantCase (Context& context, const char* varName, GetConstantValueFunc getValue, const char* requiredExt); 130 ~ShaderBuiltinConstantCase (void); 144 ShaderBuiltinConstantCase<DataType>::ShaderBuiltinConstantCase (Context& context, const char* varName, GetConstantValueFunc getValue, const char* requiredExt) in ShaderBuiltinConstantCase() function in deqp::gles31::Functional::__anon30890::ShaderBuiltinConstantCase 154 ShaderBuiltinConstantCase<DataType>::~ShaderBuiltinConstantCase (void) in ~ShaderBuiltinConstantCase() 159 void ShaderBuiltinConstantCase<DataType>::init (void) in init() 232 bool ShaderBuiltinConstantCase<DataType>::verifyInShaderType (glu::ShaderType shaderType, DataType reference) in verifyInShaderType() 264 TestCase::IterateResult ShaderBuiltinConstantCase<DataTyp [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderBuiltinVarTests.cpp | 60 class ShaderBuiltinConstantCase : public gls::ShaderRenderCase class 63 ShaderBuiltinConstantCase (Context& context, const char* name, const char* desc, const char* varName, deUint32 paramName, bool isVertexCase); 64 ~ShaderBuiltinConstantCase (void); 74 ShaderBuiltinConstantCase::ShaderBuiltinConstantCase (Context& context, const char* name, const char* desc, const char* varName, deUint32 paramName, bool isVertexCase) in ShaderBuiltinConstantCase() function in deqp::gles2::Functional::ShaderBuiltinConstantCase 81 ShaderBuiltinConstantCase::~ShaderBuiltinConstantCase (void) in ~ShaderBuiltinConstantCase() 85 int ShaderBuiltinConstantCase::getRefValue (void) in getRefValue() 103 void ShaderBuiltinConstantCase::init (void) in init() 720 addChild(new ShaderBuiltinConstantCase(m_contex in init() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderBuiltinVarTests.cpp | 86 class ShaderBuiltinConstantCase : public TestCase class 91 ShaderBuiltinConstantCase (Context& context, const char* name, const char* desc, const char* varName, GetConstantValueFunc getValue, glu::ShaderType shaderType); 92 ~ShaderBuiltinConstantCase (void); 102 ShaderBuiltinConstantCase::ShaderBuiltinConstantCase (Context& context, const char* name, const char* desc, const char* varName, GetConstantValueFunc getValue, glu::ShaderType shaderType) in ShaderBuiltinConstantCase() function in deqp::gles3::Functional::ShaderBuiltinConstantCase 110 ShaderBuiltinConstantCase::~ShaderBuiltinConstantCase (void) in ~ShaderBuiltinConstantCase() 127 ShaderBuiltinConstantCase::IterateResult ShaderBuiltinConstantCase::iterate (void) in iterate() 1115 ShaderBuiltinConstantCase in init() [all...] |
Completed in 5 milliseconds