OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minTexLevel
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuTexLookupVerifier.cpp
[
all
...]
tcuTexCompareVerifier.cpp
807
const int
minTexLevel
= 0;
810
DE_ASSERT(
minTexLevel
< maxTexLevel);
814
const int minLevel = de::clamp((int)deFloatFloor(minLod),
minTexLevel
, maxTexLevel-1);
815
const int maxLevel = de::clamp((int)deFloatFloor(maxLod),
minTexLevel
, maxTexLevel-1);
[
all
...]
Completed in 34 milliseconds