OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_arrays
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
34
for(std::map<GLenum,ArrayData>::iterator it =
m_arrays
.begin(); it !=
m_arrays
.end();it++) {
49
m_arrays
[m_current].data = new GLfloat[size];
50
m_arrays
[m_current].type = GL_FLOAT;
52
m_arrays
[m_current].data = new GLshort[size];
53
m_arrays
[m_current].type = GL_SHORT;
55
m_arrays
[m_current].stride = 0;
56
m_arrays
[m_current].allocated = true;
60
m_arrays
[m_current].type = type;
61
m_arrays
[m_current].data = data
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
112
std::map<GLenum,ArrayData>
m_arrays
;
member in class:GLESConversionArrays
Completed in 25 milliseconds