Searched refs:GLX_NONE (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/glx/ |
D | glxconfig.c | 239 (*next)->visualRating = GLX_NONE; in glx_config_create_list() 240 (*next)->transparentPixel = GLX_NONE; in glx_config_create_list()
|
D | dri_common.c | 204 glxValue = GLX_NONE; in driConfigEqual() 206 if (config->visualRating == GLX_NONE) { in driConfigEqual()
|
D | glxcmds.c | 946 config->transparentPixel = GLX_NONE; in init_fbconfig_for_chooser() 1046 if (a->transparentPixel == GLX_NONE) { in fbconfigs_compatible() 1047 if (b->transparentPixel != GLX_NONE && b->transparentPixel != 0) in fbconfigs_compatible()
|
D | glxext.c | 404 return GLX_NONE; in convert_from_x_visual_type()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | platform_glx.h | 66 # define GLX_NONE 0x8000 macro
|
D | DisplayGLX.cpp | 215 GLX_X_RENDERABLE, True, GLX_CONFIG_CAVEAT, GLX_NONE, None}; in initialize()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 151 case GLX_NONE: in glx_caveat_to_gst() 327 SIMPLE_STRING_ASSIGN (visual_type_str, visual_type, GLX_NONE, "None"); in gst_gl_context_glx_dump_fb_config() 329 SIMPLE_STRING_ASSIGN (caveat_str, caveat, GLX_NONE, "None"); in gst_gl_context_glx_dump_fb_config() 434 if (transparent_type == GLX_NONE) { in gst_gl_context_glx_dump_fb_config()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_util.c | 250 #define GLX_NONE 0x8000 macro 309 *value = GLX_NONE; in driGetConfigAttribIndex()
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 114 #define GLX_NONE 0x8000 macro
|
D | glxext.h | 77 #define GLX_NONE 0x8000 macro
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 583 rank.add(1, visual.getAttrib(GLX_TRANSPARENT_TYPE) == GLX_NONE); in configRank()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_api.c | 712 ? glx_visual_types[ visualType ] : GLX_NONE; in xmesa_convert_from_x_visual_type()
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 77 #define GLX_NONE 0x8000 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glxext.h | 77 #define GLX_NONE 0x8000 macro
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 58 #define GLX_NONE 0x8000 macro
|