HomeSort by relevance Sort by last modified time
    Searched refs:__location__ (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/talloc/
hieralloc.h 12 #ifndef __location__
16 #define __location__ __FILE__ ":" __HIERALLOC_STRING_2__ macro
20 #define hieralloc_size(ctx, size) hieralloc_allocate(ctx, size, "sz:"__location__)
21 #define hieralloc_new(ctx) hieralloc_allocate(ctx, 0, "nw:" __location__)
23 #define hieralloc_zero_size(ctx, size) _hieralloc_zero(ctx, size, "zrsz:"__location__)
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.h 37 #ifndef __location__
41 #define __location__ __FILE__ ":" __HIERALLOC_STRING_2__ macro
44 #define assert(EXPR) { do { if (!(EXPR)) {LOGD("\n*\n*\n*\n* assert fail: '"#EXPR"' at "__location__"\n*\n*\n*"); exit(EXIT_FAILURE); } } while (false); }
  /frameworks/base/opengl/libs/GLES2_dbg/src/
header.h 43 #ifndef __location__
47 #define __location__ __FILE__ ":" __HIERALLOC_STRING_2__ macro
51 #define assert(expr) if (!(expr)) { LOGD("\n*\n*\n* assert: %s at %s \n*\n*", #expr, __location__); int * x = 0; *x = 5; }

Completed in 52 milliseconds