OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_currentsample
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/gles31/functional/
es31fTextureMultisampleTests.cpp
562
int
m_currentSample
;
586
,
m_currentSample
(-1)
724
const tcu::ScopedLogSection section(m_testCtx.getLog(), "Iteration", (
m_currentSample
== -1) ? ("Verifying with zero mask") : (std::string() + "Verifying sample " + de::toString(
m_currentSample
+ 1) + "/" + de::toString(m_samples)));
730
updateTexture(
m_currentSample
);
734
iterationOk = verifyTexture(
m_currentSample
);
738
m_currentSample
++;
739
if (
m_currentSample
< m_samples)
[
all
...]
Completed in 85 milliseconds