Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglWideColorTests.cpp590 void doClearTest (EGLSurface surface);
1144 void WideColorSurfaceTest::doClearTest (EGLSurface surface) in doClearTest() function in deqp::egl::__anone284d0910111::WideColorSurfaceTest
1252 doClearTest(surface); in executeTest()
1288 doClearTest(surface); in executeTest()
1334 doClearTest(surface); in executeTest()
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp1599 …void doClearTest(EGLClientBufferWrapper& clientBufferWrapper, GLenum internalFormat, GLenum type, … in doClearTest() function in IOSurfaceClientBufferTest
1695 doClearTest(clientBufferWrapper, GL_BGRA_EXT, GL_UNSIGNED_BYTE, data, 4); in TEST_F()
1723 doClearTest(clientBufferWrapper, GL_RG, GL_UNSIGNED_BYTE, data, 2); in TEST_F()
1751 doClearTest(clientBufferWrapper, GL_RED, GL_UNSIGNED_BYTE, data, 1); in TEST_F()
1779 doClearTest(clientBufferWrapper, GL_R16UI, GL_UNSIGNED_SHORT, data, 2); in TEST_F()