Searched refs:BPosY (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dpbo.c25 static int BPosX, BPosY; /* read/draw pixels */ variable in typeref:typename:int
54 BPosX = APosX + ImgWidth + 5; BPosY = 20;
151 glRasterPos2i(BPosX, BPosY);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dreadpix.c25 static int BPosX, BPosY; /* read/draw pixels */ variable in typeref:typename:int
67 BPosX = APosX + ImgWidth + 5; BPosY = 20;
250 glRasterPos2i(BPosX, BPosY);
H A Dpixeltest.c22 static int BPosX, BPosY; /* read/draw pixels */ variable in typeref:typename:int
53 BPosX = APosX + ImgWidth + 40; BPosY = 24;
326 glRasterPos2i(BPosX, BPosY);

Completed in 6 milliseconds