Searched refs:deleteTextures (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h99 void deleteTextures(GLsizei n, const GLuint *tokens);
H A DTextureObjectManager.cpp303 void EGLSurfaceManager::deleteTextures(GLsizei n, const GLuint *tokens) function in class:android::EGLSurfaceManager
H A Dtexture.cpp915 c->surfaceManager->deleteTextures(n, textures);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h81 void deleteTextures(size_t count, uint32_t const* names);
H A DRenderEngine.cpp247 void RenderEngine::deleteTextures(size_t count, uint32_t const* names) { function in class:android::RenderEngine
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp382 engine.deleteTextures(1, &texture);
H A DSurfaceFlinger_hwc1.cpp357 engine.deleteTextures(1, &texture);

Completed in 235 milliseconds