Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 8 of 8) sorted by relevance

/RvlSDK-3.2/X86/bin/
Dsetcountrycode.bat33 …in (%REVOLUTION_SDK_ROOT%\x86\bin\rvl*.bin) do %REVOLUTION_SDK_ROOT%\x86\bin\tickleBI3 -o %%i 0x0 5
43 …in (%REVOLUTION_SDK_ROOT%\x86\bin\rvl*.bin) do %REVOLUTION_SDK_ROOT%\x86\bin\tickleBI3 -o %%i 0x0 4
53 …in (%REVOLUTION_SDK_ROOT%\x86\bin\rvl*.bin) do %REVOLUTION_SDK_ROOT%\x86\bin\tickleBI3 -o %%i 0x0 2
63 …in (%REVOLUTION_SDK_ROOT%\x86\bin\rvl*.bin) do %REVOLUTION_SDK_ROOT%\x86\bin\tickleBI3 -o %%i 0x0 1
73 …in (%REVOLUTION_SDK_ROOT%\x86\bin\rvl*.bin) do %REVOLUTION_SDK_ROOT%\x86\bin\tickleBI3 -o %%i 0x0 0
Dsetsmem2size.bat38 if "%1" == "0x0" (
60 %REVOLUTION_SDK_ROOT%\x86\bin\tickleBI2 -o %REVOLUTION_SDK_ROOT%\x86\bin\bi2.bin 44 0x0
/RvlSDK-3.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-bound-box.c364 s16 x0, x1, y0, y1; in DrawBoundingBox() local
381 x0 = (s16)bb[0]; in DrawBoundingBox()
388 GXPosition3s16(x0, y0, 0); in DrawBoundingBox()
394 GXPosition3s16(x0, y1, 0); in DrawBoundingBox()
396 GXPosition3s16(x0, y0, 0); in DrawBoundingBox()
Dfrb-copy.c655 s16 x0, x1, y0, y1; in DrawTexCopyFrame() local
668 x0 = (s16)( ct->left - 1 ); in DrawTexCopyFrame()
675 GXPosition3s16(x0, y0, 0); in DrawTexCopyFrame()
681 GXPosition3s16(x0, y1, 0); in DrawTexCopyFrame()
683 GXPosition3s16(x0, y0, 0); in DrawTexCopyFrame()
/RvlSDK-3.2/build/demos/gxdemo/src/PixelProc/
Dpix-z-comp.c366 f32 x0, y0, x1, y1, z; member
444 GXPosition3f32( rect[i].x0, rect[i].y0, rect[i].z ); in myDrawModel()
447 GXPosition3f32( rect[i].x0, rect[i].y1, rect[i].z ); in myDrawModel()
459 DEMOPrintf( (s16)rect[i].x0, (s16)rect[i].y0, in myDrawModel()
Dpix-a-comp.c468 f32 x0, y0, x1, y1, z; member
544 GXPosition3f32( rect[i].x0, rect[i].y0, rect[i].z ); in myDrawModel()
547 GXPosition3f32( rect[i].x0, rect[i].y1, rect[i].z ); in myDrawModel()
560 DEMOPrintf( (s16)rect[i].x0, (s16)rect[i].y0, in myDrawModel()
/RvlSDK-3.2/build/demos/gxdemo/src/Culling/
Dcul-viewport.c462 void myDrawRectangle( f32 x0, f32 y0, f32 x1, f32 y1, GXColor color ) in myDrawRectangle() argument
465 x0 += 0.5f; // center of pixel in myDrawRectangle()
492 GXPosition3f32( x0, y0, 0.0f ); in myDrawRectangle()
495 GXPosition3f32( x0, y1, 0.0f ); in myDrawRectangle()
496 GXPosition3f32( x0, y0, 0.0f ); in myDrawRectangle()
Dcul-faces.c506 s32 xs, zs, x0, z0, x1, z1; in myDrawArrow() local
524 x0 = (s32)( c * COS30 - s * SIN30 + 0.5f ); in myDrawArrow()
528 GXPosition3s16( (s16)( xs + x0 ), RPOSY, (s16)( zs + z0 ) ); in myDrawArrow()