HomeSort by relevance Sort by last modified time
    Searched refs:doClearTest (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/tests/unittests/
unittests.cpp 911 void doClearTest(EGLClientBufferWrapper& clientBufferWrapper, GLenum internalFormat, GLenum type, void *data, size_t dataSize)
1007 doClearTest(clientBufferWrapper, GL_BGRA_EXT, GL_UNSIGNED_BYTE, data, 4);
1035 doClearTest(clientBufferWrapper, GL_RG, GL_UNSIGNED_BYTE, data, 2);
1063 doClearTest(clientBufferWrapper, GL_RED, GL_UNSIGNED_BYTE, data, 1);
    [all...]
  /external/deqp/modules/egl/
teglWideColorTests.cpp 580 void doClearTest (EGLSurface surface);
    [all...]

Completed in 299 milliseconds