Home
last modified time | relevance | path

Searched refs:drawTestImage (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp1481 Surface drawTestImage (const glw::Functions& gl, GLuint texId, GLsizei width, GLsizei height);
1508 Surface CompressedFormatTest::drawTestImage (const glw::Functions& gl, GLuint texId, GLsizei width, GLsizei height) in drawTestImage() function in glcts::__anon27555::CompressedFormatTest
1623 const auto referenceImage = drawTestImage(gl, texIds[0], image0.width, image0.height); in iterate()
1631 const auto compressedImage = drawTestImage(gl, texIds[1], image0.width, image0.height); in iterate()
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp1475 void drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex);
1562 drawTestImage(beforeImage.getAccess(), specialLoc, (int)gridVertices.size() - 1);
1604 drawTestImage(afterImage.getAccess(), specialLoc, (int)gridVertices.size() - 1);
1654 void BlendingCase::drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex)
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp1841 void drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex);
1930 drawTestImage(beforeImage.getAccess(), specialLoc, (int)gridVertices.size() - 1);
1972 drawTestImage(afterImage.getAccess(), specialLoc, (int)gridVertices.size() - 1);
2022 void BlendingCase::drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex)

Completed in 7 milliseconds