Home
last modified time | relevance | path

Searched refs:TEV_REGISTERL (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1/build/libraries/gd/src/
DGDTev.c219 regRA = TEV_REGISTERL( color.r, color.a, TEV_COLOR_REG, in GDSetTevColor()
250 regRA = TEV_REGISTERL( (color.r & TEV_REGISTER_VAL_MASK), in GDSetTevColorS10()
281 regRA = TEV_REGISTERL( color.r, color.a, TEV_KONSTANT_REG, in GDSetTevKColor()
/RvlSDK-3.1/include/revolution/gd/
DGDTev.h179 #define TEV_REGISTERL(r, a, t, rid) \ macro