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

1 2 3

  /xsrc/external/mit/pixman/dist/demos/
tri-test.c 13 #define POINT(x,y) \
19 { POINT (100, 100), POINT (10, 50), POINT (110, 10) },
20 { POINT (100, 100), POINT (150, 10), POINT (200, 50) },
21 { POINT (100, 100), POINT (10, 170), POINT (90, 175) }
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
t_dd_unfilled.h 68 if (ef[e0]) POINT( v[0] );
69 if (ef[e1]) POINT( v[1] );
70 if (ef[e2]) POINT( v[2] );
136 if (ef[e0]) POINT( v[0] );
137 if (ef[e1]) POINT( v[1] );
138 if (ef[e2]) POINT( v[2] );
139 if (ef[e3]) POINT( v[3] );
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
t_dd_unfilled.h 68 if (ef[e0]) POINT( v[0] );
69 if (ef[e1]) POINT( v[1] );
70 if (ef[e2]) POINT( v[2] );
136 if (ef[e0]) POINT( v[0] );
137 if (ef[e1]) POINT( v[1] );
138 if (ef[e2]) POINT( v[2] );
139 if (ef[e3]) POINT( v[3] );
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_so_emit_tmp.h 27 #define POINT(i0) so_point(so,i0)
draw_prim_assembler_tmp.h 23 #define POINT(i0) prim_point(asmblr, i0)
draw_gs_tmp.h 26 #define POINT(i0) gs_point(gs,i0)
draw_pipe.c 117 * Build primitive to render a point with vertex at v0.
128 draw->pipeline.first->point( draw->pipeline.first, &prim );
196 #define POINT(i0) \
296 #define POINT(i0) \
draw_decompose_tmp.h 66 POINT(idx[0]);
456 #undef POINT
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_prim_assembler_tmp.h 25 #define POINT(i0) prim_point(asmblr, i0)
draw_so_emit_tmp.h 27 #define POINT(i0) so_point(so,i0)
draw_gs_tmp.h 27 #define POINT(i0) gs_point(gs,i0)
draw_decompose_tmp.h 66 POINT(idx[0]);
438 #undef POINT
draw_pipe.c 113 * Build primitive to render a point with vertex at v0.
124 draw->pipeline.first->point( draw->pipeline.first, &prim );
192 #define POINT(i0) \
292 #define POINT(i0) \
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
win32_x11.c 164 POINT point; local
166 point.x = src_x;
167 point.y = src_y;
169 ClientToScreen(src, &point);
171 *dest_x_return = point.x;
172 *dest_y_return = point.y;
188 POINT point; local
192 point.x = 0
244 POINT point; local
    [all...]
glut_cursor.c 187 POINT point; local
192 GetCursorPos(&point);
193 if (__glutCurrentWindow->win == WindowFromPoint(point)) {
  /xsrc/external/mit/mesa-demos/dist/src/samples/
tri.c 33 #define POINT 3
153 state = POINT;
224 case POINT:
  /xsrc/external/mit/xcb-util/dist/atom/
atoms.c 67 const xcb_atom_t POINT = 21;
187 char stringpool_str10[sizeof("POINT")];
258 "POINT",
559 "POINT\0"
xcb_atom.h 63 extern const xcb_atom_t POINT;
  /xsrc/external/mit/MesaLib/dist/include/d3dadapter/
present.h 85 HRESULT (WINAPI *GetCursorPos)(ID3DPresent *This, POINT *pPoint);
86 HRESULT (WINAPI *SetCursorPos)(ID3DPresent *This, POINT *pPoint);
88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow);
  /xsrc/external/mit/MesaLib.old/dist/include/d3dadapter/
present.h 85 HRESULT (WINAPI *GetCursorPos)(ID3DPresent *This, POINT *pPoint);
86 HRESULT (WINAPI *SetCursorPos)(ID3DPresent *This, POINT *pPoint);
88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
surface9.h 130 const POINT *pDestPoint,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
surface9.h 129 const POINT *pDestPoint,
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
wintrayicon.c 127 POINT ptCursor;
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
wintrayicon.c 139 POINT ptCursor;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv04_accel.h 66 BEGIN_NV04(push, NV01_CLIP(POINT), 2);

Completed in 25 milliseconds

1 2 3