Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/lib/include/
DEGLUtils.h118 EGLint nativeVisualId = 0; in selectConfigForPixelFormat() local
119 eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &nativeVisualId); in selectConfigForPixelFormat()
120 if (nativeVisualId>0 && format == nativeVisualId) { in selectConfigForPixelFormat()