OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isMsaa
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fClippingTests.cpp
749
const bool
isMsaa
= m_context.getRenderTarget().getNumSamples() > 1;
768
if (m_lineWidth != 1.0f &&
isMsaa
)
[
all
...]
/external/deqp/modules/gles3/functional/
es3fClippingTests.cpp
752
const bool
isMsaa
= m_context.getRenderTarget().getNumSamples() > 1;
771
if (m_lineWidth != 1.0f &&
isMsaa
)
[
all
...]
Completed in 163 milliseconds