Searched refs:IndexDataManager (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DIndexDataManager.h7 // geometry/IndexDataManager.h: Defines the IndexDataManager, a class that
98 class IndexDataManager class in namespace:gl
101 IndexDataManager(Context *context, IDirect3DDevice9 *evice);
102 virtual ~IndexDataManager();
107 DISALLOW_COPY_AND_ASSIGN(IndexDataManager);
H A DIndexDataManager.cpp7 // geometry/IndexDataManager.cpp: Defines the IndexDataManager, a class that
10 #include "libGLESv2/geometry/IndexDataManager.h"
26 IndexDataManager::IndexDataManager(Context *context, IDirect3DDevice9 *device) : mDevice(device) function in class:gl::IndexDataManager
40 IndexDataManager::~IndexDataManager()
99 GLenum IndexDataManager::prepareIndexData(GLenum type, GLsizei count, Buffer *buffer, const void *indices, TranslatedIndexData *translated)
191 std::size_t IndexDataManager::indexSize(D3DFORMAT format) const
196 std::size_t IndexDataManager
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h52 class IndexDataManager;
471 IndexDataManager *mIndexDataManager;
H A DContext.cpp29 #include "libGLESv2/geometry/IndexDataManager.h"
233 mIndexDataManager = new IndexDataManager(this, device);

Completed in 681 milliseconds