Home
last modified time | relevance | path

Searched defs:testImage (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp158 …:TestContext& testCtx, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& testImage in verifyImages()
362 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
493 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
612 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
765 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
878 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
985 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
1099 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp161 …:TestContext& testCtx, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& testImage in verifyImages()
365 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
496 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
615 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
767 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
880 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
987 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
1101 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
/third_party/flutter/skia/gm/
Dimage_shader.cpp118 void testImage(SkCanvas* canvas, SkImage* image) { in testImage() function in ImageShaderGM
/third_party/skia/gm/
Dimage_shader.cpp125 void testImage(SkCanvas* canvas, SkImage* image) { in testImage() function in ImageShaderGM
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFilteringTests.cpp328 const Unique<VkImage> testImage (createImage(imageSize.x(), imageSize.y())); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp343 …const Unique<VkImage> testImage(makeImage(vk, device, makeImageCreateInfo(m_renderSize, testForm… in iterate() local
DvktFragmentOperationsEarlyFragmentTests.cpp350 …const Unique<VkImage> testImage (makeImage(vk, device, makeImageCreateInfo(renderSize, testFo… in iterate() local
598 …const Unique<VkImage> testImage (makeImage(vk, device, makeImageCreateInfo(renderSize, depthS… in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp6140 bool FunctionalTest12::testImage() in testImage() function in gl4cts::ShaderSubroutine::FunctionalTest12