Lines Matching refs:EglManager
88 EglManager::EglManager(RenderThread& thread) in EglManager() function in android::uirenderer::renderthread::EglManager
99 void EglManager::initialize() { in initialize()
134 void EglManager::initExtensions() { in initExtensions()
143 bool EglManager::hasEglContext() { in hasEglContext()
147 void EglManager::loadConfig() { in loadConfig()
179 void EglManager::createContext() { in createContext()
189 void EglManager::setTextureAtlas(const sp<GraphicBuffer>& buffer, in setTextureAtlas()
208 void EglManager::initAtlas() { in initAtlas()
215 void EglManager::createPBufferSurface() { in createPBufferSurface()
225 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { in createSurface()
241 void EglManager::destroySurface(EGLSurface surface) { in destroySurface()
250 void EglManager::destroy() { in destroy()
266 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) { in makeCurrent()
287 EGLint EglManager::queryBufferAge(EGLSurface surface) { in queryBufferAge()
301 Frame EglManager::beginFrame(EGLSurface surface) { in beginFrame()
314 void EglManager::damageFrame(const Frame& frame, const SkRect& dirty) { in damageFrame()
327 bool EglManager::damageRequiresSwap() { in damageRequiresSwap()
331 bool EglManager::swapBuffers(const Frame& frame, const SkRect& screenDirty) { in swapBuffers()
361 void EglManager::fence() { in fence()
368 bool EglManager::setPreserveBuffer(EGLSurface surface, bool preserve) { in setPreserveBuffer()