/external/swiftshader/src/OpenGL/libGLESv2/ |
D | VertexArray.cpp | 49 const VertexAttribute& VertexArray::getVertexAttribute(size_t attributeIndex) const in getVertexAttribute() 51 ASSERT(attributeIndex < MAX_VERTEX_ATTRIBS); in getVertexAttribute() 52 return mVertexAttributes[attributeIndex]; in getVertexAttribute() 61 void VertexArray::enableAttribute(unsigned int attributeIndex, bool enabledState) in enableAttribute() argument 63 ASSERT(attributeIndex < MAX_VERTEX_ATTRIBS); in enableAttribute() 64 mVertexAttributes[attributeIndex].mArrayEnabled = enabledState; in enableAttribute() 67 void VertexArray::setAttributeState(unsigned int attributeIndex, Buffer *boundBuffer, GLint size, G… in setAttributeState() argument 70 ASSERT(attributeIndex < MAX_VERTEX_ATTRIBS); in setAttributeState() 71 mVertexAttributes[attributeIndex].mBoundBuffer = boundBuffer; in setAttributeState() 72 mVertexAttributes[attributeIndex].mSize = size; in setAttributeState() [all …]
|
D | VertexArray.h | 34 const VertexAttribute& getVertexAttribute(size_t attributeIndex) const; 39 void enableAttribute(unsigned int attributeIndex, bool enabledState); 40 void setAttributeState(unsigned int attributeIndex, Buffer *boundBuffer, GLint size, GLenum type,
|
D | Program.cpp | 289 int Program::getAttributeStream(int attributeIndex) in getAttributeStream() argument 291 ASSERT(attributeIndex >= 0 && attributeIndex < MAX_VERTEX_ATTRIBS); in getAttributeStream() 293 return attributeStream[attributeIndex]; in getAttributeStream() 1571 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; ) in linkAttributes() local 1573 int index = vertexShader->getSemanticIndex(linkedAttribute[attributeIndex].name); in linkAttributes() 1574 int rows = std::max(VariableRegisterCount(linkedAttribute[attributeIndex].type), 1); in linkAttributes() 1578 attributeStream[attributeIndex++] = index++; in linkAttributes() 2609 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in getActiveAttributeCount() local 2611 if(!linkedAttribute[attributeIndex].name.empty()) in getActiveAttributeCount() 2624 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in getActiveAttributeMaxLength() local [all …]
|
D | Program.h | 136 int getAttributeStream(int attributeIndex);
|
D | Context.cpp | 1474 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in hasZeroDivisor() local 1476 bool active = (programObject->getAttributeStream(attributeIndex) != -1); in hasZeroDivisor() 1477 if(active && getCurrentVertexArray()->getVertexAttribute(attributeIndex).mDivisor == 0) in hasZeroDivisor()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | AttributeContainer.java | 46 Integer i = attributeIndex(name); in getAttribute() 60 Integer i = attributeIndex(name); in getAttributeAsString() 72 if (attributeIndex(name) != null) { in hasAttribute() 86 Integer i = attributeIndex(name); in getAttributeSafely() 103 Integer i = attributeIndex(name); in getAttributeSafelyAsString() 111 private Integer attributeIndex(String name) { in attributeIndex() method in AttributeContainer
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Program.cpp | 207 int Program::getAttributeStream(int attributeIndex) in getAttributeStream() argument 209 ASSERT(attributeIndex >= 0 && attributeIndex < MAX_VERTEX_ATTRIBS); in getAttributeStream() 211 return attributeStream[attributeIndex]; in getAttributeStream() 1273 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; ) in linkAttributes() local 1275 int index = vertexShader->getSemanticIndex(linkedAttribute[attributeIndex].name); in linkAttributes() 1276 int rows = std::max(VariableRowCount(linkedAttribute[attributeIndex].type), 1); in linkAttributes() 1280 attributeStream[attributeIndex++] = index++; in linkAttributes() 2098 for(size_t attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; ++attributeIndex) in getActiveAttributeCount() local 2100 if(!linkedAttribute[attributeIndex].name.empty()) in getActiveAttributeCount() 2113 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in getActiveAttributeMaxLength() local [all …]
|
D | Program.h | 86 int getAttributeStream(int attributeIndex);
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 180 … getGlslAttributeConditions (const AttributeInfo& attributeInfo, deUint32 attributeIndex) const; 545 …est::getGlslAttributeConditions (const AttributeInfo& attributeInfo, deUint32 attributeIndex) const in getGlslAttributeConditions() 556 attributeVar << "attr" << attributeIndex; in getGlslAttributeConditions()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |
/external/guice/extensions/persist/lib/ |
D | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
D | FlexAntTasks.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/adobe/
com/ ... |
/external/guice/extensions/struts2/lib/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |