OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MASK_COLOR_OK
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp
73
static const tcu::Vec4
MASK_COLOR_OK
= tcu::Vec4(0.0f, 0.1f, 0.0f, 1.0f);
106
tcu::clear(diffMask,
MASK_COLOR_OK
);
[
all
...]
es2fClippingTests.cpp
54
static const tcu::Vec4
MASK_COLOR_OK
= tcu::Vec4(0.0f, 0.1f, 0.0f, 1.0f);
155
tcu::clear(diffMask,
MASK_COLOR_OK
);
277
tcu::clear(output,
MASK_COLOR_OK
);
[
all
...]
/external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp
76
static const tcu::Vec4
MASK_COLOR_OK
= tcu::Vec4(0.0f, 0.1f, 0.0f, 1.0f);
109
tcu::clear(diffMask,
MASK_COLOR_OK
);
[
all
...]
es3fClippingTests.cpp
54
static const tcu::Vec4
MASK_COLOR_OK
= tcu::Vec4(0.0f, 0.1f, 0.0f, 1.0f);
158
tcu::clear(diffMask,
MASK_COLOR_OK
);
280
tcu::clear(output,
MASK_COLOR_OK
);
[
all
...]
Completed in 45 milliseconds