HomeSort by relevance Sort by last modified time
    Searched defs:TAG2 (Results 1 - 25 of 32) sorted by null

1 2

  /external/mesa3d/src/mesa/math/
m_copy_tmp.h 32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \
68 static void TAG2(init_copy, 0)( void )
70 _mesa_copy_tab[0x0] = TAG2(copy, 0x0);
71 _mesa_copy_tab[0x1] = TAG2(copy, 0x1);
72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2);
73 _mesa_copy_tab[0x3] = TAG2(copy, 0x3);
74 _mesa_copy_tab[0x4] = TAG2(copy, 0x4);
75 _mesa_copy_tab[0x5] = TAG2(copy, 0x5);
76 _mesa_copy_tab[0x6] = TAG2(copy, 0x6);
77 _mesa_copy_tab[0x7] = TAG2(copy, 0x7)
    [all...]
m_xform.c 81 #define TAG2(x,y) x##y
91 #undef TAG2
  /external/skia/src/sfnt/
SkOTTable_loca.h 19 static const SK_OT_CHAR TAG2 = 'c';
SkOTTable_maxp.h 20 static const SK_OT_CHAR TAG2 = 'x';
SkOTTable_EBSC.h 20 static const SK_OT_CHAR TAG2 = 'B';
SkTTCFHeader.h 20 static const SK_OT_CHAR TAG2 = 'c';
36 static const SK_OT_CHAR TAG2 = 0;
43 static const SK_OT_CHAR TAG2 = 'I';
SkOTTable_OS_2.h 23 static constexpr SK_OT_CHAR TAG2 = '/';
SkOTTable_fvar.h 19 static const SK_OT_CHAR TAG2 = 'a';
SkOTTable_gasp.h 19 static const SK_OT_CHAR TAG2 = 's';
SkOTTable_hhea.h 19 static const SK_OT_CHAR TAG2 = 'e';
SkOTTable_post.h 19 static const SK_OT_CHAR TAG2 = 's';
SkSFNTHeader.h 25 static const SK_OT_CHAR TAG2 = 0;
32 static const SK_OT_CHAR TAG2 = 'u';
39 static const SK_OT_CHAR TAG2 = 'p';
46 static const SK_OT_CHAR TAG2 = 'T';
SkOTTable_EBDT.h 21 static const SK_OT_CHAR TAG2 = 'D';
SkOTTable_head.h 19 static const SK_OT_CHAR TAG2 = 'a';
SkOTTable_name.h 20 static const SK_OT_CHAR TAG2 = 'm';
  /external/skqp/src/sfnt/
SkOTTable_loca.h 19 static const SK_OT_CHAR TAG2 = 'c';
SkOTTable_maxp.h 20 static const SK_OT_CHAR TAG2 = 'x';
SkOTTable_EBSC.h 20 static const SK_OT_CHAR TAG2 = 'B';
SkTTCFHeader.h 20 static const SK_OT_CHAR TAG2 = 'c';
36 static const SK_OT_CHAR TAG2 = 0;
43 static const SK_OT_CHAR TAG2 = 'I';
SkOTTable_OS_2.h 23 static constexpr SK_OT_CHAR TAG2 = '/';
SkOTTable_fvar.h 19 static const SK_OT_CHAR TAG2 = 'a';
SkOTTable_gasp.h 19 static const SK_OT_CHAR TAG2 = 's';
SkOTTable_hhea.h 19 static const SK_OT_CHAR TAG2 = 'e';
SkOTTable_post.h 19 static const SK_OT_CHAR TAG2 = 's';
SkSFNTHeader.h 25 static const SK_OT_CHAR TAG2 = 0;
32 static const SK_OT_CHAR TAG2 = 'u';
39 static const SK_OT_CHAR TAG2 = 'p';
46 static const SK_OT_CHAR TAG2 = 'T';

Completed in 133 milliseconds

1 2