HomeSort by relevance Sort by last modified time
    Searched refs:_mesa_Lightfv (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/main/
light.h 53 _mesa_Lightfv( GLenum light, GLenum pname, const GLfloat *params );
light.c 95 * Helper function called by _mesa_Lightfv and _mesa_PopAttrib to set
205 _mesa_Lightfv( light, pname, fparam );
210 _mesa_Lightfv( GLenum light, GLenum pname, const GLfloat *params )
328 _mesa_Lightfv( light, pname, fparam );
    [all...]
api_exec.c 274 SET_Lightfv(exec, _mesa_Lightfv);
    [all...]
es1_conversion.c 544 _mesa_Lightfv(light, pname, converted_params);

Completed in 80 milliseconds