Lines Matching refs:EglManager
72 const char* EglManager::eglErrorString() { in eglErrorString()
81 EglManager::EglManager(RenderThread& thread) in EglManager() function in android::uirenderer::renderthread::EglManager
90 void EglManager::initialize() { in initialize()
143 void EglManager::initExtensions() { in initExtensions()
157 bool EglManager::hasEglContext() { in hasEglContext()
161 void EglManager::loadConfig() { in loadConfig()
193 void EglManager::createContext() { in createContext()
203 void EglManager::createPBufferSurface() { in createPBufferSurface()
213 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { in createSurface()
238 void EglManager::destroySurface(EGLSurface surface) { in destroySurface()
247 void EglManager::destroy() { in destroy()
264 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) { in makeCurrent()
288 EGLint EglManager::queryBufferAge(EGLSurface surface) { in queryBufferAge()
302 Frame EglManager::beginFrame(EGLSurface surface) { in beginFrame()
315 void EglManager::damageFrame(const Frame& frame, const SkRect& dirty) { in damageFrame()
328 bool EglManager::damageRequiresSwap() { in damageRequiresSwap()
332 bool EglManager::swapBuffers(const Frame& frame, const SkRect& screenDirty) { in swapBuffers()
362 void EglManager::fence() { in fence()
369 bool EglManager::setPreserveBuffer(EGLSurface surface, bool preserve) { in setPreserveBuffer()