Home
last modified time | relevance | path

Searched refs:clearCommands (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp245 …dDepthCommands (const TestRenderTarget& target, vector<ClearCommand>& clearCommands, vector<Render… in generateBaseClearAndDepthCommands() argument
247 DE_ASSERT(clearCommands.empty()); in generateBaseClearAndDepthCommands()
266clearCommands.push_back(ClearCommand(rr::WindowRectangle(0, 0, target.width, target.height), GL_CO… in generateBaseClearAndDepthCommands()
294clearCommands.push_back(ClearCommand(cellL1Rect, GL_STENCIL_BUFFER_BIT, Vec4(0), stencilValue)); in generateBaseClearAndDepthCommands()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp245 …dDepthCommands (const TestRenderTarget& target, vector<ClearCommand>& clearCommands, vector<Render… in generateBaseClearAndDepthCommands() argument
247 DE_ASSERT(clearCommands.empty()); in generateBaseClearAndDepthCommands()
266clearCommands.push_back(ClearCommand(rr::WindowRectangle(0, 0, target.width, target.height), GL_CO… in generateBaseClearAndDepthCommands()
294clearCommands.push_back(ClearCommand(cellL1Rect, GL_STENCIL_BUFFER_BIT, Vec4(0), stencilValue)); in generateBaseClearAndDepthCommands()