Searched refs:_tag (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/include/android_stub/log/ |
| H A D | log.h | 110 #define LOG_EVENT_INT(_tag, _value) \ 113 (void)android_btWriteLog(_tag, EVENT_TYPE_INT, &intBuf, sizeof(intBuf)); \ 117 #define LOG_EVENT_LONG(_tag, _value) \ 120 (void)android_btWriteLog(_tag, EVENT_TYPE_LONG, &longBuf, sizeof(longBuf)); \ 124 #define LOG_EVENT_FLOAT(_tag, _value) \ 127 (void)android_btWriteLog(_tag, EVENT_TYPE_FLOAT, &floatBuf, \ 132 #define LOG_EVENT_STRING(_tag, _value) \ 133 (void)__android_log_bswrite(_tag, _value);
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | reader.h | 125 Property( long _type, long _tag, INREAL _value ) argument 126 { type = _type; tag = _tag; value = (REAL) _value; save = 0; } 127 Property( long _tag, INREAL _value ) argument 128 { type = 0; tag = _tag; value = (REAL) _value; save = 0; }
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.0.rst | 342 - pan/midgard: Remove mir_rewrite_index_*_tag
|
Completed in 12 milliseconds