Searched refs:nativeVisualId (Results 1 - 1 of 1) sorted by path

/frameworks/native/opengl/tests/include/
H A DEGLUtils.h103 EGLint nativeVisualId = 0; local
104 eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &nativeVisualId);
105 if (nativeVisualId>0 && format == nativeVisualId) {

Completed in 77 milliseconds