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.cpp1491 EGLint attrib_val = attrib_list[1]; in eglCreateContext() local
1494 majorVersion = attrib_val; in eglCreateContext()
1498 minorVersion = attrib_val; in eglCreateContext()
1502 if ((attrib_val | EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR) || in eglCreateContext()
1503 (attrib_val | EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR) || in eglCreateContext()
1504 (attrib_val | EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR)) { in eglCreateContext()
1505 context_flags = attrib_val; in eglCreateContext()
1511 if ((attrib_val | EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR) || in eglCreateContext()
1512 (attrib_val | EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR)) { in eglCreateContext()
1513 profile_mask = attrib_val; in eglCreateContext()
[all …]