HomeSort by relevance Sort by last modified time
    Searched defs:LP_DEBUG (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_debug.h 69 extern int LP_DEBUG;
71 #define LP_DEBUG 0
79 if (LP_DEBUG & flag)
lp_screen.c 44 #include "lp_debug.h"
52 int LP_DEBUG = 0;
457 LP_DEBUG = debug_get_flags_option("LP_DEBUG", lp_debug_flags, 0 );
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_debug.h 69 extern int LP_DEBUG;
71 #define LP_DEBUG 0
79 if (LP_DEBUG & flag)
lp_screen.c 44 #include "lp_debug.h"
52 int LP_DEBUG = 0;
457 LP_DEBUG = debug_get_flags_option("LP_DEBUG", lp_debug_flags, 0 );

Completed in 57 milliseconds