HomeSort by relevance Sort by last modified time
    Searched refs:surfaceManager (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/libagl/
state.cpp 78 c->surfaceManager = smgr.get();
79 c->surfaceManager->incStrong(c);
111 c->surfaceManager->decStrong(c);
texture.cpp 330 tex = c->surfaceManager->replaceTexture(name);
879 tex = c->surfaceManager->texture(texture);
881 tex = c->surfaceManager->createTexture(texture);
899 c->surfaceManager->getToken(n, textures);
922 c->surfaceManager->deleteTextures(n, textures);
923 c->surfaceManager->recycleTokens(n, textures);
    [all...]
context.h 625 EGLSurfaceManager* surfaceManager;

Completed in 93 milliseconds