Searched defs:generateDeclaration (Results 1 – 4 of 4) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/ubo/ |
| D | vktUniformBlockCase.cpp | 766 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() function 794 void generateDeclaration (std::ostringstream& src, const VarType& type, const std::string& name, in… in generateDeclaration() function 850 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel) in generateDeclaration() function 858 void generateDeclaration (std::ostringstream& src, int blockNdx, const UniformBlock& block) in generateDeclaration() function
|
| /external/deqp/modules/glshared/ |
| D | glsUniformBlockCase.cpp | 819 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() function 850 void generateDeclaration (std::ostringstream& src, const VarType& type, const char* name, int inden… in generateDeclaration() function 906 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel) in generateDeclaration() function 914 void generateDeclaration (std::ostringstream& src, const UniformBlock& block) in generateDeclaration() function
|
| /external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
| D | vktSSBOLayoutCase.cpp | 849 void generateDeclaration (std::ostream& src, const BufferVar& bufferVar, int indentLevel) in generateDeclaration() function 859 void generateDeclaration (std::ostream& src, const BufferBlock& block, int bindingPoint) in generateDeclaration() function
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fSSBOLayoutCase.cpp | 934 void generateDeclaration (std::ostream& src, const BufferVar& bufferVar, int indentLevel) in generateDeclaration() function 944 void generateDeclaration (std::ostream& src, const BufferBlock& block, int bindingPoint) in generateDeclaration() function
|