Home
last modified time | relevance | path

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

/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp1599 …void doClearTest(EGLClientBufferWrapper& clientBufferWrapper, GLenum internalFormat, GLenum type, … in doClearTest() argument
1606 …bindIOSurfaceToTexture(clientBufferWrapper.getClientBuffer(), 1, 1, 0, internalFormat, type, &pbuf… in doClearTest()
1624 const unsigned char* color = clientBufferWrapper.lockColor(); in doClearTest()
1635 …void doSampleTest(EGLClientBufferWrapper& clientBufferWrapper, GLenum internalFormat, GLenum type,… in doSampleTest() argument
1639 clientBufferWrapper.writeColor(data, dataSize); in doSampleTest()
1644 …bindIOSurfaceToTexture(clientBufferWrapper.getClientBuffer(), 1, 1, 0, internalFormat, type, &pbuf… in doSampleTest()
1678 const unsigned char* color = clientBufferWrapper.lockColor(); in doSampleTest()
1683 clientBufferWrapper.unlockColor(); in doSampleTest()
1693 EGLClientBufferWrapper clientBufferWrapper; in TEST_F() local
1695 doClearTest(clientBufferWrapper, GL_BGRA_EXT, GL_UNSIGNED_BYTE, data, 4); in TEST_F()
[all …]