OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wMax
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_tritemp.h
414
const GLfloat
wMax
= vMax->attrib[FRAG_ATTRIB_WPOS][3];
418
const GLfloat eMaj_dw =
wMax
- wMin;
431
GLfloat eMaj_da = vMax->attrib[attr][c] *
wMax
- vMin->attrib[attr][c] * wMin;
[
all
...]
/external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp
96
const float
wMax
= de::max(0.0f, bbox.max.w());
100
bbox.min.swizzle(0, 1, 2) /
wMax
);
102
bbox.max.swizzle(0, 1, 2) /
wMax
);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h
[
all
...]
Completed in 147 milliseconds