Home
last modified time | relevance | path

Searched defs:Z (Results 1 – 15 of 15) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dpb.h116 #define PB_WRITE_PIXEL( PB, X, Y, Z ) \ argument
126 #define PB_WRITE_RGBA_PIXEL( PB, X, Y, Z, R, G, B, A ) \ argument
139 #define PB_WRITE_CI_PIXEL( PB, X, Y, Z, I ) \ argument
150 #define PB_WRITE_TEX_PIXEL( PB, X, Y, Z, R, G, B, A, S, T, U ) \ argument
H A Dlinetemp.h291 GLdepth Z = z0; variable
410 GLdepth Z = z0; variable
H A Dclip.c333 #define Z(I) coord[I][2] in gl_viewclip_line() macro
555 #define Z(I) coord[I][2] in gl_viewclip_polygon() macro
/reactos/dll/3rdparty/libtiff/
H A Dtif_color.c45 float *X, float *Y, float *Z) in TIFFCIELabToXYZ()
76 TIFFXYZToRGB(TIFFCIELabToRGB *cielab, float X, float Y, float Z, in TIFFXYZToRGB()
H A Dtif_getimage.c1764 float X, Y, Z; in DECLAREContigPutFunc() local
/reactos/sdk/lib/3rdparty/stlport/test/unit/cppunit/
H A Dcppunit_mini.h217 #define CPPUNIT_ASSERT_DOUBLES_EQUAL(X, Y, Z) \ argument
/reactos/sdk/include/reactos/libs/mbedtls/
H A Decp.h153 mbedtls_mpi Z; /*!< The Z coordinate of the ECP point. */ member
/reactos/sdk/include/ucrt/
H A Dtgmath.h411 #define fma(X, Y, Z) _Generic(__tgmath_resolve_real_binary_op((X), __tgmath_resolve_real_binary_op(… argument
/reactos/dll/directx/d3d9/
H A Dd3d9_puredevice.c66 …CE9 iface, DWORD Count, CONST D3DRECT* pRects, DWORD Flags, D3DCOLOR Color, float Z, DWORD Stencil) in IDirect3DDevice9Pure_Clear()
815 …CE9 iface, DWORD Count, CONST D3DRECT* pRects, DWORD Flags, D3DCOLOR Color, float Z, DWORD Stencil) in IDirect3DDevice9Pure_ClearInt()
H A Dd3d9_haldevice.c381 …CE9 iface, DWORD Count, CONST D3DRECT* pRects, DWORD Flags, D3DCOLOR Color, float Z, DWORD Stencil) in IDirect3DDevice9HAL_ClearInt()
/reactos/sdk/include/psdk/
H A Dicm.h70 WORD Z; member
H A Dbthdef.h600 #define GET_BITS(X,Y,Z) (((X)>>(Y))&Z) argument
H A Dtwain.h137 TW_FIX32 Z; member
/reactos/dll/3rdparty/mbedtls/
H A Dbignum.c1802 mbedtls_mpi X, Y, Z, T1, T2; in mbedtls_mpi_div_mpi() local
H A Decp.c1640 mbedtls_mpi T1, T2, T3, T4, X, Y, Z; in ecp_add_mixed() local