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