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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.h 52 EGLint native_visual_type,
EglConfig.cpp 32 EGLint native_visual_type,
62 m_native_visual_type(native_visual_type),
EglImp.cpp 286 EGLint native_visual_type = EGL_DONT_CARE; local
394 native_visual_type = attrib_list[i+1];
455 frame_buffer_level,0,0,0,native_renderable,renderable_type,0,native_visual_type,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native.h 165 int native_visual_type; member in struct:native_config
egl_g3d.c 302 conf->NativeVisualType = nconf->native_visual_type;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native.h 165 int native_visual_type; member in struct:native_config
egl_g3d.c 302 conf->NativeVisualType = nconf->native_visual_type;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_dri2.c 614 nconf->native_visual_type = TrueColor;
617 nconf->native_visual_type = DirectColor;
620 nconf->native_visual_type = PseudoColor;
623 nconf->native_visual_type = StaticColor;
626 nconf->native_visual_type = GrayScale;
629 nconf->native_visual_type = StaticGray;
native_ximage.c 416 xconf->base.native_visual_type = xconf->visual->c_class;
418 xconf->base.native_visual_type = xconf->visual->class;
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c 614 nconf->native_visual_type = TrueColor;
617 nconf->native_visual_type = DirectColor;
620 nconf->native_visual_type = PseudoColor;
623 nconf->native_visual_type = StaticColor;
626 nconf->native_visual_type = GrayScale;
629 nconf->native_visual_type = StaticGray;
native_ximage.c 416 xconf->base.native_visual_type = xconf->visual->c_class;
418 xconf->base.native_visual_type = xconf->visual->class;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
native_android.cpp 591 aconf->base.native_visual_type = native_formats[i];
  /external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp 591 aconf->base.native_visual_type = native_formats[i];

Completed in 571 milliseconds