Searched refs:ShaderInterface (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.hpp | 117 class ShaderInterface class 120 ShaderInterface (void); 121 ~ShaderInterface (void); 133 ShaderInterface (const ShaderInterface&); 134 ShaderInterface& operator= (const ShaderInterface&); 173 bb::ShaderInterface m_interface;
|
D | es31fSSBOLayoutCase.cpp | 238 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in deqp::gles31::bb::ShaderInterface 242 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface() 251 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct() 270 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct() 276 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs() 285 BufferBlock& ShaderInterface::allocBlock (const char* name) in allocBlock() 686 void computeReferenceLayout (BufferLayout& layout, const ShaderInterface& interface) in computeReferenceLayout() 894 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() 900 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs() 1173 void generateCompareSrc (std::ostream& src, const char* resultVar, const ShaderInterface& interface… in generateCompareSrc() [all …]
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.hpp | 211 class ShaderInterface class 214 ShaderInterface (void); 215 ~ShaderInterface (void); 264 ub::ShaderInterface m_interface;
|
D | glsUniformBlockCase.cpp | 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() [all …]
|