Home | History | Annotate | Download | only in renderthread

Lines Matching defs:EglManager

17 #include "EglManager.h"
67 EglManager::EglManager(RenderThread& thread)
81 void EglManager::initialize() {
101 bool EglManager::hasEglContext() {
105 void EglManager::requireGlContext() {
115 void EglManager::loadConfig() {
145 void EglManager::createContext() {
152 void EglManager::setTextureAtlas(const sp<GraphicBuffer>& buffer,
172 void EglManager::initAtlas() {
178 void EglManager::usePBufferSurface() {
189 EGLSurface EglManager::createSurface(EGLNativeWindowType window) {
198 void EglManager::destroySurface(EGLSurface surface) {
207 void EglManager::destroy() {
228 bool EglManager::makeCurrent(EGLSurface surface) {
244 void EglManager::beginFrame(EGLSurface surface, EGLint* width, EGLint* height) {
257 bool EglManager::swapBuffers(EGLSurface surface) {
276 bool EglManager::enableDirtyRegions(EGLSurface surface) {