OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mProtectedTexName
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.h
37
GLuint
mProtectedTexName
;
GLES20RenderEngine.h
39
GLuint
mProtectedTexName
;
GLES20RenderEngine.cpp
54
glGenTextures(1, &
mProtectedTexName
);
55
glBindTexture(GL_TEXTURE_2D,
mProtectedTexName
);
138
glBindTexture(GL_TEXTURE_2D,
mProtectedTexName
);
139
Texture texture(Texture::TEXTURE_2D,
mProtectedTexName
);
GLES11RenderEngine.cpp
50
glGenTextures(1, &
mProtectedTexName
);
51
glBindTexture(GL_TEXTURE_2D,
mProtectedTexName
);
170
glBindTexture(GL_TEXTURE_2D,
mProtectedTexName
);
Completed in 135 milliseconds