Home
last modified time | relevance | path

Searched refs:numClears (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fColorClearTest.cpp115 int numClears = rnd.getUint32() % (m_numClearsMax + 1 - m_numClearsMin) + m_numClearsMin; in iterate() local
121 for (int clearNdx = 0; clearNdx < numClears; clearNdx++) in iterate()
H A Des2fDepthStencilClearTests.cpp121 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) in DepthStencilClearCase() argument
152 , m_numClears (numClears) in DepthStencilClearCase()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fColorClearTest.cpp115 int numClears = rnd.getUint32() % (m_numClearsMax + 1 - m_numClearsMin) + m_numClearsMin; in iterate() local
121 for (int clearNdx = 0; clearNdx < numClears; clearNdx++) in iterate()
H A Des3fDepthStencilClearTests.cpp121 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) in DepthStencilClearCase() argument
152 , m_numClears (numClears) in DepthStencilClearCase()
H A Des3fFboColorbufferTests.cpp122 const int numClears = 16; in render() local
163 for (int ndx = 0; ndx < numClears; ndx++) in render()

Completed in 6 milliseconds