Searched defs:tagged_only (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c274 const INT32 * bp, Bool tagged_only,
279 if (!tagged_only) {
469 int screen, GLboolean tagged_only)
503 tagged_only, GL_TRUE);
273 __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count, const INT32 * bp, Bool tagged_only, Bool fbconfig_style_tags) argument
468 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, int screen, GLboolean tagged_only) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxext.c362 * getVisualConfigs uses the !tagged_only path.
363 * getFBConfigs uses the tagged_only path.
367 const INT32 * bp, Bool tagged_only,
372 if (!tagged_only) {
595 int screen, GLboolean tagged_only)
638 tagged_only, GL_TRUE);
366 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, const INT32 * bp, Bool tagged_only, Bool fbconfig_style_tags) argument
594 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, int screen, GLboolean tagged_only) argument
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c274 const INT32 * bp, Bool tagged_only,
279 if (!tagged_only) {
469 int screen, GLboolean tagged_only)
503 tagged_only, GL_TRUE);
273 __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count, const INT32 * bp, Bool tagged_only, Bool fbconfig_style_tags) argument
468 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, int screen, GLboolean tagged_only) argument
/external/mesa3d/src/glx/
H A Dglxext.c362 * getVisualConfigs uses the !tagged_only path.
363 * getFBConfigs uses the tagged_only path.
367 const INT32 * bp, Bool tagged_only,
372 if (!tagged_only) {
595 int screen, GLboolean tagged_only)
638 tagged_only, GL_TRUE);
366 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, const INT32 * bp, Bool tagged_only, Bool fbconfig_style_tags) argument
594 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, int screen, GLboolean tagged_only) argument

Completed in 1034 milliseconds