OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isBlack
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp
69
static bool
isBlack
(const tcu::RGBA& c)
[
all
...]
es31fGeometryShaderTests.cpp
[
all
...]
/external/deqp/modules/gles2/functional/
es2fClippingTests.cpp
80
inline bool
isBlack
(const tcu::IVec4& a)
103
return
isBlack
(a) ==
isBlack
(b);
108
const bool aIsBlack =
isBlack
(a);
109
const bool bIsBlack =
isBlack
(b);
286
const bool pixelValid =
isBlack
(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
[
all
...]
/external/deqp/modules/gles3/functional/
es3fClippingTests.cpp
83
inline bool
isBlack
(const tcu::IVec4& a)
106
return
isBlack
(a) ==
isBlack
(b);
111
const bool aIsBlack =
isBlack
(a);
112
const bool bIsBlack =
isBlack
(b);
289
const bool pixelValid =
isBlack
(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
[
all
...]
Completed in 297 milliseconds