Searched refs:createEglContext (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/renderengine/skia/ |
D | SkiaGLRenderEngine.h | 76 static EGLContext createEglContext(EGLDisplay display, EGLConfig config,
|
D | SkiaGLRenderEngine.cpp | 179 createEglContext(display, config, nullptr, priority, Protection::PROTECTED); in create() 184 createEglContext(display, config, protectedContext, priority, Protection::UNPROTECTED); in create() 427 EGLContext SkiaGLRenderEngine::createEglContext(EGLDisplay display, EGLConfig config, in createEglContext() function in android::renderengine::skia::SkiaGLRenderEngine
|
/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/av/media/libstagefright/renderfright/gl/ |
D | GLESRenderEngine.h | 121 static EGLContext createEglContext(EGLDisplay display, EGLConfig config,
|
D | GLESRenderEngine.cpp | 234 protectedContext = createEglContext(display, config, nullptr, useContextPriority, in create() 239 EGLContext ctxt = createEglContext(display, config, protectedContext, useContextPriority, in create() 1556 EGLContext GLESRenderEngine::createEglContext(EGLDisplay display, EGLConfig config, in createEglContext() function in android::renderengine::gl::GLESRenderEngine
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 202 if (!(createEglContext(isProtected) && createEglSurface(isProtected, isWideColor) in prepare() 653 private boolean createEglContext(boolean isProtected) {
|