OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetDirection
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp
524
const bool
offsetDirection
= rnd.getBool();
525
const float offset =
offsetDirection
? -1.0f : 1.0f;
[
all
...]
/external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp
527
const bool
offsetDirection
= rnd.getBool();
528
const float offset =
offsetDirection
? -1.0f : 1.0f;
[
all
...]
/external/deqp/framework/common/
tcuRasterizationVerifier.cpp
[
all
...]
Completed in 7701 milliseconds