Searched refs:attributeIndex (Results 1 - 19 of 19) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
H A DVertexArray.cpp49 const VertexAttribute& VertexArray::getVertexAttribute(size_t attributeIndex) const
51 ASSERT(attributeIndex < MAX_VERTEX_ATTRIBS);
52 return mVertexAttributes[attributeIndex];
61 void VertexArray::enableAttribute(unsigned int attributeIndex, bool enabledState)
63 ASSERT(attributeIndex < MAX_VERTEX_ATTRIBS);
64 mVertexAttributes[attributeIndex].mArrayEnabled = enabledState;
67 void VertexArray::setAttributeState(unsigned int attributeIndex, Buffer *boundBuffer, GLint size, GLenum type,
70 ASSERT(attributeIndex < MAX_VERTEX_ATTRIBS);
71 mVertexAttributes[attributeIndex].mBoundBuffer = boundBuffer;
72 mVertexAttributes[attributeIndex]
[all...]
H A DVertexArray.h34 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,
H A DProgram.h137 int getAttributeStream(int attributeIndex);
H A DContext.cpp1486 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++)
1488 bool active = (programObject->getAttributeStream(attributeIndex) != -1);
1489 if(active && getCurrentVertexArray()->getVertexAttribute(attributeIndex).mDivisor == 0)
H A DProgram.cpp311 int Program::getAttributeStream(int attributeIndex) argument
313 ASSERT(attributeIndex >= 0 && attributeIndex < MAX_VERTEX_ATTRIBS);
315 return attributeStream[attributeIndex];
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DAttributeContainer.java46 Integer i = attributeIndex(name);
60 Integer i = attributeIndex(name);
72 if (attributeIndex(name) != null) {
86 Integer i = attributeIndex(name);
103 Integer i = attributeIndex(name);
111 private Integer attributeIndex(String name) { method in class:AttributeContainer
/external/swiftshader/src/OpenGL/libGL/
H A DProgram.cpp207 int Program::getAttributeStream(int attributeIndex) argument
209 ASSERT(attributeIndex >= 0 && attributeIndex < MAX_VERTEX_ATTRIBS);
211 return attributeStream[attributeIndex];
1267 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; )
1269 int index = vertexShader->getSemanticIndex(linkedAttribute[attributeIndex].name);
1270 int rows = std::max(VariableRowCount(linkedAttribute[attributeIndex].type), 1);
1274 attributeStream[attributeIndex++] = index++;
2092 for(size_t attributeIndex
[all...]
H A DProgram.h86 int getAttributeStream(int attributeIndex);
/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp785 const deUint32 attributeIndex = (valueNdx / numChannels) % 3; local
788 if (attributeIndex == 2)
811 if ((attributeIndex == 0) && (numInBufferValues >= numChannels))
837 logMsg << "\tfrom attr" << attributeIndex; local
842 if (attributeIndex == 2)
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp183 std::string getGlslAttributeConditions (const AttributeInfo& attributeInfo, const std::string attributeIndex) const;
652 std::string VertexInputTest::getGlslAttributeConditions (const AttributeInfo& attributeInfo, const std::string attributeIndex) const
661 const std::string indexStr = m_queryMaxAttributes ? "[" + attributeIndex + "]" : attributeIndex;
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1282 milliseconds