/external/mesa3d/src/mesa/vbo/ |
D | vbo_attrib_tmp.h | 210 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/ |
D | draw_pt_post_vs.c | 78 #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/ |
D | texcompress_etc_tmp.h | 28 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/ |
D | screen_capture.py | 36 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/ |
D | TwoStepPopulator.java | 42 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()
|
D | TestFileGroupPopulator.java | 33 private static final String TAG = "MDD TestFileGroupPopulator"; field in TestFileGroupPopulator 70 Log.d(TAG, "Failed to add file group " + dataFileGroup.getGroupName()); in refreshFileGroups() argument
|
D | ZipFolderFileGroupPopulator.java | 34 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/ |
D | lp_rast_tri.c | 748 #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/ |
D | utf8_string.rs | 56 const TAG: Tag = Tag::Utf8String; constant 96 const TAG: Tag = Tag::Utf8String; constant 137 const TAG: Tag = Tag::Utf8String; constant
|
D | null.rs | 35 const TAG: Tag = Tag::Null; constant 78 const TAG: Tag = Tag::Null; constant
|
D | sequence_of.rs | 101 const TAG: Tag = Tag::Sequence; constant 168 const TAG: Tag = Tag::Sequence; constant 219 const TAG: Tag = Tag::Sequence; constant
|
D | generalized_time.rs | 133 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
|
D | octet_string.rs | 74 const TAG: Tag = Tag::OctetString; constant 175 const TAG: Tag = Tag::OctetString; constant 240 const TAG: Tag = Tag::OctetString; constant
|
D | sequence.rs | 20 const TAG: Tag = Tag::Sequence; constant
|
/external/pytorch/aten/src/ATen/core/ |
D | IListRef.h | 175 #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/ |
D | HeapProfiling.hpp | 40 #define ARMNN_SCOPED_HEAP_PROFILING(TAG) \ argument 45 #define ARMNN_SCOPED_HEAP_PROFILING(TAG) argument
|
D | LeakChecking.hpp | 65 #define ARMNN_SCOPED_LEAK_CHECKER(TAG) \ argument 88 #define ARMNN_SCOPED_LEAK_CHECKER(TAG) argument
|
/external/mesa3d/src/util/ |
D | rgtc.c | 37 #define TAG(x) util_format_unsigned_##x macro 50 #define TAG(x) util_format_signed_##x macro
|
D | texcompress_rgtc_tmp.h | 32 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/ |
D | operators.hpp | 106 #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/ |
D | EastAsianWidth.java | 27 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/ |
D | SimpleApplication.kt | 32 private val TAG = SimpleApplication::class.java.getSimpleName() constant in dagger.android.ksp.SimpleApplication
|
/external/skia/src/sfnt/ |
D | SkSFNTHeader.h | 27 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
|
D | SkTTCFHeader.h | 22 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/ |
D | pack_expansion.cpp | 23 #define UNARY_OP(TAG, OP) \ argument 39 #define BINARY_OP(TAG, OP) \ argument
|