/third_party/weex-loader/deps/weex-styler/lib/ |
D | shorthand-parser.js | 1 function generateDeclaration (property, value, position) { function 14 match[1] && result.push(generateDeclaration('transition-property', match[1], position)) 15 match[2] && result.push(generateDeclaration('transition-duration', match[2], position)) 16 match[3] && result.push(generateDeclaration('transition-timing-function', match[3], position)) 17 match[4] && result.push(generateDeclaration('transition-delay', match[4], position)) 37 generateDeclaration('margin-top', splitResult[0], position), 38 generateDeclaration('margin-right', splitResult[1], position), 39 generateDeclaration('margin-bottom', splitResult[2], position), 40 generateDeclaration('margin-left', splitResult[3], position)
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 721 void generateDeclaration(std::ostringstream& src, const VarType& type, const char* name, int indent… 723 void generateDeclaration(std::ostringstream& src, const Uniform& uniform, int indentLevel); 724 void generateDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel); 729 void generateDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() function 746 generateDeclaration(src, memberIter->getType(), memberIter->getName(), indentLevel + 1, in generateFullDeclaration() 761 void generateDeclaration(std::ostringstream& src, const VarType& type, const char* name, int indent… in generateDeclaration() function 821 void generateDeclaration(std::ostringstream& src, const Uniform& uniform, int indentLevel) in generateDeclaration() function 826 …generateDeclaration(src, uniform.getType(), uniform.getName(), indentLevel, uniform.getFlags() & U… in generateDeclaration() 829 void generateDeclaration(std::ostringstream& src, const UniformBlock& block) in generateDeclaration() function 840 generateDeclaration(src, *uniformIter, 1 /* indent level */); in generateDeclaration() [all …]
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsUniformBlockCase.cpp | 813 void generateDeclaration (std::ostringstream& src, const VarType& type, const char* name, int in… 814 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel); 815 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel… 820 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() function 837 …generateDeclaration(src, memberIter->getType(), memberIter->getName(), indentLevel+1, memberIter->… in generateFullDeclaration() 851 void generateDeclaration (std::ostringstream& src, const VarType& type, const char* name, int inden… in generateDeclaration() function 909 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel) in generateDeclaration() function 914 …generateDeclaration(src, uniform.getType(), uniform.getName(), indentLevel, uniform.getFlags() & U… in generateDeclaration() 917 void generateDeclaration (std::ostringstream& src, const UniformBlock& block) in generateDeclaration() function 928 generateDeclaration(src, *uniformIter, 1 /* indent level */); in generateDeclaration() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 954 void generateDeclaration (std::ostringstream& src, const VarType& type, const std::string& name,… 955 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel, deUi… 956 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel… 961 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() function 978 …generateDeclaration(src, memberIter->getType(), memberIter->getName(), indentLevel + 1, memberIter… in generateFullDeclaration() 998 void generateDeclaration (std::ostringstream& src, const VarType& type, const std::string& name, in… in generateDeclaration() function 1046 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel, deUint3… in generateDeclaration() function 1051 …generateDeclaration(src, uniform.getType(), uniform.getName(), indentLevel, uniform.getFlags() & U… in generateDeclaration() 1161 void generateDeclaration (std::ostringstream& src, int blockNdx, const UniformBlock& block, const U… in generateDeclaration() function 1176 …generateDeclaration(src, *pUniform, 1 /* indent level */, getBlockMemberOffset(blockNdx, block, *p… in generateDeclaration() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 954 void generateDeclaration (std::ostringstream& src, const VarType& type, const std::string& name,… 955 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel, deUi… 956 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel… 961 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() function 978 …generateDeclaration(src, memberIter->getType(), memberIter->getName(), indentLevel + 1, memberIter… in generateFullDeclaration() 998 void generateDeclaration (std::ostringstream& src, const VarType& type, const std::string& name, in… in generateDeclaration() function 1046 void generateDeclaration (std::ostringstream& src, const Uniform& uniform, int indentLevel, deUint3… in generateDeclaration() function 1051 …generateDeclaration(src, uniform.getType(), uniform.getName(), indentLevel, uniform.getFlags() & U… in generateDeclaration() 1161 void generateDeclaration (std::ostringstream& src, int blockNdx, const UniformBlock& block, const U… in generateDeclaration() function 1176 …generateDeclaration(src, *pUniform, 1 /* indent level */, getBlockMemberOffset(blockNdx, block, *p… in generateDeclaration() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 979 void generateDeclaration (std::ostringstream& src, const VarType& type, const std::string& name, … 980 void generateDeclaration (std::ostringstream& src, const InterfaceBlockMember& member, int indent… 981 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 986 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() function 1003 …generateDeclaration(src, memberIter->getType(), memberIter->getName(), indentLevel + 1, memberIter… in generateFullDeclaration() 1023 void generateDeclaration (std::ostringstream& src, const VarType& type, const std::string& name, in… in generateDeclaration() function 1074 void generateDeclaration (std::ostringstream& src, const InterfaceBlockMember& member, int indentLe… in generateDeclaration() function 1079 …generateDeclaration(src, member.getType(), member.getName(), indentLevel, member.getFlags() & FIEL… in generateDeclaration() 1162 void generateDeclaration (std::ostringstream& src, int blockNdx, const InterfaceBlock& block, const… in generateDeclaration() function 1188 …generateDeclaration(src, *pUniform, indentOne, xfbBuffer, xfbStride, xfbOffset + getBlockMemberOff… in generateDeclaration() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 979 void generateDeclaration (std::ostringstream& src, const VarType& type, const std::string& name, … 980 void generateDeclaration (std::ostringstream& src, const InterfaceBlockMember& member, int indent… 981 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel); 986 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration() function 1003 …generateDeclaration(src, memberIter->getType(), memberIter->getName(), indentLevel + 1, memberIter… in generateFullDeclaration() 1023 void generateDeclaration (std::ostringstream& src, const VarType& type, const std::string& name, in… in generateDeclaration() function 1074 void generateDeclaration (std::ostringstream& src, const InterfaceBlockMember& member, int indentLe… in generateDeclaration() function 1079 …generateDeclaration(src, member.getType(), member.getName(), indentLevel, member.getFlags() & FIEL… in generateDeclaration() 1162 void generateDeclaration (std::ostringstream& src, int blockNdx, const InterfaceBlock& block, const… in generateDeclaration() function 1188 …generateDeclaration(src, *pUniform, indentOne, xfbBuffer, xfbStride, xfbOffset + getBlockMemberOff… in generateDeclaration() [all …]
|
/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() function 958 void generateDeclaration (std::ostream& src, const BufferBlock& block, int bindingPoint, bool usePh… in generateDeclaration() function 990 generateDeclaration(src, *varIter, 1 /* indent level */); in generateDeclaration() 1454 generateDeclaration(src, block, 1 + blockNdx, usePhysStorageBuffer); in generateComputeShader()
|
/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() function 958 void generateDeclaration (std::ostream& src, const BufferBlock& block, int bindingPoint, bool usePh… in generateDeclaration() function 990 generateDeclaration(src, *varIter, 1 /* indent level */); in generateDeclaration() 1454 generateDeclaration(src, block, 1 + blockNdx, usePhysStorageBuffer); in generateComputeShader()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 929 void generateDeclaration (std::ostream& src, const BufferVar& bufferVar, int indentLevel) in generateDeclaration() function 939 void generateDeclaration (std::ostream& src, const BufferBlock& block, int bindingPoint) in generateDeclaration() function 956 generateDeclaration(src, *varIter, 1 /* indent level */); in generateDeclaration() 1306 generateDeclaration(src, block, bindingPoint); in generateComputeShader()
|