Searched refs:ShaderInterface (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.hpp117 class ShaderInterface class in namespace:deqp::gles31::bb
120 ShaderInterface (void);
121 ~ShaderInterface (void);
133 ShaderInterface (const ShaderInterface&);
134 ShaderInterface& operator= (const ShaderInterface&);
173 bb::ShaderInterface m_interface;
H A Des31fSSBOLayoutCase.cpp236 // ShaderInterface implementation.
238 ShaderInterface::ShaderInterface (void) function in class:deqp::gles31::bb::ShaderInterface
242 ShaderInterface::~ShaderInterface (void)
251 StructType& ShaderInterface::allocStruct (const char* name)
270 const StructType* ShaderInterface::findStruct (const char* name) const
276 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const
285 BufferBlock& ShaderInterface::allocBlock (const char* name)
686 void computeReferenceLayout (BufferLayout& layout, const ShaderInterface
[all...]
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp211 class ShaderInterface class in namespace:deqp::gls::ub
214 ShaderInterface (void);
215 ~ShaderInterface (void);
264 ub::ShaderInterface m_interface;
H A DglsUniformBlockCase.cpp301 // ShaderInterface implementation.
303 ShaderInterface::ShaderInterface (void) function in class:deqp::gls::ub::ShaderInterface
307 ShaderInterface::~ShaderInterface (void)
316 StructType& ShaderInterface::allocStruct (const char* name)
335 const StructType* ShaderInterface::findStruct (const char* name) const
341 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const
350 UniformBlock& ShaderInterface::allocBlock (const char* name)
577 void computeStd140Layout (UniformLayout& layout, const ShaderInterface
[all...]

Completed in 158 milliseconds