OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_attribute0value
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp
43
m_attribute0value
[0] = x;
44
m_attribute0value
[1] = y;
45
m_attribute0value
[2] = z;
46
m_attribute0value
[3] = w;
69
memcpy(m_att0Array+i*4,
m_attribute0value
, 4*sizeof(GLfloat));
GLESv2Context.h
42
const float* getAtt0(void) {return
m_attribute0value
;}
50
float
m_attribute0value
[4];
member in class:GLESv2Context
Completed in 1589 milliseconds