Home
last modified time | relevance | path

Searched defs:requiredSpace (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DIndexDataManager.cpp251 void *StreamingIndexBuffer::map(UINT requiredSpace, UINT *offset) in map()
272 void StreamingIndexBuffer::reserveSpace(UINT requiredSpace, GLenum type) in reserveSpace()
313 void *StaticIndexBuffer::map(UINT requiredSpace, UINT *offset) in map()
333 void StaticIndexBuffer::reserveSpace(UINT requiredSpace, GLenum type) in reserveSpace()
DVertexDataManager.cpp617 void ArrayVertexBuffer::addRequiredSpace(UINT requiredSpace) in addRequiredSpace()
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()