Searched refs:numVertexAttributes (Results 1 – 10 of 10) sorted by relevance
112 int numAttribs = program->numVertexAttributes() + program->numInstanceAttributes(); in onBindBuffers()152 int attribIdx = program->numVertexAttributes(); in bindInstanceBuffer()171 for (int i = 0; i < program->numVertexAttributes(); ++i) { in bindVertexBuffer()
114 int numVertexAttributes() const { return fVertexAttributeCnt; } in numVertexAttributes() function
162 int numVertexAttributes() const { return fVertexAttributes.fCount; } in numVertexAttributes() function
94 if (programInfo.geomProc().numVertexAttributes() > this->gpu()->caps()->maxVertexAttributes()) { in bindPipeline()
168 int numVertexAttributes() const { return fVertexAttributes.fCount; } in numVertexAttributes() function
220 int vertexAttributeCount = desc.numVertexAttributes();
122 fVertexAttributeCnt = geomProc.numVertexAttributes(); in computeCountsAndStrides()
521 unsigned int totalAttributeCnt = programInfo.geomProc().numVertexAttributes() + in create_pipeline_state()
340 if (geomProc.numVertexAttributes() > 0) { in Build()
198 int vertexAttributeCount = geomProc.numVertexAttributes();