Searched refs:BPosX (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;
55 CPosX = BPosX + ImgWidth + 5; CPosY = 20;
122 glRasterPos2i(BPosX, 5);
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;
68 CPosX = BPosX + ImgWidth + 5; CPosY = 20;
215 glRasterPos2i(BPosX, 5);
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;
316 glRasterPos2i(BPosX, 5);
326 glRasterPos2i(BPosX, BPosY);

Completed in 3 milliseconds