OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rmin
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c
307
const GLfloat
rmin
= radius - 0.7071F; /* 0.7071 = sqrt(2)/2 */
local
309
const GLfloat rmin2 = MAX2(0.0F,
rmin
*
rmin
);
/external/mesa3d/src/mesa/swrast/
s_points.c
307
const GLfloat
rmin
= radius - 0.7071F; /* 0.7071 = sqrt(2)/2 */
local
309
const GLfloat rmin2 = MAX2(0.0F,
rmin
*
rmin
);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c
1291
const float
rmin
= halfSize - 0.7071F; \/* 0.7071 = sqrt(2)\/2 *\/
local
[
all
...]
/external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c
1291
const float
rmin
= halfSize - 0.7071F; \/* 0.7071 = sqrt(2)\/2 *\/
local
[
all
...]
Completed in 102 milliseconds