Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp803 EGLint* local_attrib_p = local_attrib_list; in eglChooseConfig() local
804 while (local_attrib_p[0] != EGL_NONE) { in eglChooseConfig()
805 if (local_attrib_p[0] == EGL_SURFACE_TYPE) { in eglChooseConfig()
806 local_attrib_p[1] &= ~(EGLint)EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in eglChooseConfig()
808 local_attrib_p += 2; in eglChooseConfig()