Searched refs:mDitherTexture (Results 1 – 4 of 4) sorted by relevance
30 , mDitherTexture(0) { in Dither()35 glGenTextures(1, &mDitherTexture); in bindDitherTexture()36 mCaches.textureState().bindTexture(mDitherTexture); in bindDitherTexture()73 mCaches.textureState().bindTexture(mDitherTexture); in bindDitherTexture()79 mCaches.textureState().deleteTexture(mDitherTexture); in clear()
50 GLuint mDitherTexture; variable
34 mDitherTexture(0) { in GLHelper()438 if (mDitherTexture == 0) { in getDitherTexture()446 glGenTextures(1, &mDitherTexture); in getDitherTexture()447 glBindTexture(GL_TEXTURE_2D, mDitherTexture); in getDitherTexture()459 *outTexName = mDitherTexture; in getDitherTexture()
92 GLuint mDitherTexture; variable