Searched refs:generateFullDeclaration (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 817 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLe… 822 generateFullDeclaration(src, structType, indentLevel); in generateDeclaration() 826 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLeve… in generateFullDeclaration() function 845 generateFullDeclaration(src, structType, indentLevel); in generateLocalDeclaration()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 764 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLe… 769 generateFullDeclaration(src, structType, indentLevel); in generateDeclaration() 773 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLeve… in generateFullDeclaration() function
|