Searched refs:createEglContext (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | EglHelper.java | 98 if (!createEglContext()) { in init() 186 public boolean createEglContext() { in createEglContext() method in EglHelper
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 1310 boolean createEglContext = false; in guardedRun() 1437 createEglContext = true; in guardedRun() 1533 if (createEglContext) { in guardedRun() 1546 createEglContext = false; in guardedRun()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 154 if (!(createSurface() && createEglContext() && createEglSurface() && in prepare() 518 private boolean createEglContext() {
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.h | 140 static EGLContext createEglContext(EGLDisplay display, EGLConfig config,
|
D | GLESRenderEngine.cpp | 253 protectedContext = createEglContext(display, config, nullptr, useContextPriority, in create() 258 EGLContext ctxt = createEglContext(display, config, protectedContext, useContextPriority, in create() 1329 EGLContext GLESRenderEngine::createEglContext(EGLDisplay display, EGLConfig config, in createEglContext() function in android::renderengine::gl::GLESRenderEngine
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 219 if (!mEglHelper.createEglContext()) { in preRenderInternal()
|
/frameworks/base/services/ |
D | art-profile | 6622 PLcom/android/server/display/ColorFade;->createEglContext()Z
|