Searched refs:shaderLibrary (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderExecuteTest.cpp | 56 …gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo… in init() local 58 vector<TestNode*> children = shaderLibrary.loadShaderFile(fileName.c_str()); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fAndroidExtensionPackES31ATests.cpp | 259 …gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContex… in init() local 260 …const std::vector<tcu::TestNode*>& children = shaderLibrary.loadShaderFile("shaders/android_exten… in init()
|
D | es31fFunctionalTests.cpp | 116 …gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextIn… in init() local 118 std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile(fileName.c_str()); in init()
|
D | es31fUniformLocationTests.cpp | 1049 …gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getConte… in init() local 1050 …const vector<TestNode*> negativeCases = shaderLibrary.loadShaderFile("shaders/uniform_locat… in init()
|
D | es31fSeparateShaderTests.cpp | 1839 …gls::ShaderLibrary shaderLibrary (ctx.getTestContext(), ctx.getRenderContext(), ctx.getContext… in createSeparateShaderTests() local 1840 …const std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile("shaders/separate_shade… in createSeparateShaderTests()
|
D | es31fTessellationTests.cpp | 7600 …gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContex… in init() local 7601 …const std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile("shaders/tessellation_n… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFunctionalTests.cpp | 159 …gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextIn… in init() local 161 std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile(fileName.c_str()); in init()
|