Lines Matching refs:ShaderInterface
303 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in deqp::gls::ub::ShaderInterface
307 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
316 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct()
335 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct()
341 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
350 UniformBlock& ShaderInterface::allocBlock (const char* name) in allocBlock()
577 void computeStd140Layout (UniformLayout& layout, const ShaderInterface& interface) in computeStd140Layout()
772 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
778 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs()
1053 void generateCompareSrc (std::ostringstream& src, const char* resultVar, const ShaderInterface& int… in generateCompareSrc()
1092 …Shader (std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInterface& interface, c… in generateVertexShader()
1130 …Shader (std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInterface& interface, c… in generateFragmentShader()