Lines Matching refs:ShaderInterface
304 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in deqp::gls::ub::ShaderInterface
308 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
317 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct()
336 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct()
342 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
351 UniformBlock& ShaderInterface::allocBlock (const char* name) in allocBlock()
578 void computeStd140Layout (UniformLayout& layout, const ShaderInterface& interface) in computeStd140Layout()
773 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
779 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs()
1056 void generateCompareSrc (std::ostringstream& src, const char* resultVar, const ShaderInterface& int… in generateCompareSrc()
1095 …Shader (std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInterface& interface, c… in generateVertexShader()
1133 …Shader (std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInterface& interface, c… in generateFragmentShader()