OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vertexAttribute
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp
227
mState.
vertexAttribute
[i].mBoundBuffer.set(NULL);
634
mState.
vertexAttribute
[attribNum].mArrayEnabled = enabled;
637
const
VertexAttribute
&Context::getVertexAttribState(unsigned int attribNum)
639
return mState.
vertexAttribute
[attribNum];
645
mState.
vertexAttribute
[attribNum].mBoundBuffer.set(boundBuffer);
646
mState.
vertexAttribute
[attribNum].mSize = size;
647
mState.
vertexAttribute
[attribNum].mType = type;
648
mState.
vertexAttribute
[attribNum].mNormalized = normalized;
649
mState.
vertexAttribute
[attribNum].mStride = stride;
650
mState.
vertexAttribute
[attribNum].mPointer = pointer
[
all
...]
Context.h
73
class
VertexAttribute
76
VertexAttribute
() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(NULL), mArrayEnabled(false), mDivisor(0)
160
VertexAttribute
vertexAttribute
[MAX_VERTEX_ATTRIBS];
261
const
VertexAttribute
&getVertexAttribState(unsigned int attribNum);
Completed in 78 milliseconds