Searched defs:VertexAttribute (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h88 class VertexAttribute class in namespace:gl
91 VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(NULL), mArrayEnabled(false) function in class:gl::VertexAttribute
136 typedef VertexAttribute VertexAttributeArray[MAX_VERTEX_ATTRIBS];
214 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS];
310 const VertexAttribute &getVertexAttribState(unsigned int attribNum);

Completed in 30 milliseconds