HomeSort by relevance Sort by last modified time
    Searched refs:mProtectedTexName (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.h 38 GLuint mProtectedTexName;
GLES20RenderEngine.h 40 GLuint mProtectedTexName;
GLES20RenderEngine.cpp 58 glGenTextures(1, &mProtectedTexName);
59 glBindTexture(GL_TEXTURE_2D, mProtectedTexName);
172 glBindTexture(GL_TEXTURE_2D, mProtectedTexName);
173 Texture texture(Texture::TEXTURE_2D, mProtectedTexName);
GLES11RenderEngine.cpp 53 glGenTextures(1, &mProtectedTexName);
54 glBindTexture(GL_TEXTURE_2D, mProtectedTexName);
201 glBindTexture(GL_TEXTURE_2D, mProtectedTexName);

Completed in 70 milliseconds