HomeSort by relevance Sort by last modified time
    Searched refs:nativeVisualId (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/egl/
egluConfigInfo.hpp 62 deInt32 nativeVisualId;
108 , nativeVisualId (0)
egluConfigInfo.cpp 60 case EGL_NATIVE_VISUAL_ID: return nativeVisualId;
109 egl.getConfigAttrib(display, config, EGL_NATIVE_VISUAL_ID, &dst->nativeVisualId);
  /frameworks/native/opengl/tests/lib/include/
EGLUtils.h 118 EGLint nativeVisualId = 0;
119 eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &nativeVisualId);
120 if (nativeVisualId>0 && format == nativeVisualId) {

Completed in 792 milliseconds