/third_party/vk-gl-cts/framework/opengl/ |
D | gluVarType.hpp | 296 …nst StructType* structPtr_, int indentLevel_) : structPtr(structPtr_), indentLevel(indentLevel_) {} in DeclareStructTypePtr() 299 int indentLevel; member 304 … StructType& structType_, int indentLevel_) : structType(structType_), indentLevel(indentLevel_) {} in DeclareStructType() 307 int indentLevel; member 312 …td::string& name_, int indentLevel_) : varType(varType_), name(name_), indentLevel(indentLevel_) {} in DeclareVariable() 316 int indentLevel; member 326 inline decl::Indent indent (int indentLevel) { return decl::Indent(indentLevel);… in indent() argument 327 … (const StructType* structPtr, int indentLevel = 0) { return decl::DeclareStructTypePtr (stru… in declare() argument 328 … (const StructType& structType, int indentLevel = 0) { return decl::DeclareStructType (struct… in declare() argument 329 …varType, const std::string& name, int indentLevel = 0) { return decl::DeclareVariable (varType, n… in declare() argument
|
D | gluVarType.cpp | 384 str << declare(structPtr, decl.indentLevel); // Generate inline declaration. in operator <<() 412 str << "\n" << indent(decl.indentLevel) << "{\n"; in operator <<() 416 str << indent(decl.indentLevel+1); in operator <<() 417 str << declare(memberIter->getType(), memberIter->getName(), decl.indentLevel+1) << ";\n"; in operator <<() 420 str << indent(decl.indentLevel) << "}"; in operator <<() 427 return str << declare(&decl.structType, decl.indentLevel); in operator <<()
|
/third_party/gn/src/gn/ |
D | command_desc.cc | 37 int indentLevel, in PrintDictValue() argument 39 std::string indent(indentLevel * 2, ' '); in PrintDictValue() 53 PrintDictValue(&v, indentLevel + 1, true); in PrintDictValue() 63 std::string indent_plus_one((indentLevel + 1) * 2, ' '); in PrintDictValue() 70 PrintDictValue(&iter.value(), indentLevel + 1, false); in PrintDictValue() 83 void PrintValue(const base::Value* value, int indentLevel) { in PrintValue() argument 84 std::string indent(indentLevel * 2, ' '); in PrintValue() 92 PrintValue(&v, indentLevel); in PrintValue() 106 PrintValue(&iter.value(), indentLevel + 1); in PrintValue()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 721 …enerateDeclaration(std::ostringstream& src, const VarType& type, const char* name, int indentLevel, 723 void generateDeclaration(std::ostringstream& src, const Uniform& uniform, int indentLevel); 724 void generateDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel); 726 …d generateLocalDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel); 727 void generateFullDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel… 729 void generateDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() argument 732 generateFullDeclaration(src, structType, indentLevel); in generateDeclaration() 736 void generateFullDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() argument 741 src << "\n" << Indent(indentLevel) << "{\n"; in generateFullDeclaration() 745 src << Indent(indentLevel + 1); in generateFullDeclaration() [all …]
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsUniformBlockCase.cpp | 813 … (std::ostringstream& src, const VarType& type, const char* name, int indentLevel, deUint32 unuse… 814 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel); 815 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel… 817 … generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 818 … generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 820 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() argument 823 generateFullDeclaration(src, structType, indentLevel); in generateDeclaration() 827 …id generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() argument 832 src << "\n" << Indent(indentLevel) << "{\n"; in generateFullDeclaration() 836 src << Indent(indentLevel+1); in generateFullDeclaration() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 979 …:ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 unuse… 980 …on (std::ostringstream& src, const InterfaceBlockMember& member, int indentLevel, deUint32 buffe… 981 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 983 … generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 984 … generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 986 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() argument 989 generateFullDeclaration(src, structType, indentLevel); in generateDeclaration() 993 …id generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() argument 998 src << "\n" << Indent(indentLevel) << "{\n"; in generateFullDeclaration() 1002 src << Indent(indentLevel + 1); in generateFullDeclaration() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 954 …:ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 unuse… 955 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel, deUi… 956 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel… 958 … generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 959 … generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 961 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() argument 964 generateFullDeclaration(src, structType, indentLevel); in generateDeclaration() 968 …id generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() argument 973 src << "\n" << Indent(indentLevel) << "{\n"; in generateFullDeclaration() 977 src << Indent(indentLevel + 1); in generateFullDeclaration() [all …]
|
/third_party/skia/tools/gpu/gl/interface/ |
D | gen_interface.go | 347 func functionCheck(feature FeatureSet, indentLevel int) string { 350 indent := strings.Repeat(SPACER, indentLevel) 380 …return preCheck + strings.Repeat(SPACER, indentLevel) + "// all functions were marked optional or …
|
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpXmlWriter.c | 171 static const char* getIndentStr (int indentLevel) in getIndentStr() argument 175 return &s_indentStr[s_indentStrLen - deMin32(s_indentStrLen, indentLevel)]; in getIndentStr()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 947 void generateDeclaration (std::ostream& src, const BufferVar& bufferVar, int indentLevel) in generateDeclaration() argument 955 src << glu::declare(bufferVar.getType(), bufferVar.getName(), indentLevel); in generateDeclaration()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 929 void generateDeclaration (std::ostream& src, const BufferVar& bufferVar, int indentLevel) in generateDeclaration() argument 936 src << glu::declare(bufferVar.getType(), bufferVar.getName(), indentLevel); in generateDeclaration()
|