OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minIntValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
queryconversions.cpp
50
GLint64
minIntValue
= static_cast<GLint64>(std::numeric_limits<GLint>::min());
52
GLint64 clampedValue = std::max(std::min(static_cast<GLint64>(value), maxIntValue),
minIntValue
);
libGLESv2.cpp
[
all
...]
Completed in 366 milliseconds