Home
last modified time | relevance | path

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

/frameworks/base/opengl/libagl/
Dstate.cpp77 c->surfaceManager = smgr.get(); in ogles_init()
78 c->surfaceManager->incStrong(c); in ogles_init()
110 c->surfaceManager->decStrong(c); in ogles_uninit()
Dtexture.cpp331 tex = c->surfaceManager->replaceTexture(name); in getAndBindActiveTextureObject()
880 tex = c->surfaceManager->texture(texture); in glBindTexture()
882 tex = c->surfaceManager->createTexture(texture); in glBindTexture()
900 c->surfaceManager->getToken(n, textures); in glGenTextures()
923 c->surfaceManager->deleteTextures(n, textures); in glDeleteTextures()
924 c->surfaceManager->recycleTokens(n, textures); in glDeleteTextures()
/frameworks/base/include/private/opengles/
Dgl_context.h625 EGLSurfaceManager* surfaceManager; member