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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Buffer.h 26 class StaticIndexBuffer;
43 StaticIndexBuffer *getIndexBuffer();
54 StaticIndexBuffer *mIndexBuffer;
Buffer.cpp 64 mIndexBuffer = new StaticIndexBuffer(getDevice());
82 // mIndexBuffer = new StaticIndexBuffer(getDevice());
92 StaticIndexBuffer *Buffer::getIndexBuffer()
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.h 69 class StaticIndexBuffer : public IndexBuffer
72 explicit StaticIndexBuffer(IDirect3DDevice9 *device);
73 ~StaticIndexBuffer();
IndexDataManager.cpp 125 StaticIndexBuffer *staticBuffer = buffer ? buffer->getIndexBuffer() : NULL;
304 StaticIndexBuffer::StaticIndexBuffer(IDirect3DDevice9 *device) : IndexBuffer(device, 0, D3DFMT_UNKNOWN)
309 StaticIndexBuffer::~StaticIndexBuffer()
313 void *StaticIndexBuffer::map(UINT requiredSpace, UINT *offset)
333 void StaticIndexBuffer::reserveSpace(UINT requiredSpace, GLenum type)
355 bool StaticIndexBuffer::lookupType(GLenum type)
360 UINT StaticIndexBuffer::lookupRange(intptr_t offset, GLsizei count, UINT *minIndex, UINT *maxIndex)
376 void StaticIndexBuffer::addRange(intptr_t offset, GLsizei count, UINT minIndex, UINT maxIndex, UINT streamOffset
    [all...]

Completed in 309 milliseconds