Home
last modified time | relevance | path

Searched defs:attributeIndex (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DVertexArray.cpp69 void VertexArray::enableAttribute(unsigned int attributeIndex, bool enabledState) in enableAttribute()
76 void VertexArray::setAttributeState(unsigned int attributeIndex, gl::Buffer *boundBuffer, GLint siz… in setAttributeState()
Dangletypes.cpp154 for (unsigned int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in GetInputLayout() local
DProgramBinary.cpp89 for (size_t attributeIndex = 0; attributeIndex < shaderAttributes.size(); attributeIndex++) in GetDefaultInputLayoutFromShader() local
144 for (size_t attributeIndex = 0; attributeIndex < gl::MAX_VERTEX_ATTRIBS; attributeIndex++) in VertexExecutable() local
158 for (size_t attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in matchesSignature() local
336 int ProgramBinary::getSemanticIndex(int attributeIndex) in getSemanticIndex()
1677 … for (unsigned int attributeIndex = 0; attributeIndex < shaderAttributes.size(); attributeIndex++) in linkAttributes() local
1721 … for (unsigned int attributeIndex = 0; attributeIndex < shaderAttributes.size(); attributeIndex++) in linkAttributes() local
1745 for (int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; ) in linkAttributes() local
2433 for (int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in getActiveAttributeCount() local
2448 for (int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in getActiveAttributeMaxLength() local
DvalidationES.cpp1471 for (int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in ValidateDrawBase() local
1571 for (int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in ValidateDrawInstancedANGLE() local
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java111 private Integer attributeIndex(String name) { in attributeIndex() method in AttributeContainer
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DInputLayoutCache.cpp27 for (unsigned int attributeIndex = 0; attributeIndex < gl::MAX_VERTEX_ATTRIBS; attributeIndex++) in GetInputLayout() local
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DShaderD3D.cpp441 for (size_t attributeIndex = 0; attributeIndex < mActiveAttributes.size(); attributeIndex++) in getSemanticIndex() local
DVertexDataManager.cpp94 for (int attributeIndex = 0; attributeIndex < gl::MAX_VERTEX_ATTRIBS; attributeIndex++) in prepareVertexData() local
DDynamicHLSL.cpp373 for (unsigned int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; attributeIndex++) in generateVertexShaderForInputLayout() local
/external/skia/src/gpu/gl/
DGrGLShaderBuilder.cpp910 bool GrGLFullShaderBuilder::addEffectAttribute(int attributeIndex, in addEffectAttribute()