/third_party/vk-gl-cts/framework/opengl/ |
D | gluVarType.hpp | 299 int indentLevel; member 307 int indentLevel; member 316 int indentLevel; member 326 inline decl::Indent indent (int indentLevel) { return decl::Indent(indentLevel);… in indent() 327 inline decl::DeclareStructTypePtr declare (const StructType* structPtr, int indentLevel = 0) … in declare() 328 inline decl::DeclareStructType declare (const StructType& structType, int indentLevel = 0) {… in declare() 329 …ariable declare (const VarType& varType, const std::string& name, int indentLevel = 0) { return… in declare()
|
/third_party/gn/src/gn/ |
D | command_desc.cc | 37 int indentLevel, in PrintDictValue() 83 void PrintValue(const base::Value* value, int indentLevel) { in PrintValue()
|
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpXmlWriter.c | 171 static const char* getIndentStr (int indentLevel) in getIndentStr()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 729 void generateDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() 736 void generateFullDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() 753 …id generateLocalDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateLocalDeclaration() 761 …enerateDeclaration(std::ostringstream& src, const VarType& type, const char* name, int indentLevel, in generateDeclaration() 821 void generateDeclaration(std::ostringstream& src, const Uniform& uniform, int indentLevel) in generateDeclaration()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsUniformBlockCase.cpp | 820 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() 827 …id generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() 843 …d generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateLocalDeclaration() 851 …ion (std::ostringstream& src, const VarType& type, const char* name, int indentLevel, deUint32 unu… in generateDeclaration() 909 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel) in generateDeclaration()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 961 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() 968 …id generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() 998 …d::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 unu… in generateDeclaration() 1046 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel, deUint3… in generateDeclaration()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 961 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() 968 …id generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() 998 …d::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 unu… in generateDeclaration() 1046 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel, deUint3… in generateDeclaration()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 986 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() 993 …id generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() 1023 …d::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 fie… in generateDeclaration() 1074 …ration (std::ostringstream& src, const InterfaceBlockMember& member, int indentLevel, deUint32 buf… in generateDeclaration()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 986 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() 993 …id generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() 1023 …d::ostringstream& src, const VarType& type, const std::string& name, int indentLevel, deUint32 fie… in generateDeclaration() 1074 …ration (std::ostringstream& src, const InterfaceBlockMember& member, int indentLevel, deUint32 buf… in generateDeclaration()
|
/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 947 void generateDeclaration (std::ostream& src, const BufferVar& bufferVar, int 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()
|