Home
last modified time | relevance | path

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

/external/deqp/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
493 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
612 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
762 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
875 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
982 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
1096 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
/external/deqp/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
490 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
609 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
759 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
872 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
979 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
1093 tcu::Surface testImage (m_targetSize, m_targetSize); in testPolygonOffset() local
/external/tensorflow/tensorflow/lite/java/ovic/src/test/java/org/tensorflow/ovic/
DOvicDetectorTest.java41 private ByteBuffer testImage = null; field in OvicDetectorTest
DOvicClassifierTest.java44 private ByteBuffer testImage = null; field in OvicClassifierTest
/external/syzkaller/syz-fuzzer/
Dtesting.go33 func testImage(hostAddr string, args *checkArgs) { func
/external/skqp/gm/
Dimage_shader.cpp100 void testImage(SkCanvas* canvas, SkImage* image) { in testImage() function in ImageShaderGM
/external/skia/gm/
Dimage_shader.cpp100 void testImage(SkCanvas* canvas, SkImage* image) { in testImage() function in ImageShaderGM
/external/syzkaller/syz-ci/
Dmanager.go339 func (mgr *Manager) testImage(imageDir string, info *BuildInfo) error { func
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp366 …const Unique<VkImage> testImage (makeImage(vk, device, makeImageCreateInfo(renderSize, testFo… in iterate() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp6142 bool FunctionalTest12::testImage() in testImage() function in gl4cts::ShaderSubroutine::FunctionalTest12