Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp44 #define EGL_CONTEXT_PRIORITY_LOW_IMG 0x3103 macro
183 case 0: ai32ContextAttribs[i++] = EGL_CONTEXT_PRIORITY_LOW_IMG; break; in ApiInitAPI()
425 …case EGL_CONTEXT_PRIORITY_LOW_IMG: m_pShell->PVRShellOutputDebug(" Context priority: Low\n"); … in OutputAPIInfo()
/external/mesa3d/src/egl/main/
Deglcontext.c356 case EGL_CONTEXT_PRIORITY_LOW_IMG: in _eglParseContextAttribList()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglext.h171 #define EGL_CONTEXT_PRIORITY_LOW_IMG 0x3103 macro
/external/mesa3d/include/EGL/
Deglext.h918 #define EGL_CONTEXT_PRIORITY_LOW_IMG 0x3103 macro
/external/swiftshader/include/EGL/
Deglext.h981 #define EGL_CONTEXT_PRIORITY_LOW_IMG 0x3103 macro
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1184 case EGL_CONTEXT_PRIORITY_LOW_IMG: in dri2_fill_context_attribs()