Home
last modified time | relevance | path

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

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