Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dstate.cpp78 c->surfaceManager = smgr.get(); in ogles_init()
79 c->surfaceManager->incStrong(c); in ogles_init()
111 c->surfaceManager->decStrong(c); in ogles_uninit()
Dtexture.cpp330 tex = c->surfaceManager->replaceTexture(name); in getAndBindActiveTextureObject()
879 tex = c->surfaceManager->texture(texture); in glBindTexture()
881 tex = c->surfaceManager->createTexture(texture); in glBindTexture()
899 c->surfaceManager->getToken(n, textures); in glGenTextures()
922 c->surfaceManager->deleteTextures(n, textures); in glDeleteTextures()
923 c->surfaceManager->recycleTokens(n, textures); in glDeleteTextures()
Dcontext.h629 EGLSurfaceManager* surfaceManager; member