Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp1602 EGLint attrib_val = attrib_list[1]; in eglCreateContext() local
1605 majorVersion = attrib_val; in eglCreateContext()
1609 minorVersion = attrib_val; in eglCreateContext()
1613 if ((attrib_val | EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR) || in eglCreateContext()
1614 (attrib_val | EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR) || in eglCreateContext()
1615 (attrib_val | EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR)) { in eglCreateContext()
1616 context_flags = attrib_val; in eglCreateContext()
1622 if ((attrib_val | EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR) || in eglCreateContext()
1623 (attrib_val | EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR)) { in eglCreateContext()
1624 profile_mask = attrib_val; in eglCreateContext()
[all …]