Home
last modified time | relevance | path

Searched defs:indentLevel (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluVarType.hpp299 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/
Dcommand_desc.cc37 int indentLevel, in PrintDictValue()
83 void PrintValue(const base::Value* value, int indentLevel) { in PrintValue()
/third_party/vk-gl-cts/framework/qphelper/
DqpXmlWriter.c171 static const char* getIndentStr (int indentLevel) in getIndentStr()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp729 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/
DglsUniformBlockCase.cpp820 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/
DvktUniformBlockCase.cpp961 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/
DvktUniformBlockCase.cpp961 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/
DvktTransformFeedbackFuzzLayoutCase.cpp986 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/
DvktTransformFeedbackFuzzLayoutCase.cpp986 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/
DvktSSBOLayoutCase.cpp947 void generateDeclaration (std::ostream& src, const BufferVar& bufferVar, int indentLevel) in generateDeclaration()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
DvktSSBOLayoutCase.cpp947 void generateDeclaration (std::ostream& src, const BufferVar& bufferVar, int indentLevel) in generateDeclaration()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp929 void generateDeclaration (std::ostream& src, const BufferVar& bufferVar, int indentLevel) in generateDeclaration()