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.cpp 52 glGenTextures(1, &mProtectedTexName);
53 glBindTexture(GL_TEXTURE_2D, mProtectedTexName);
189 glBindTexture(GL_TEXTURE_2D, mProtectedTexName);
190 Texture texture(Texture::TEXTURE_2D, mProtectedTexName);
GLES20RenderEngine.h 40 GLuint mProtectedTexName;
GLES11RenderEngine.cpp 47 glGenTextures(1, &mProtectedTexName);
48 glBindTexture(GL_TEXTURE_2D, mProtectedTexName);
224 glBindTexture(GL_TEXTURE_2D, mProtectedTexName);

Completed in 159 milliseconds