OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUVAttribLoc
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/flatland/
Renderers.cpp
60
mUVAttribLoc
= glGetAttribLocation(mGradPgm, "uv");
102
glVertexAttribPointer(
mUVAttribLoc
, 2, GL_FLOAT, GL_FALSE, 0, uv);
104
glEnableVertexAttribArray(
mUVAttribLoc
);
132
glDisableVertexAttribArray(
mUVAttribLoc
);
144
GLuint
mUVAttribLoc
;
Composers.cpp
34
mUVAttribLoc
= glGetAttribLocation(mBlitPgm, "uv");
75
glVertexAttribPointer(
mUVAttribLoc
, 2, GL_FLOAT, GL_FALSE, 0, uv);
77
glEnableVertexAttribArray(
mUVAttribLoc
);
90
glDisableVertexAttribArray(
mUVAttribLoc
);
102
GLint
mUVAttribLoc
;
Completed in 27 milliseconds