Home
last modified time | relevance | path

Searched refs:GLX_DIRECT_COLOR (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglheader.h170 #define GLX_DIRECT_COLOR 0x8003 macro
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dglcore.h151 #define GLX_DIRECT_COLOR 0x8003 macro
Dglxinit.c75 GLX_TRUE_COLOR, GLX_DIRECT_COLOR in _gl_convert_from_x_visual_type()
Dnative_dri2.c616 case GLX_DIRECT_COLOR: in dri2_display_convert_config()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c575 if (xclass != GLX_TRUE_COLOR && xclass == !GLX_DIRECT_COLOR) { in initialize_visual_and_buffer()
628 GLX_TRUE_COLOR, GLX_DIRECT_COLOR in xmesa_convert_from_x_visual_type()
739 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { in XMesaCreateVisual()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c574 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { in initialize_visual_and_buffer()
702 GLX_TRUE_COLOR, GLX_DIRECT_COLOR in xmesa_convert_from_x_visual_type()
827 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { in XMesaCreateVisual()
Dxm_dd.c79 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { in color_mask()
/external/mesa3d/include/GL/
Dglx.h135 #define GLX_DIRECT_COLOR 0x8003 macro
Dglxext.h82 #define GLX_DIRECT_COLOR 0x8003 macro
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglxext.h81 #define GLX_DIRECT_COLOR 0x8003 macro
Dglxew.h227 #define GLX_DIRECT_COLOR 0x8003 macro
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp532 rank.add(1, visualType == GLX_TRUE_COLOR || visualType == GLX_DIRECT_COLOR); in configRank()
/external/mesa3d/src/glx/
Dglxext.c352 GLX_TRUE_COLOR, GLX_DIRECT_COLOR in convert_from_x_visual_type()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c281 case GLX_DIRECT_COLOR: in convert_fbconfig()