Home
last modified time | relevance | path

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

12345678910>>...52

/external/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 …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_post_vs.c78 #define TAG(x) x##_none macro
82 #define TAG(x) x##_xy_fullz_viewport macro
86 #define TAG(x) x##_xy_halfz_viewport macro
90 #define TAG(x) x##_xy_gb_halfz_viewport macro
94 #define TAG(x) x##_xy_gb_fullz_viewport macro
98 #define TAG(x) x##_fullz_viewport macro
102 #define TAG(x) x##_halfz_viewport macro
106 #define TAG(x) x##_xy_fullz_user_viewport macro
110 #define TAG(x) x##_xy_fullz_user_viewport_edgeflag macro
121 #define TAG(x) x##_generic macro
/external/mesa3d/src/util/format/
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
119 TAG(etc1_fetch_texel)(const struct TAG(etc1_block) *block, in TAG() function
/external/autotest/client/cros/chameleon/
Dscreen_capture.py36 TAG = 'Chameleon' variable in CommonChameleonScreenCapturer
65 TAG = 'Chameleon' variable in VgaChameleonScreenCapturer
94 TAG = 'CrOS-Ext' variable in CrosExternalScreenCapturer
116 TAG = 'CrOS-Int' variable in CrosInternalScreenCapturer
138 TAG = 'Calibration' variable in CrosCalibrationImageCapturer
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DTwoStepPopulator.java42 private static final String TAG = "TwoStepPopulator"; field in TwoStepPopulator
95 Preconditions.checkState(result.booleanValue()); in refreshFileGroups()
97 Log.d(TAG, "Added file group " + step2FileGroup.getGroupName()); in refreshFileGroups()
99 Log.d(TAG, "Failed to add file group " + step2FileGroup.getGroupName()); in refreshFileGroups()
DTestFileGroupPopulator.java33 private static final String TAG = "MDD TestFileGroupPopulator"; field in TestFileGroupPopulator
70 Log.d(TAG, "Failed to add file group " + dataFileGroup.getGroupName()); in refreshFileGroups() argument
DZipFolderFileGroupPopulator.java34 private static final String TAG = "MDD ZipFolderFileGroupPopulator"; field in ZipFolderFileGroupPopulator
70 Log.d(TAG, "Failed to add file group " + dataFileGroup.getGroupName()); in refreshFileGroups() argument
/external/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 …]
/external/rust/android-crates-io/crates/der/src/asn1/
Dutf8_string.rs56 const TAG: Tag = Tag::Utf8String; constant
96 const TAG: Tag = Tag::Utf8String; constant
137 const TAG: Tag = Tag::Utf8String; constant
Dnull.rs35 const TAG: Tag = Tag::Null; constant
78 const TAG: Tag = Tag::Null; constant
Dsequence_of.rs101 const TAG: Tag = Tag::Sequence; constant
168 const TAG: Tag = Tag::Sequence; constant
219 const TAG: Tag = Tag::Sequence; constant
Dgeneralized_time.rs133 const TAG: Tag = Tag::GeneralizedTime; constant
185 const TAG: Tag = Tag::GeneralizedTime; constant
251 const TAG: Tag = Tag::GeneralizedTime; constant
277 const TAG: Tag = Tag::GeneralizedTime; constant
Doctet_string.rs74 const TAG: Tag = Tag::OctetString; constant
175 const TAG: Tag = Tag::OctetString; constant
240 const TAG: Tag = Tag::OctetString; constant
Dsequence.rs20 const TAG: Tag = Tag::Sequence; constant
/external/pytorch/aten/src/ATen/core/
DIListRef.h175 #define TORCH_ILISTREF_UNWRAP_CASE(TAG, BODY) \ argument
192 #define TORCH_ILISTREF_UNWRAP(TAG, BODY) \ argument
364 #define DEFINE_FRIEND_CLASS(TAG, ...) \ argument
504 #define DEFINE_FRIEND_CLASS(TAG, ...) \ argument
597 #define DEFINE_CHECK(TAG, ...) \ argument
608 #define DEFINE_CASTING(TAG, ...) \ argument
/external/armnn/src/armnnUtils/
DHeapProfiling.hpp40 #define ARMNN_SCOPED_HEAP_PROFILING(TAG) \ argument
45 #define ARMNN_SCOPED_HEAP_PROFILING(TAG) argument
DLeakChecking.hpp65 #define ARMNN_SCOPED_LEAK_CHECKER(TAG) \ argument
88 #define ARMNN_SCOPED_LEAK_CHECKER(TAG) argument
/external/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
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Doperators.hpp106 #define BOOST_PROTO_DEFINE_UNARY_OPERATOR(OP, TAG, TRAIT, DOMAIN, POST) … argument
140 #define BOOST_PROTO_DEFINE_BINARY_OPERATOR(OP, TAG, TRAIT, DOMAIN) … argument
208 #define BOOST_PROTO_DEFINE_UNARY_OPERATOR(OP, TAG, TRAIT, DOMAIN, POST) … argument
226 #define BOOST_PROTO_DEFINE_BINARY_OPERATOR(OP, TAG, TRAIT, DOMAIN) … argument
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DEastAsianWidth.java27 private static final String TAG = "ConnectBot.EastAsianWidth"; field in EastAsianWidth
50 Log.d(TAG, "EastAsianWidth JNI measuring not available"); in Log.d() argument
/external/dagger2/javatests/artifacts/dagger-android-ksp/app/src/main/kotlin/dagger/android/ksp/
DSimpleApplication.kt32 private val TAG = SimpleApplication::class.java.getSimpleName() constant in dagger.android.ksp.SimpleApplication
/external/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
/external/sdv/vsomeip/third_party/boost/proto/test/
Dpack_expansion.cpp23 #define UNARY_OP(TAG, OP) \ argument
39 #define BINARY_OP(TAG, OP) \ argument

12345678910>>...52