OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:surfaceManager
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/libagl/
state.cpp
78
c->
surfaceManager
= smgr.get();
79
c->
surfaceManager
->incStrong(c);
111
c->
surfaceManager
->decStrong(c);
texture.cpp
323
tex = c->
surfaceManager
->replaceTexture(name);
872
tex = c->
surfaceManager
->texture(texture);
874
tex = c->
surfaceManager
->createTexture(texture);
892
c->
surfaceManager
->getToken(n, textures);
915
c->
surfaceManager
->deleteTextures(n, textures);
916
c->
surfaceManager
->recycleTokens(n, textures);
[
all
...]
context.h
630
EGLSurfaceManager*
surfaceManager
;
Completed in 1054 milliseconds