Searched refs:drawTestImage (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1475 void drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex); 1562 drawTestImage(beforeImage.getAccess(), specialLoc, (int)gridVertices.size() - 1); in testFBO() 1604 drawTestImage(afterImage.getAccess(), specialLoc, (int)gridVertices.size() - 1); in testFBO() 1654 void BlendingCase::drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex) in drawTestImage() function in deqp::gles2::Stress::__anonac5c42080111::BlendingCase
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 1841 void drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex); 1930 drawTestImage(beforeImage.getAccess(), specialLoc, (int)gridVertices.size() - 1); in testFBO() 1972 drawTestImage(afterImage.getAccess(), specialLoc, (int)gridVertices.size() - 1); in testFBO() 2022 void BlendingCase::drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex) in drawTestImage() function in deqp::gles3::Stress::__anonacc224ea0111::BlendingCase
|