Lines Matching refs:specializeShader

115 static std::string specializeShader(Context& context, const char* code)  in specializeShader()  function
517 return specializeShader(m_context, buf.str().c_str()); in genShaderSource()
859 return specializeShader(m_context, buf.str().c_str()); in genShaderSource()
1801 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genWriteProgram()
1872 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genReadProgram()
1932 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genReadMultipleProgram()
2001 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genWriteInterleavedProgram()
2081 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genReadInterleavedProgram()
2138 …ext.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, bu… in genReadZeroProgram()
2371 return specializeShader(m_context, buf.str().c_str()); in genComputeSource()
2590 return specializeShader(m_context, buf.str().c_str()); in genComputeSource()
2921 return specializeShader(m_context, buf.str().c_str()); in genComputeSource()
2944 return specializeShader(m_context, buf.str().c_str()); in genImageReadSource()
2961 return specializeShader(m_context, buf.str().c_str()); in genImageClearSource()
3126 return specializeShader(m_context, buf.str().c_str()); in genSSBOComputeSource()
3143 return specializeShader(m_context, buf.str().c_str()); in genAtomicCounterComputeSource()