Lines Matching refs:specializeShader
123 static std::string specializeShader(Context& context, const char* code) in specializeShader() function
524 return specializeShader(m_context, buf.str().c_str()); in genShaderSource()
866 return specializeShader(m_context, buf.str().c_str()); in genShaderSource()
1807 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genWriteProgram()
1878 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genReadProgram()
1938 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genReadMultipleProgram()
2007 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genWriteInterleavedProgram()
2087 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genReadInterleavedProgram()
2144 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genReadZeroProgram()
2377 return specializeShader(m_context, buf.str().c_str()); in genComputeSource()
2596 return specializeShader(m_context, buf.str().c_str()); in genComputeSource()
2926 return specializeShader(m_context, buf.str().c_str()); in genComputeSource()
2949 return specializeShader(m_context, buf.str().c_str()); in genImageReadSource()
2966 return specializeShader(m_context, buf.str().c_str()); in genImageClearSource()
3131 return specializeShader(m_context, buf.str().c_str()); in genSSBOComputeSource()
3148 return specializeShader(m_context, buf.str().c_str()); in genAtomicCounterComputeSource()