OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IndexDataManager
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.h
7
// geometry/
IndexDataManager
.h: Defines the
IndexDataManager
, a class that
98
class
IndexDataManager
101
IndexDataManager
(Context *context, IDirect3DDevice9 *evice);
102
virtual ~
IndexDataManager
();
107
DISALLOW_COPY_AND_ASSIGN(
IndexDataManager
);
IndexDataManager.cpp
7
// geometry/
IndexDataManager
.cpp: Defines the
IndexDataManager
, a class that
10
#include "libGLESv2/geometry/
IndexDataManager
.h"
26
IndexDataManager
::
IndexDataManager
(Context *context, IDirect3DDevice9 *device) : mDevice(device)
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
::typeSize(GLenum type) cons
[
all
...]
Completed in 104 milliseconds