Home
last modified time | relevance | path

Searched refs:numClears (Results 1 – 6 of 6) sorted by relevance

/external/qemu-pc-bios/vgabios/tests/lfbprof/
Dlfbprof.c549 int i,numClears,numBlts,maxImages; in ProfileMode() local
556 numClears = 0; in ProfileMode()
558 LfbMemset(LFBPtr,numClears++,imageSize); in ProfileMode()
560 clearsPerSec = numClears / ((endTicks - startTicks) * 0.054925); in ProfileMode()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp121 …& context, const char* name, const char* description, int numIters, int numClears, bool depth, boo…
145 …& context, const char* name, const char* description, int numIters, int numClears, bool depth, boo… in DepthStencilClearCase() argument
152 , m_numClears (numClears) in DepthStencilClearCase()
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()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp121 …& context, const char* name, const char* description, int numIters, int numClears, bool depth, boo…
145 …& context, const char* name, const char* description, int numIters, int numClears, bool depth, boo… in DepthStencilClearCase() argument
152 , m_numClears (numClears) in DepthStencilClearCase()
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()
Des3fFboColorbufferTests.cpp122 const int numClears = 16; in render() local
163 for (int ndx = 0; ndx < numClears; ndx++) in render()