OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kYmax
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp
124
const int
kYmax
= deMin32(y + radius, height-1);
129
for (int kY = kYmin; kY <=
kYmax
; kY++)
[
all
...]
/external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp
127
const int
kYmax
= deMin32(y + radius, height-1);
132
for (int kY = kYmin; kY <=
kYmax
; kY++)
[
all
...]
Completed in 405 milliseconds