Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp924 const EGLint* attrib_ptr = attrib_list; in eglCreateContextImpl() local
925 while (*attrib_ptr != EGL_NONE) { in eglCreateContextImpl()
926 GLint attr = *attrib_ptr++; in eglCreateContextImpl()
927 GLint value = *attrib_ptr++; in eglCreateContextImpl()