Searched refs:generateLocalDeclaration (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 731 void generateLocalDeclaration(std::ostringstream& src, const StructType& structType, int indentLeve… 758 void generateLocalDeclaration(std::ostringstream& src, const StructType& structType, int indentLeve… in generateLocalDeclaration() function 798 generateLocalDeclaration(src, curType->getStruct(), indentLevel + 1); in generateDeclaration() 809 generateLocalDeclaration(src, type.getStruct(), indentLevel + 1); in generateDeclaration()
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 816 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLe… 842 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLev… in generateLocalDeclaration() function 881 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1); in generateDeclaration() 891 generateLocalDeclaration(src, type.getStruct(), indentLevel+1); in generateDeclaration()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 996 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLe… 1022 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int /* indent… in generateLocalDeclaration() function 1059 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1); in generateDeclaration() 1069 generateLocalDeclaration(src, type.getStruct(), indentLevel+1); in generateDeclaration()
|