Searched refs:VertexAttribute (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
D | VertexDataManager.h | 68 virtual void *map(const VertexAttribute &attribute, UINT requiredSpace, UINT *streamOffset) = 0; 85 void *map(const VertexAttribute &attribute, UINT requiredSpace, UINT *streamOffset); 95 void *map(const VertexAttribute &attribute, UINT requiredSpace, UINT *streamOffset); 98 …UINT lookupAttribute(const VertexAttribute &attribute); // Returns the offset into the vertex bu… 128 UINT spaceRequired(const VertexAttribute &attrib, std::size_t count) const; 129 …ata(ArrayVertexBuffer *vertexBuffer, GLint start, GLsizei count, const VertexAttribute &attribute); 165 const FormatConverter &formatConverter(const VertexAttribute &attribute) const;
|
D | VertexDataManager.cpp | 53 …Data(ArrayVertexBuffer *vertexBuffer, GLint start, GLsizei count, const VertexAttribute &attribute) in writeAttributeData() 267 std::size_t VertexDataManager::spaceRequired(const VertexAttribute &attrib, std::size_t count) const in spaceRequired() 635 void *StreamingVertexBuffer::map(const VertexAttribute &attribute, std::size_t requiredSpace, std::… in map() 701 void *StaticVertexBuffer::map(const VertexAttribute &attribute, std::size_t requiredSpace, UINT *st… in map() 749 UINT StaticVertexBuffer::lookupAttribute(const VertexAttribute &attribute) in lookupAttribute() 765 const VertexDataManager::FormatConverter &VertexDataManager::formatConverter(const VertexAttribute … in formatConverter()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Context.h | 88 class VertexAttribute 91 …VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(NULL), mAr… in VertexAttribute() function 136 typedef VertexAttribute VertexAttributeArray[MAX_VERTEX_ATTRIBS]; 214 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS]; 310 const VertexAttribute &getVertexAttribState(unsigned int attribNum);
|
D | libGLESv2.cpp | 3465 const gl::VertexAttribute &attribState = context->getVertexAttribState(index); in glGetVertexAttribfv() 3518 const gl::VertexAttribute &attribState = context->getVertexAttribState(index); in glGetVertexAttribiv()
|
D | Context.cpp | 743 const VertexAttribute &Context::getVertexAttribState(unsigned int attribNum) in getVertexAttribState()
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 440 (gl::VertexAttribute::VertexAttribute): 441 (gl::VertexAttribute::typeSize): 442 (gl::VertexAttribute::stride):
|