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

  /frameworks/native/opengl/tests/include/
EGLUtils.h 103 EGLint nativeVisualId = 0;
104 eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &nativeVisualId);
105 if (nativeVisualId>0 && format == nativeVisualId) {
  /external/deqp/framework/egl/
egluConfigInfo.hpp 62 deInt32 nativeVisualId;
105 , nativeVisualId (0)

Completed in 120 milliseconds