Home
last modified time | relevance | path

Searched refs:apArgs (Results 1 – 5 of 5) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_effects.c249 addpolyArgStruct_t apArgs; in CG_DoGlassQuad() local
325 apArgs.numVerts = 4; in CG_DoGlassQuad()
326 VectorCopy(vel, apArgs.vel); in CG_DoGlassQuad()
329 apArgs.alpha1 = 0.15f; in CG_DoGlassQuad()
330 apArgs.alpha2 = 0.0f; in CG_DoGlassQuad()
331 apArgs.alphaParm = 85.0f; in CG_DoGlassQuad()
336 apArgs.rgbParm = 0.0f; in CG_DoGlassQuad()
340 apArgs.bounce = bounce; in CG_DoGlassQuad()
341 apArgs.motionDelay = time; in CG_DoGlassQuad()
342 apArgs.killTime = 6000; in CG_DoGlassQuad()
[all …]
H A Dcg_ents.c3740 addpolyArgStruct_t apArgs; in CG_Cube() local
3742 memset (&apArgs, 0, sizeof(apArgs)); in CG_Cube()
3767apArgs.p[0][vec[0]] = apArgs.p[1][vec[0]] = apArgs.p[2][vec[0]] = apArgs.p[3][vec[0]] = mins[vec[0… in CG_Cube()
3769 apArgs.numVerts = 4; in CG_Cube()
3770 apArgs.alpha1 = apArgs.alpha2 = alpha; in CG_Cube()
3771 VectorCopy( color, apArgs.rgb1 ); in CG_Cube()
3772 VectorCopy( color, apArgs.rgb2 ); in CG_Cube()
3774 apArgs.killTime = cg.frametime; in CG_Cube()
3777 trap->FX_AddPoly( &apArgs ); in CG_Cube()
3780apArgs.p[0][vec[0]] = apArgs.p[1][vec[0]] = apArgs.p[2][vec[0]] = apArgs.p[3][vec[0]] = maxs[vec[0… in CG_Cube()
[all …]
H A Dcg_players.c5573 memset (&apArgs, 0, sizeof(apArgs)); in CG_CreateSaberMarks()
5607 VectorSubtract(apArgs.p[0], apArgs.p[3], x); in CG_CreateSaberMarks()
5617 apArgs.alpha1 = 1.0f; in CG_CreateSaberMarks()
5618 apArgs.alpha2 = 0.0f; in CG_CreateSaberMarks()
5624 apArgs.rgbParm = 0.0f; in CG_CreateSaberMarks()
5626 apArgs.bounce = 0; in CG_CreateSaberMarks()
5637 apArgs.rgb1[2] = apArgs.alphaParm = Q_flrand(0.0f, 1.0f)*15.0f; in CG_CreateSaberMarks()
5639 apArgs.rgb1[0] /= 255; in CG_CreateSaberMarks()
5640 apArgs.rgb1[1] /= 255; in CG_CreateSaberMarks()
5641 apArgs.rgb1[2] /= 255; in CG_CreateSaberMarks()
[all …]
/dports/devel/ossp-l2/l2-0.9.13/
H A Dl2_channel.c526 char *cpBuf, int nBufLenMax, char *cpParam, char cId, va_list *apArgs) in l2_channel_vlog_format() argument
542 cpBuf, nBufLenMax, npOutLen, apArgs); in l2_channel_vlog_format()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_channel.c526 char *cpBuf, int nBufLenMax, char *cpParam, char cId, va_list *apArgs) in l2_channel_vlog_format() argument
542 cpBuf, nBufLenMax, npOutLen, apArgs); in l2_channel_vlog_format()