HomeSort by: relevance | last modified time | path
    Searched defs:Position (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_parse.h 111 unsigned Position;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
tgsi_parse.h 111 unsigned Position;
  /xsrc/external/mit/xf86-video-xgi/dist/src/
vb_init.c 1998 ULONG Increment , Position ;
2003 for( i = 0 , Position = 0 ; i < 2 ; i++ )
2005 *( ( PULONG )( pVBInfo->FBAddr + Position ) ) = Position ;
2006 Position += Increment ;
2009 for( i = 0 , Position = 0 ; i < 2 ; i++ )
2011 /* if ( pVBInfo->FBAddr[ Position ] != Position ) */
2012 if ( ( *( PULONG )( pVBInfo->FBAddr + Position ) ) != Position )
    [all...]
  /xsrc/external/mit/xwud/dist/
xwud.c 747 typedef short Position;
754 Position *x, *y;
765 Position x, y, min_y, max_y, exp_max_y, src_x, src_max_x, src_y;
813 table.x = (Position *) malloc(sizeof(Position) * (src_image->width + 1));
816 table.y = (Position *) malloc(sizeof(Position) * (src_image->height + 1));
  /xsrc/external/mit/libXt/dist/include/X11/
Intrinsic.h 95 #define _XtPosition Position
169 typedef short Position; /* Offset from 0 coordinate */
232 Position x, y;
613 Position* /* rootx_return */,
614 Position* /* rooty_return */
883 XtListPosition /* position */
892 XtListPosition /* position */
912 XtListPosition /* position */
  /xsrc/external/mit/MesaLib/dist/include/D3D9/
d3d9types.h 1623 D3DVECTOR Position;
  /xsrc/external/mit/MesaLib.old/dist/include/D3D9/
d3d9types.h 1623 D3DVECTOR Position;

Completed in 86 milliseconds