OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxPointSize
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/svga/
svga_screen.h
52
float
maxPointSize
;
/external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp
166
const float
maxPointSize
= 32.0f;
183
const float pointSize = isWidePoint ? de::min(rnd->getFloat(minPointSize,
maxPointSize
), range.y()) : 1.0f;
Completed in 78 milliseconds