Searched defs:attributeInfo (Results 1 - 4 of 4) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DAttributeContainer.java13 * @param attributeInfo designated retainer of desired attribute
15 public void getAttributeInfo(int index, AttributeInfo attributeInfo) { argument
17 attributeInfo.name = p.name;
18 attributeInfo.namespace = p.namespace;
19 attributeInfo.flags = p.flags;
20 attributeInfo.type = p.type;
21 attributeInfo.elementType = p.elementType;
22 attributeInfo.value = p.getValue();
36 AttributeInfo attributeInfo = (AttributeInfo) attributes.elementAt(index);
37 return attributeInfo
188 addAttribute(AttributeInfo attributeInfo) argument
196 addAttributeIfValue(AttributeInfo attributeInfo) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp183 std::string getGlslAttributeConditions (const AttributeInfo& attributeInfo, const std::string attributeIndex) const;
320 deUint32 getConsumedLocations (const VertexInputTest::AttributeInfo& attributeInfo) argument
323 const VertexInputTest::GlslType type = attributeInfo.glslType;
325 (attributeInfo.vkType == VK_FORMAT_R64G64B64_SFLOAT || attributeInfo.vkType == VK_FORMAT_R64G64B64A64_SFLOAT))
337 AttributeInfo attributeInfo = local
344 return attributeInfo;
416 const AttributeInfo& attributeInfo = getAttributeInfo(attributeNdx); local
417 const deUint32 attributeBinding = getAttributeBinding(m_bindingMapping, firstInputrate, attributeInfo.inputRate, static_cast<deUint32>(attributeNdx));
418 const deUint32 inputSize = getVertexFormatSize(attributeInfo
426 const AttributeInfo& attributeInfo = getAttributeInfo(attributeNdx); local
569 const AttributeInfo attributeInfo = getAttributeInfo(0); local
652 getGlslAttributeConditions(const AttributeInfo& attributeInfo, const std::string attributeIndex) const argument
1553 getAttributeInfoCaseName(const VertexInputTest::AttributeInfo& attributeInfo) argument
1568 getAttributeInfoDescription(const VertexInputTest::AttributeInfo& attributeInfo) argument
1686 VertexInputTest::AttributeInfo attributeInfo; local
1731 VertexInputTest::AttributeInfo attributeInfo; local
[all...]
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...

Completed in 336 milliseconds