Searched defs:IndexDataManager (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A DIndexDataManager.h15 // IndexDataManager.h: Defines the IndexDataManager, a class that
58 class IndexDataManager class in namespace:gl
61 IndexDataManager();
62 virtual ~IndexDataManager();
H A DIndexDataManager.cpp15 // IndexDataManager.cpp: Defines the IndexDataManager, a class that
18 #include "IndexDataManager.h"
34 IndexDataManager::IndexDataManager() function in class:gl::IndexDataManager
44 IndexDataManager::~IndexDataManager()
96 GLenum IndexDataManager::prepareIndexData(GLenum type, GLsizei count, Buffer *buffer, const void *indices, TranslatedIndexData *translated)
161 std::size_t IndexDataManager::typeSize(GLenum type)
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DIndexDataManager.h15 // IndexDataManager.h: Defines the IndexDataManager, a class that
55 class IndexDataManager class in namespace:es1
58 IndexDataManager();
59 virtual ~IndexDataManager();
H A DIndexDataManager.cpp15 // IndexDataManager.cpp: Defines the IndexDataManager, a class that
18 #include "IndexDataManager.h"
34 IndexDataManager::IndexDataManager() function in class:es1::IndexDataManager
44 IndexDataManager::~IndexDataManager()
88 GLenum IndexDataManager::prepareIndexData(GLenum type, GLsizei count, Buffer *buffer, const void *indices, TranslatedIndexData *translated)
144 std::size_t IndexDataManager::typeSize(GLenum type)
/external/swiftshader/src/OpenGL/libGLESv2/
H A DIndexDataManager.h15 // IndexDataManager.h: Defines the IndexDataManager, a class that
58 class IndexDataManager class in namespace:es2
61 IndexDataManager();
62 virtual ~IndexDataManager();
H A DIndexDataManager.cpp15 // IndexDataManager.cpp: Defines the IndexDataManager, a class that
18 #include "IndexDataManager.h"
34 IndexDataManager::IndexDataManager() function in class:es2::IndexDataManager
44 IndexDataManager::~IndexDataManager()
273 GLenum IndexDataManager::prepareIndexData(GLenum mode, GLenum type, GLuint start, GLuint end, GLsizei count, Buffer *buffer, const void *indices, TranslatedIndexData *translated, bool primitiveRestart)
362 std::size_t IndexDataManager::typeSize(GLenum type)

Completed in 170 milliseconds