OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_visual_type
(Results
1 - 5
of
5
) sorted by null
/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/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/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp
591
aconf->base.
native_visual_type
= native_formats[i];
Completed in 126 milliseconds