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

  /external/mesa3d/src/egl/main/
eglconfig.h 62 EGLint NativeVisualType;
110 ATTRIB_MAP(EGL_NATIVE_VISUAL_TYPE, NativeVisualType);
eglconfig.c 67 conf->NativeVisualType = EGL_NONE;
405 if (conf->NativeVisualID != 0 || conf->NativeVisualType != EGL_NONE)
547 conf->NativeVisualType = EGL_DONT_CARE;
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 390 GLX_conf->Base.NativeVisualType = vinfo->class;
449 conf->NativeVisualType = EGL_NONE;
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 517 dri2_conf->base.NativeVisualType = visuals[i].format;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 302 conf->NativeVisualType = nconf->native_visual_type;

Completed in 83 milliseconds