Searched defs:CLEAR_COLOR (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglRenderTests.cpp75 static const tcu::Vec4 CLEAR_COLOR = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); member in namespace:deqp::egl
407 rr::clearMultisampleColorBuffer(colorBuffer, CLEAR_COLOR, rr::WindowRectangle(0, 0, width, height));
751 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
982 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);

Completed in 227 milliseconds