Home
last modified time | relevance | path

Searched refs:shaderLibrary (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderExecuteTest.cpp56 …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/
Des31fAndroidExtensionPackES31ATests.cpp259 …gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContex… in init() local
263 …const std::vector<tcu::TestNode*>& children = shaderLibrary.loadShaderFile("shaders/es31/android_… in init()
270 …const std::vector<tcu::TestNode*>& children = shaderLibrary.loadShaderFile("shaders/es32/android_… in init()
Des31fFunctionalTests.cpp115 …gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextIn… in init() local
117 std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile(fileName.c_str()); in init()
Des31fUniformLocationTests.cpp1053 …gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getConte… in init() local
1054 …const vector<TestNode*> negativeCases = shaderLibrary.loadShaderFile("shaders/es31/uniform_lo… in init()
1064 …gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getConte… in init() local
1065 …const vector<TestNode*> negativeCases = shaderLibrary.loadShaderFile("shaders/es32/uniform_lo… in init()
Des31fSeparateShaderTests.cpp1840 …gls::ShaderLibrary shaderLibrary (ctx.getTestContext(), ctx.getRenderContext(), ctx.getContext… in createSeparateShaderTests() local
1841 …const std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile("shaders/es31/separate_… in createSeparateShaderTests()
1851 …gls::ShaderLibrary shaderLibrary (ctx.getTestContext(), ctx.getRenderContext(), ctx.getContext… in createSeparateShaderTests() local
1852 …const std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile("shaders/es32/separate_… in createSeparateShaderTests()
Des31fTessellationTests.cpp7656 …gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContex… in init() local
7657 …const std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile("shaders/es31/tessellat… in init()
7667 …gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContex… in init() local
7668 …const std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile("shaders/es32/tessellat… in init()
/external/deqp/modules/gles3/functional/
Des3fFunctionalTests.cpp161 …gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextIn… in init() local
163 std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile(fileName.c_str()); in init()
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm73 id<MTLLibrary> shaderLibrary = GrCompileMtlShaderLibrary(fGpu, shaderString.c_str(),
75 if (shaderLibrary == nil) {
84 return shaderLibrary;
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm76 id<MTLLibrary> shaderLibrary = GrCompileMtlShaderLibrary(fGpu, shaderString.c_str(),
78 if (shaderLibrary == nil) {
87 return shaderLibrary;
/external/deqp/external/openglcts/modules/common/
DglcShaderLibrary.cpp1172 deqp::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext()); in init() local
1173 std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile(m_filename.c_str()); in init()