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.cpp1298 EGLint attrib_val = attrib_list[1]; in eglCreateContext() local
1301 majorVersion = attrib_val; in eglCreateContext()
1305 minorVersion = attrib_val; in eglCreateContext()
1309 if ((attrib_val | EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR) || in eglCreateContext()
1310 (attrib_val | EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR) || in eglCreateContext()
1311 (attrib_val | EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR)) { in eglCreateContext()
1312 context_flags = attrib_val; in eglCreateContext()
1318 if ((attrib_val | EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR) || in eglCreateContext()
1319 (attrib_val | EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR)) { in eglCreateContext()
1320 profile_mask = attrib_val; in eglCreateContext()
[all …]