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

  /external/swiftshader/src/OpenGL/libGLES_CM/
IndexDataManager.h 15 // IndexDataManager.h: Defines the IndexDataManager, a class that
55 class IndexDataManager
58 IndexDataManager();
59 virtual ~IndexDataManager();
IndexDataManager.cpp 15 // IndexDataManager.cpp: Defines the IndexDataManager, a class that
18 #include "IndexDataManager.h"
34 IndexDataManager::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)
Android.mk 38 IndexDataManager.cpp \
Context.h 63 class IndexDataManager;
609 IndexDataManager *mIndexDataManager;
Context.cpp 29 #include "IndexDataManager.h"
51 mIndexDataManager = new IndexDataManager();
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
IndexDataManager.h 15 // IndexDataManager.h: Defines the IndexDataManager, a class that
58 class IndexDataManager
61 IndexDataManager();
62 virtual ~IndexDataManager();
IndexDataManager.cpp 15 // IndexDataManager.cpp: Defines the IndexDataManager, a class that
18 #include "IndexDataManager.h"
34 IndexDataManager::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)
Context.h 311 class IndexDataManager;
764 IndexDataManager *mIndexDataManager;
Context.cpp 33 #include "IndexDataManager.h"
269 mIndexDataManager = new IndexDataManager();
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
IndexDataManager.h 15 // IndexDataManager.h: Defines the IndexDataManager, a class that
58 class IndexDataManager
61 IndexDataManager();
62 virtual ~IndexDataManager();
IndexDataManager.cpp 15 // IndexDataManager.cpp: Defines the IndexDataManager, a class that
18 #include "IndexDataManager.h"
34 IndexDataManager::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)
Android.mk 40 IndexDataManager.cpp \
Context.h 67 class IndexDataManager;
747 IndexDataManager *mIndexDataManager;
Context.cpp 36 #include "IndexDataManager.h"
272 mIndexDataManager = new IndexDataManager();
    [all...]

Completed in 231 milliseconds