OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numClears
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp
115
int
numClears
= rnd.getUint32() % (m_numClearsMax + 1 - m_numClearsMin) + m_numClearsMin;
121
for (int clearNdx = 0; clearNdx <
numClears
; clearNdx++)
es2fDepthStencilClearTests.cpp
121
DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int
numClears
, bool depth, bool stencil, bool scissor, bool masked);
145
DepthStencilClearCase::DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int
numClears
, bool depth, bool stencil, bool scissor, bool masked)
152
, m_numClears (
numClears
)
/external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp
115
int
numClears
= rnd.getUint32() % (m_numClearsMax + 1 - m_numClearsMin) + m_numClearsMin;
121
for (int clearNdx = 0; clearNdx <
numClears
; clearNdx++)
es3fDepthStencilClearTests.cpp
121
DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int
numClears
, bool depth, bool stencil, bool scissor, bool masked);
145
DepthStencilClearCase::DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int
numClears
, bool depth, bool stencil, bool scissor, bool masked)
152
, m_numClears (
numClears
)
es3fFboColorbufferTests.cpp
122
const int
numClears
= 16;
163
for (int ndx = 0; ndx <
numClears
; ndx++)
[
all
...]
Completed in 73 milliseconds