Searched refs:generateLocalDeclaration (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 726 void generateLocalDeclaration(std::ostringstream& src, const StructType& structType, int indentLeve… 753 void generateLocalDeclaration(std::ostringstream& src, const StructType& structType, int indentLeve… in generateLocalDeclaration() function 793 generateLocalDeclaration(src, curType->getStruct(), indentLevel + 1); in generateDeclaration() 804 generateLocalDeclaration(src, type.getStruct(), indentLevel + 1); in generateDeclaration()
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 817 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLe… 843 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLev… in generateLocalDeclaration() function 884 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1); in generateDeclaration() 894 generateLocalDeclaration(src, type.getStruct(), indentLevel+1); in generateDeclaration()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 983 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLev… 1009 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int /* indent… in generateLocalDeclaration() function 1049 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1); in generateDeclaration() 1059 generateLocalDeclaration(src, type.getStruct(), indentLevel+1); in generateDeclaration()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 958 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLe… 984 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int /* indent… in generateLocalDeclaration() function 1021 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1); in generateDeclaration() 1031 generateLocalDeclaration(src, type.getStruct(), indentLevel+1); in generateDeclaration()
|