OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_arrays
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/localize/
ValuesFile.h
49
map<string,set<StringResource> >
m_arrays
;
member in class:ValuesFile
ValuesFile.cpp
149
m_arrays
()
193
m_arrays
[str.id].insert(str);
202
for (map<string,set<StringResource> >::const_iterator it =
m_arrays
.begin();
203
it !=
m_arrays
.end(); it++) {
223
for (map<string,set<StringResource> >::const_iterator it =
m_arrays
.begin();
224
it !=
m_arrays
.end(); it++) {
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
18
for(std::map<GLenum,ArrayData>::iterator it =
m_arrays
.begin(); it !=
m_arrays
.end();it++) {
33
m_arrays
[m_current].data = new GLfloat[size];
34
m_arrays
[m_current].type = GL_FLOAT;
36
m_arrays
[m_current].data = new GLshort[size];
37
m_arrays
[m_current].type = GL_SHORT;
39
m_arrays
[m_current].stride = 0;
40
m_arrays
[m_current].allocated = true;
44
m_arrays
[m_current].type = type;
45
m_arrays
[m_current].data = data
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
96
std::map<GLenum,ArrayData>
m_arrays
;
member in class:GLESConversionArrays
Completed in 29 milliseconds