HomeSort by: relevance | last modified time | path
    Searched refs:e2 (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /xsrc/external/mit/fontconfig/dist/fc-lang/
ch.orth 31 00e2
ro.orth 33 00e2
lij.orth 32 00e2 # รข LATIN SMALL LETTER A WITH CIRCUMFLEX
mo.orth 29 00e2
fur.orth 35 00e0-00e2
smn.orth 33 00e2
wa.orth 39 00e2 # a circumflex
fy.orth 50 00e2
kl.orth 48 00e2
lb.orth 47 00e2
ln.orth 32 00e1-00e2
sms.orth 31 00e2
nl.orth 48 00e2
pt.orth 50 00e2
tg.orth 105 04e2
yo.orth 49 00e2
  /xsrc/external/mit/xorg-server/dist/mi/
mistruct.h 56 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
  /xsrc/external/mit/xorg-server.old/dist/mi/
mistruct.h 57 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
t_dd_unfilled.h 37 GLuint e0, GLuint e1, GLuint e2 )
46 v[2] = (VERTEX *)GET_VERTEX(e2);
64 /* ef[e0], ef[e1], ef[e2]); */
70 if (ef[e2]) POINT( v[2] );
75 if (ef[e2]) LINE( v[2], v[0] );
82 if (ef[e2]) LINE( v[2], v[0] );
101 GLuint e2, GLuint e3 )
110 v[2] = (VERTEX *)GET_VERTEX(e2);
138 if (ef[e2]) POINT( v[2] );
145 if (ef[e2]) LINE( v[2], v[3] )
    [all...]
t_dd_tritmp.h 114 static void TAG(triangle)( struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 )
128 v[2] = (VERTEX *)GET_VERTEX(e2);
196 VERT_SET_RGBA( v[2], vbcolor[e2] );
217 VERT_SET_SPEC( v[2], vbspec[e2] );
267 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
270 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
280 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
283 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
340 GLuint e0, GLuint e1, GLuint e2, GLuint e3 )
352 v[2] = (VERTEX *)GET_VERTEX(e2);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
t_dd_unfilled.h 37 GLuint e0, GLuint e1, GLuint e2 )
46 v[2] = (VERTEX *)GET_VERTEX(e2);
64 /* ef[e0], ef[e1], ef[e2]); */
70 if (ef[e2]) POINT( v[2] );
75 if (ef[e2]) LINE( v[2], v[0] );
82 if (ef[e2]) LINE( v[2], v[0] );
101 GLuint e2, GLuint e3 )
110 v[2] = (VERTEX *)GET_VERTEX(e2);
138 if (ef[e2]) POINT( v[2] );
145 if (ef[e2]) LINE( v[2], v[3] )
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
ss_triangle.c 56 GLuint e2,
69 GLuint e2,
77 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
83 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
95 GLuint e2,
102 if (ef[e2]) _swrast_Point( ctx, v2 );
113 GLuint e2,
123 SWvertex *v2 = &verts[e2];
151 render(ctx, ef, e0, e1, e2, v0, v1, v2);
159 render(ctx, ef, e0, e1, e2, v0, v1, v2)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
ss_triangle.c 56 GLuint e2,
69 GLuint e2,
77 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
83 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
95 GLuint e2,
102 if (ef[e2]) _swrast_Point( ctx, v2 );
113 GLuint e2,
123 SWvertex *v2 = &verts[e2];
151 render(ctx, ef, e0, e1, e2, v0, v1, v2);
159 render(ctx, ef, e0, e1, e2, v0, v1, v2)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
gtest_pred_impl.h 132 const char* e2,
139 << pred_text << "(" << e1 << ", " << e2
143 << e2 << " evaluates to " << ::testing::PrintToString(v2);
182 const char* e2,
191 << pred_text << "(" << e1 << ", " << e2 << ", " << e3
195 << e2 << " evaluates to " << ::testing::PrintToString(v2) << "\n"
238 const char* e2,
249 << pred_text << "(" << e1 << ", " << e2 << ", " << e3 << ", " << e4
253 << e2 << " evaluates to " << ::testing::PrintToString(v2) << "\n"
300 const char* e2,
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
gtest_pred_impl.h 131 const char* e2,
139 << e2 << ") evaluates to false, where"
141 << "\n" << e2 << " evaluates to " << v2;
180 const char* e2,
190 << e2 << ", "
193 << "\n" << e2 << " evaluates to " << v2
236 const char* e2,
248 << e2 << ", "
252 << "\n" << e2 << " evaluates to " << v2
299 const char* e2,
    [all...]

Completed in 20 milliseconds

1 2 3