Home
last modified time | relevance | path

Searched refs:accel (Results 1 – 9 of 9) sorted by relevance

/external/quake/quake/src/QW/client/
Dpmove.c390 void PM_Accelerate (vec3_t wishdir, float wishspeed, float accel) in PM_Accelerate() argument
404 accelspeed = accel*frametime*wishspeed; in PM_Accelerate()
412 void PM_AirAccelerate (vec3_t wishdir, float wishspeed, float accel) in PM_AirAccelerate() argument
428 accelspeed = accel * wishspeed * frametime; in PM_AirAccelerate()
778 float speed, drop, friction, control, newspeed, accel; in SpectatorMove() local
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbvideo.c562 finfo.accel = SDL_atoi(fb_accel); in FB_VideoInit()
612 if ( finfo.accel && finfo.mmio_len ) { in FB_VideoInit()
684 switch (finfo.accel) { in FB_VideoInit()
695 FB_MatroxAccel(this, finfo.accel); in FB_VideoInit()
701 FB_3DfxAccel(this, finfo.accel); in FB_VideoInit()
708 FB_RivaAccel(this, finfo.accel); in FB_VideoInit()
794 fprintf(stderr, "\taccel = %d\n", finfo->accel); in print_finfo()
/external/libpng/scripts/
Dmakefile.cygwin64 ### if you don't need thread safety, but want the asm accel
/external/kernel-headers/original/linux/
Dfb.h154 __u32 accel; /* Indicate to driver which */ member
/external/quake/quake/src/QW/
Dqwchangelog.txt138 - change player move physics to support ramp accel, there was a bug in
Dqwrlnote.txt244 - change player move physics to support ramp accel, there was a bug in
/external/dropbear/libtomcrypt/
Dcrypt.tex5678 through the accel\_ecb\_encrypt and accel\_ecb\_decrypt pointers. The \textit{blocks} count is the…
5681 …ted CBC encryption. These functions are accessed through the accel\_cbc\_encrypt and accel\_cbc\_…
5686 This function is meant for accelerated CTR encryption. It is accessible through the accel\_ctr\_en…
Dchanges338 …-- Introduced a new "hardware accel" framework that can be used to speed up cipher ECB, CBC and CT…
/external/webkit/WebKit/qt/
DChangeLog591 accel-compositing
593 reimp for accel compositing
595 accel compositing
596 * WebCoreSupport/ChromeClientQt.h: reimps for accel compositing