OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bMin
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/randomshaders/
rsgVariableValue.cpp
65
float
bMin
= b.component(ndx).getMin().asFloat();
68
if (!CompareOp()(aMin, aMax,
bMin
, bMax))
80
int
bMin
= b.component(ndx).getMin().asInt();
83
if (!CompareOp()(aMin, aMax,
bMin
, bMax))
93
bool
bMin
= b.component(ndx).getMin().asBool();
96
if (!CompareOp()(aMin, aMax,
bMin
, bMax))
114
inline bool operator() (float aMin, float aMax, float
bMin
, float bMax) const { return (aMin <= bMax &&
bMin
<= aMax); }
115
inline bool operator() (int aMin, int aMax, int
bMin
, int bMax) const { return (aMin <= bMax &&
bMin
<= aMax);
[
all
...]
/external/deqp/modules/glshared/
glsTextureTestUtil.cpp
[
all
...]
Completed in 67 milliseconds