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.cpp323 tex = c->surfaceManager->replaceTexture(name); in getAndBindActiveTextureObject()
868 tex = c->surfaceManager->texture(texture); in glBindTexture()
870 tex = c->surfaceManager->createTexture(texture); in glBindTexture()
888 c->surfaceManager->getToken(n, textures); in glGenTextures()
911 c->surfaceManager->deleteTextures(n, textures); in glDeleteTextures()
912 c->surfaceManager->recycleTokens(n, textures); in glDeleteTextures()
Dcontext.h630 EGLSurfaceManager* surfaceManager; member