Searched refs:mDitherTexture (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/flatland/
H A DGLHelper.h89 GLuint mDitherTexture; member in class:android::GLHelper
H A DGLHelper.cpp33 mDitherTexture(0) {
438 if (mDitherTexture == 0) {
446 glGenTextures(1, &mDitherTexture);
447 glBindTexture(GL_TEXTURE_2D, mDitherTexture);
459 *outTexName = mDitherTexture;

Completed in 711 milliseconds