Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:vertexattribute

202         mState.vertexAttribute[i].mBoundBuffer.set(NULL);
740 mState.vertexAttribute[attribNum].mArrayEnabled = enabled;
743 const VertexAttribute &Context::getVertexAttribState(unsigned int attribNum)
745 return mState.vertexAttribute[attribNum];
751 mState.vertexAttribute[attribNum].mBoundBuffer.set(boundBuffer);
752 mState.vertexAttribute[attribNum].mSize = size;
753 mState.vertexAttribute[attribNum].mType = type;
754 mState.vertexAttribute[attribNum].mNormalized = normalized;
755 mState.vertexAttribute[attribNum].mStride = stride;
756 mState.vertexAttribute[attribNum].mPointer = pointer;
761 return mState.vertexAttribute[attribNum].mPointer;
766 return mState.vertexAttribute;
3047 if (mState.vertexAttribute[attribute].mBoundBuffer.id() == buffer)
3049 mState.vertexAttribute[attribute].mBoundBuffer.set(NULL);
3209 mState.vertexAttribute[index].mCurrentValue[0] = values[0];
3210 mState.vertexAttribute[index].mCurrentValue[1] = values[1];
3211 mState.vertexAttribute[index].mCurrentValue[2] = values[2];
3212 mState.vertexAttribute[index].mCurrentValue[3] = values[3];