OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDitherTexture
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/flatland/
GLHelper.h
89
GLuint
mDitherTexture
;
GLHelper.cpp
33
mDitherTexture
(0) {
438
if (
mDitherTexture
== 0) {
446
glGenTextures(1, &
mDitherTexture
);
447
glBindTexture(GL_TEXTURE_2D,
mDitherTexture
);
459
*outTexName =
mDitherTexture
;
Completed in 39 milliseconds