HomeSort by relevance Sort by last modified time
    Searched refs:mVertexAttributes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
VertexArray.cpp 25 mVertexAttributes[i].mBoundBuffer.set(NULL);
34 if (mVertexAttributes[attribute].mBoundBuffer.id() == bufferName)
36 mVertexAttributes[attribute].mBoundBuffer.set(NULL);
49 return mVertexAttributes[attributeIndex];
55 mVertexAttributes[index].mDivisor = divisor;
61 mVertexAttributes[attributeIndex].mArrayEnabled = enabledState;
68 mVertexAttributes[attributeIndex].setState(boundBuffer, size, type, normalized, pureInteger, stride, pointer);
VertexArray.h 42 const VertexAttribute* getVertexAttributes() const { return mVertexAttributes; }
48 VertexAttribute mVertexAttributes[MAX_VERTEX_ATTRIBS];

Completed in 447 milliseconds