Searched refs:surfaceManager (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dstate.cpp78 c->surfaceManager = smgr.get();
79 c->surfaceManager->incStrong(c);
111 c->surfaceManager->decStrong(c);
H A Dtexture.cpp323 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);
H A Dcontext.h630 EGLSurfaceManager* surfaceManager; member in struct:android::gl::ogles_context_t

Completed in 70 milliseconds