OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bBias
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/main/
pixeltransfer.h
38
GLfloat
bBias
, GLfloat aBias);
pixeltransfer.c
47
GLfloat
bBias
, GLfloat aBias)
61
if (bScale != 1.0 ||
bBias
!= 0.0) {
64
rgba[i][BCOMP] = rgba[i][BCOMP] * bScale +
bBias
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h
417
BYTE
bBias
:3;
Completed in 59 milliseconds