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.cpp330 tex = c->surfaceManager->replaceTexture(name);
879 tex = c->surfaceManager->texture(texture);
881 tex = c->surfaceManager->createTexture(texture);
899 c->surfaceManager->getToken(n, textures);
922 c->surfaceManager->deleteTextures(n, textures);
923 c->surfaceManager->recycleTokens(n, textures);
H A Dcontext.h629 EGLSurfaceManager* surfaceManager; member in struct:android::gl::ogles_context_t

Completed in 306 milliseconds