Searched refs:IndexDataManager (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | IndexDataManager.cpp | 34 IndexDataManager::IndexDataManager() in IndexDataManager() function in es1::IndexDataManager 44 IndexDataManager::~IndexDataManager() in ~IndexDataManager() 88 GLenum IndexDataManager::prepareIndexData(GLenum type, GLsizei count, Buffer *buffer, const void *i… in prepareIndexData() 144 std::size_t IndexDataManager::typeSize(GLenum type) in typeSize()
|
D | IndexDataManager.h | 55 class IndexDataManager 58 IndexDataManager(); 59 virtual ~IndexDataManager();
|
D | Context.h | 63 class IndexDataManager; variable 609 IndexDataManager *mIndexDataManager;
|
D | Context.cpp | 51 mIndexDataManager = new IndexDataManager(); in Context()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | IndexDataManager.h | 58 class IndexDataManager 61 IndexDataManager(); 62 virtual ~IndexDataManager();
|
D | IndexDataManager.cpp | 34 IndexDataManager::IndexDataManager() in IndexDataManager() function in es2::IndexDataManager 44 IndexDataManager::~IndexDataManager() in ~IndexDataManager() 273 GLenum IndexDataManager::prepareIndexData(GLenum mode, GLenum type, GLuint start, GLuint end, GLsiz… in prepareIndexData() 362 std::size_t IndexDataManager::typeSize(GLenum type) in typeSize()
|
D | BUILD.gn | 77 "IndexDataManager.cpp",
|
D | Context.h | 67 class IndexDataManager; variable 747 IndexDataManager *mIndexDataManager;
|
D | Context.cpp | 272 mIndexDataManager = new IndexDataManager(); in makeCurrent()
|
/external/swiftshader/src/ |
D | Android.bp | 387 "OpenGL/libGLES_CM/IndexDataManager.cpp", 443 "OpenGL/libGLESv2/IndexDataManager.cpp",
|