Home
last modified time | relevance | path

Searched refs:GLX_NONE (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/glx/
H A Dglxconfig.c239 (*next)->visualRating = GLX_NONE; in glx_config_create_list()
240 (*next)->transparentPixel = GLX_NONE; in glx_config_create_list()
H A Ddri_common.c204 glxValue = GLX_NONE; in driConfigEqual()
206 if (config->visualRating == GLX_NONE) { in driConfigEqual()
H A Dglxcmds.c946 config->transparentPixel = GLX_NONE; in init_fbconfig_for_chooser()
1036 * visuals with a "transparent type" of 0 when they really mean GLX_NONE. in fbconfigs_compatible()
1040 * from the app as GLX_DONT_CARE. We'll consider GLX_NONE from the app and in fbconfigs_compatible()
1046 if (a->transparentPixel == GLX_NONE) { in fbconfigs_compatible()
1047 if (b->transparentPixel != GLX_NONE && b->transparentPixel != 0) in fbconfigs_compatible()
1129 /* The sort order for the visualRating is GLX_NONE, GLX_SLOW, and in fbconfig_compare()
H A Dglxext.c404 return GLX_NONE; in convert_from_x_visual_type()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A Dplatform_glx.h66 # define GLX_NONE 0x8000 macro
H A DDisplayGLX.cpp215 GLX_X_RENDERABLE, True, GLX_CONFIG_CAVEAT, GLX_NONE, None}; in initialize()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_util.c250 #define GLX_NONE 0x8000 macro
309 *value = GLX_NONE; in driGetConfigAttribIndex()
/third_party/mesa3d/include/GL/
H A Dglx.h114 #define GLX_NONE 0x8000 macro
H A Dglxext.h77 #define GLX_NONE 0x8000 macro
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp583 rank.add(1, visual.getAttrib(GLX_TRANSPARENT_TYPE) == GLX_NONE); in configRank()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c696 * be returned. Otherwise \c GLX_NONE will be returned.
712 ? glx_visual_types[ visualType ] : GLX_NONE; in xmesa_convert_from_x_visual_type()
741 * visualCaveat - ala the GLX extension, usually GLX_NONE
/third_party/openGLES/api/GL/
H A Dglxext.h58 #define GLX_NONE 0x8000 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h77 #define GLX_NONE 0x8000 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglxext.h77 #define GLX_NONE 0x8000 macro

Completed in 23 milliseconds