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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcontext.c145 #ifndef MESA_VERBOSE
146 int MESA_VERBOSE = 0; variable
170 if (MESA_VERBOSE & VERBOSE_SWAPBUFFERS)
412 if (MESA_VERBOSE != 0) {
900 * Finally queries the \c MESA_DEBUG and \c MESA_VERBOSE environment variables
1423 if (MESA_VERBOSE & VERBOSE_API)
H A Dmtypes.h3606 extern int MESA_VERBOSE;
3610 # define MESA_VERBOSE 0 macro
3619 /** The MESA_VERBOSE var is a bitmask of these flags */
/external/mesa3d/src/mesa/main/
H A Dcontext.c145 #ifndef MESA_VERBOSE
146 int MESA_VERBOSE = 0; variable
170 if (MESA_VERBOSE & VERBOSE_SWAPBUFFERS)
412 if (MESA_VERBOSE != 0) {
900 * Finally queries the \c MESA_DEBUG and \c MESA_VERBOSE environment variables
1423 if (MESA_VERBOSE & VERBOSE_API)
H A Dmtypes.h3606 extern int MESA_VERBOSE;
3610 # define MESA_VERBOSE 0 macro
3619 /** The MESA_VERBOSE var is a bitmask of these flags */

Completed in 3946 milliseconds