Searched defs:clears (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 207 vector<Clear> clears; in iterate() local 227 void DepthStencilClearCase::generateClears (vector<Clear>& clears, deUint32 seed) in generateClears() 276 void DepthStencilClearCase::renderGL (tcu::Surface& dst, const vector<Clear>& clears) in renderGL() 397 void DepthStencilClearCase::renderReference (tcu::Surface& dst, const vector<Clear>& clears) in renderReference()
|
D | es2fDepthStencilTests.cpp | 414 void render (const vector<ClearCommand>& clears, int viewportX, int viewportY) in render() 481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, c… in renderReference()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 210 vector<Clear> clears; in iterate() local 230 void DepthStencilClearCase::generateClears (vector<Clear>& clears, deUint32 seed) in generateClears() 279 void DepthStencilClearCase::renderGL (tcu::Surface& dst, const vector<Clear>& clears) in renderGL() 400 void DepthStencilClearCase::renderReference (tcu::Surface& dst, const vector<Clear>& clears) in renderReference()
|
D | es3fDepthStencilTests.cpp | 414 void render (const vector<ClearCommand>& clears, int viewportX, int viewportY) in render() 481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, c… in renderReference()
|
/external/deqp/modules/egl/ |
D | teglColorClearCase.cpp | 100 static void renderReference (tcu::Surface& dst, const vector<ClearOp>& clears, const tcu::PixelForm… in renderReference() 154 vector<ClearOp> clears; in executeForContexts() local 236 ClearOp clears[NUM_CLEARS_PER_PACKET]; member
|