MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / glColor4fv

Function glColor4fv

engine/source/platformAndroid/AndroidGL2ES.cpp:376–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 glError = TEST_FOR_OPENGL_ERRORS
375}
376void glColor4fv( const F32 * pv)
377{
378 glColor4f( pv[0], pv[1], pv[2], pv[3] );
379 int glError;
380 glError = TEST_FOR_OPENGL_ERRORS
381}
382void glActiveTextureARB( GLint index )
383{
384 glActiveTexture( index );

Callers 2

dglDrawBlendBoxFunction · 0.50
drawSplineBeamFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected