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
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp
48
m_attribute0value
[0] = x;
49
m_attribute0value
[1] = y;
50
m_attribute0value
[2] = z;
51
m_attribute0value
[3] = w;
74
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 101 milliseconds