Searched refs:EGLSurfaceManager (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h88 class EGLSurfaceManager : class in namespace:android
89 public LightRefBase<EGLSurfaceManager>,
93 EGLSurfaceManager();
94 ~EGLSurfaceManager();
H A DTextureObjectManager.cpp242 EGLSurfaceManager::EGLSurfaceManager() function in class:android::EGLSurfaceManager
247 EGLSurfaceManager::~EGLSurfaceManager()
252 sp<EGLTextureObject> EGLSurfaceManager::createTexture(GLuint name)
269 sp<EGLTextureObject> EGLSurfaceManager::removeTexture(GLuint name)
281 sp<EGLTextureObject> EGLSurfaceManager::replaceTexture(GLuint name)
303 void EGLSurfaceManager::deleteTextures(GLsizei n, const GLuint *tokens)
315 sp<EGLTextureObject> EGLSurfaceManager::texture(GLuint name)
H A Dcontext.h44 class EGLSurfaceManager;
629 EGLSurfaceManager* surfaceManager;
H A Dstate.cpp77 sp<EGLSurfaceManager> smgr(new EGLSurfaceManager());

Completed in 156 milliseconds