OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLessThanHalfFilled
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fClippingTests.cpp
93
inline bool
isLessThanHalfFilled
(const tcu::IVec4& a)
285
const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 &&
isLessThanHalfFilled
(cTest));
[
all
...]
/external/deqp/modules/gles3/functional/
es3fClippingTests.cpp
96
inline bool
isLessThanHalfFilled
(const tcu::IVec4& a)
288
const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 &&
isLessThanHalfFilled
(cTest));
[
all
...]
Completed in 75 milliseconds