Home | History | Annotate | Download | only in gl

Lines Matching refs:array

116     AttribArrayState* array = &fAttribArrayStates[index];
117 if (array->fVertexBufferUniqueID != vertexBuffer->uniqueID() ||
118 array->fType != type ||
119 array->fStride != stride ||
120 array->fOffset != offsetInBytes) {
140 array->fVertexBufferUniqueID = vertexBuffer->uniqueID();
141 array->fType = type;
142 array->fStride = stride;
143 array->fOffset = offsetInBytes;
145 if (gpu->caps()->instanceAttribSupport() && array->fDivisor != divisor) {
148 array->fDivisor = divisor;