Home
last modified time | relevance | path

Searched refs:EGL_CONTEXT_PRIORITY_LEVEL_IMG (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DEglHelper.java71 private static final int EGL_CONTEXT_PRIORITY_LEVEL_IMG = 0x3100; field in EglHelper
275 attrib_list[idx++] = EGL_CONTEXT_PRIORITY_LEVEL_IMG; in createEglContext()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp313 contextAttributes.push_back(EGL_CONTEXT_PRIORITY_LEVEL_IMG); in createContext()
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp1310 contextAttributes.push_back(EGL_CONTEXT_PRIORITY_LEVEL_IMG); in createEglContext()
1397 eglQueryContext(mEGLDisplay, mEGLContext, EGL_CONTEXT_PRIORITY_LEVEL_IMG, &value); in getContextPriority()
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp833 eglQueryContext(mEGLDisplay, mEGLContext, EGL_CONTEXT_PRIORITY_LEVEL_IMG, &value); in getContextPriority()
1661 contextAttributes.push_back(EGL_CONTEXT_PRIORITY_LEVEL_IMG); in createEglContext()
/frameworks/native/opengl/include/EGL/
Deglext.h984 #define EGL_CONTEXT_PRIORITY_LEVEL_IMG 0x3100 macro
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp1581 contextAttributes.push_back(EGL_CONTEXT_PRIORITY_LEVEL_IMG); in createEglContext()