Home
last modified time | relevance | path

Searched defs:TAG (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/mesa3d/src/mesa/vbo/
Dvbo_attrib_tmp.h210 TAG(Vertex2f)(GLfloat x, GLfloat y) in TAG() function
217 TAG(Vertex2fv)(const GLfloat * v) in TAG() function
224 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) in TAG() function
231 TAG(Vertex3fv)(const GLfloat * v) in TAG() function
238 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() function
245 TAG(Vertex4fv)(const GLfloat * v) in TAG() function
252 TAG(VertexAttrib1fARB)(GLuint index, GLfloat x) in TAG() function
264 TAG(VertexAttrib1fvARB)(GLuint index, const GLfloat * v) in TAG() function
276 TAG(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y) in TAG() function
288 TAG(VertexAttrib2fvARB)(GLuint index, const GLfloat * v) in TAG() function
[all …]
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_post_vs.c75 #define TAG(x) x##_none macro
79 #define TAG(x) x##_xy_fullz_viewport macro
83 #define TAG(x) x##_xy_halfz_viewport macro
87 #define TAG(x) x##_xy_gb_halfz_viewport macro
91 #define TAG(x) x##_xy_gb_fullz_viewport macro
95 #define TAG(x) x##_fullz_viewport macro
99 #define TAG(x) x##_halfz_viewport macro
103 #define TAG(x) x##_xy_fullz_user_viewport macro
107 #define TAG(x) x##_xy_fullz_user_viewport_edgeflag macro
118 #define TAG(x) x##_generic macro
/third_party/mesa3d/src/mesa/main/
Dtexcompress_etc_tmp.h28 struct TAG(etc1_block) { in TAG() function
36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in) in TAG() function
42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in) in TAG() function
52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in) in TAG() function
58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in) in TAG() function
64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier) in TAG() function
84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) in TAG() function
116 TAG(etc1_fetch_texel)(const struct TAG(etc1_block) *block, in TAG() function
/third_party/ffmpeg/doc/
DMakefile52 doc/%.txt: TAG = TXT macro
60 $(GENTEXI): TAG = GENTEXI macro
64 doc/%.html: TAG = HTML macro
65 doc/%-all.html: TAG = HTML macro
85 doc/%.pod: TAG = POD macro
90 doc/%-all.pod: TAG = POD macro
95 doc/%.1 doc/%.3: TAG = MAN macro
106 doc/doxy/html: TAG = DOXY macro
/third_party/ffmpeg/tests/fate/
Dsegment.mak1 tests/data/mp4-to-ts.m3u8: TAG = GEN macro
8 tests/data/adts-to-mkv.m3u8: TAG = GEN macro
15 tests/data/adts-to-mkv-header.mkv: TAG = GEN macro
27 tests/data/adts-to-mkv-cated-all.mkv: TAG = GEN macro
31 tests/data/adts-to-mkv-cated-%.mkv: TAG = GEN macro
Dhlsenc.mak1 tests/data/live_no_endlist.m3u8: TAG = GEN macro
15 tests/data/live_last_endlist.m3u8: TAG = GEN macro
30 tests/data/live_endlist.m3u8: TAG = GEN macro
44 tests/data/hls_segment_size.m3u8: TAG = GEN macro
Dhap.mak50 tests/data/hapq_nosnappy.mov: TAG = GEN macro
56 tests/data/hapalphaonly_nosnappy.mov: TAG = GEN macro
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri.c748 #define TAG(x) x##_1 macro
752 #define TAG(x) x##_2 macro
756 #define TAG(x) x##_3 macro
762 #define TAG(x) x##_4 macro
767 #define TAG(x) x##_5 macro
771 #define TAG(x) x##_6 macro
775 #define TAG(x) x##_7 macro
779 #define TAG(x) x##_8 macro
785 #define TAG(x) x##_32_1 macro
789 #define TAG(x) x##_32_2 macro
[all …]
/third_party/ffmpeg/tests/
DMakefile50 tests/test_copy.ffmeta: TAG = COPY macro
63 …ata/%.sw tests/data/asynth% tests/data/vsynth%.yuv tests/vsynth%/00.pgm tests/data/%.nut: TAG = GEN macro
65 tests/data/filtergraphs/%: TAG = COPY macro
310 coverage.info: TAG = LCOV macro
317 lcov: TAG = GENHTML macro
321 lcov-reset: TAG = LCOV macro
/third_party/mesa3d/src/util/
Drgtc.c37 #define TAG(x) util_format_unsigned_##x macro
50 #define TAG(x) util_format_signed_##x macro
Dtexcompress_rgtc_tmp.h32 void TAG(fetch_texel_rgtc)(unsigned srcRowStride, const TYPE *pixdata, in TAG() function
61 static void TAG(write_rgtc_encoded_channel)(TYPE *blkaddr, in TAG() function
76 void TAG(encode_rgtc_ubyte)(TYPE *blkaddr, TYPE srccolors[4][4], in TAG() function
/third_party/skia/src/sfnt/
DSkSFNTHeader.h27 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_WindowsTrueType>::value; member
34 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_MacTrueType>::value; member
41 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_PostScript>::value; member
48 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_OpenTypeCFF>::value; member
DSkTTCFHeader.h22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkTTCFHeader>::value; member
38 static const SK_OT_ULONG TAG = SkOTTableTAG<dsigType_None>::value; member
45 static const SK_OT_ULONG TAG = SkOTTableTAG<dsigType_Format1>::value; member
/third_party/openh264/codec/build/android/dec/src/com/wels/dec/
DWelsDecTest.java139 private static final String TAG = "welsdec"; field in WelsDecTest
145 Log.v (TAG, "Load libwelsdec successful"); in Log.v() argument
/third_party/openh264/codec/build/android/enc/src/com/wels/enc/
DWelsEncTest.java160 private static final String TAG = "welsenc"; field in WelsEncTest
166 Log.v (TAG, "Load libwelsencdemo.so successful"); in Log.v() argument
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/
DEmptyMainActivity.java22 private final String TAG = this.getClass().getSimpleName(); field in EmptyMainActivity
DMainActivity.java25 private final String TAG = this.getClass().getSimpleName(); field in MainActivity
/third_party/rust/crates/nom/src/
Dstr.rs14 const TAG: &str = "Hello"; in tagtr_succeed() constant
43 const TAG: &str = "Hello World!"; in tagtr_incomplete() constant
61 const TAG: &str = "Random"; // TAG must be closer than INPUT. in tagtr_error() constant
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/
DAngleUnitTestActivity.java18 private static final String TAG = "NativeTest"; field in AngleUnitTestActivity
/third_party/skia/infra/bots/assets/bloaty/
Dcreate.py25 TAG = 'v1.0' variable
/third_party/skia/gm/
Dasyncrescaleandread.cpp230 #define DEF_RESCALE_AND_READ_SURF_GM(IMAGE_FILE, TAG, SRC_RECT, W, H) \ argument
237 #define DEF_RESCALE_AND_READ_YUV_SURF_GM(IMAGE_FILE, TAG, SRC_RECT, W, H) \ argument
243 #define DEF_RESCALE_AND_READ_IMG_GM(IMAGE_FILE, TAG, SRC_RECT, W, H) \ argument
250 #define DEF_RESCALE_AND_READ_YUV_IMG_GM(IMAGE_FILE, TAG, SRC_RECT, W, H) \ argument
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/wav/
DWavFmtChunkHeader.cpp22 static const char *TAG = "WavFmtChunkHeader"; variable
/third_party/ffmpeg/libavfilter/
DMakefile630 libavfilter/opencl/%.c: TAG = OPENCL macro
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dtypes.js5 var TAG = 'tag'; variable
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiOutputPortSelector.java33 public final static String TAG = "MidiOutputPortSelector"; field in MidiOutputPortSelector

12345