OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aabbmaxy
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp
1010
const float
aabbMaxY
= de::max(startApproximation.offset + startApproximation.coefficient*aabbMaxX, endApproximation.offset + endApproximation.coefficient*aabbMaxX);
1012
const float aabbArea = (aabbMaxX - aabbMinX) * (
aabbMaxY
- aabbMinY);
[
all
...]
Completed in 1250 milliseconds