Home
last modified time | relevance | path

Searched refs:image0 (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/gm/
H A Dlocalmatriximagefilter.cpp52 sk_sp<SkImage> image0(make_image(canvas)); in DEF_SIMPLE_GM()
67 const SkScalar spacer = image0->width() * 3.0f / 2; in DEF_SIMPLE_GM()
74 show_image(canvas, image0.get(), filter); in DEF_SIMPLE_GM()
78 show_image(canvas, image0.get(), std::move(localFilter)); in DEF_SIMPLE_GM()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp1353 const auto image0 = loadImage(context.archive, format0, 0);
1356 DE_ASSERT(image0.width == 2 * image1.width && image0.height == 2 * image1.height);
1359 gl.compressedTexImage2D(GL_TEXTURE_2D, 0, format0, image0.width, image0.height, 0, image0.data.size(), image0.data.data());
1534 const auto image0 = loadImage(archive, formatInfo.internalFormat, 0); in iterate() local
1538 DE_ASSERT(image0.width == 2 * image1.width && in iterate()
1539 image0 in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryPassthroughTests.cpp605 tcu::ConstPixelBufferAccess image0 = getPixelBufferAccess(vk, device, *colorBuffer[0], colorFormat, renderSize); in iterate() local
620 log, "ImageCompare", "Image comparison", image0, image1, colorThreshold, positionDeviation, ignoreOutOfBounds, tcu::COMPARE_LOG_RESULT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationGeometryPassthroughTests.cpp605 tcu::ConstPixelBufferAccess image0 = getPixelBufferAccess(vk, device, *colorBuffer[0], colorFormat, renderSize); in iterate() local
620 log, "ImageCompare", "Image comparison", image0, image1, colorThreshold, positionDeviation, ignoreOutOfBounds, tcu::COMPARE_LOG_RESULT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp2820 SampledImageDescriptor* image0 (new SampledImageDescriptor()); in addSampledImageCopyTests()
2822 image0->addSampler(sampler); in addSampledImageCopyTests()
2825 commands->addDescriptor(DescriptorSp(image0), 0u); in addSampledImageCopyTests()
2841 SampledImageDescriptor* image0 (new SampledImageDescriptor(3u, 0u, 3u)); in addSampledImageCopyTests()
2843 image0->addSampler(sampler, 3u); in addSampledImageCopyTests()
2847 commands->addDescriptor(DescriptorSp(image0), 0u); in addSampledImageCopyTests()
2869 SampledImageDescriptor* image0 (new SampledImageDescriptor()); in addMixedDescriptorCopyTests()
2874 sampler0->addImage(image0); in addMixedDescriptorCopyTests()
2879 commands->addDescriptor(DescriptorSp(image0), 0u); // Set 0, binding 2 in addMixedDescriptorCopyTests()
2885 // image1 to image0 in addMixedDescriptorCopyTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp2821 SampledImageDescriptor* image0 (new SampledImageDescriptor()); in addSampledImageCopyTests()
2823 image0->addSampler(sampler); in addSampledImageCopyTests()
2826 commands->addDescriptor(DescriptorSp(image0), 0u); in addSampledImageCopyTests()
2842 SampledImageDescriptor* image0 (new SampledImageDescriptor(3u, 0u, 3u)); in addSampledImageCopyTests()
2844 image0->addSampler(sampler, 3u); in addSampledImageCopyTests()
2848 commands->addDescriptor(DescriptorSp(image0), 0u); in addSampledImageCopyTests()
2870 SampledImageDescriptor* image0 (new SampledImageDescriptor()); in addMixedDescriptorCopyTests()
2875 sampler0->addImage(image0); in addMixedDescriptorCopyTests()
2880 commands->addDescriptor(DescriptorSp(image0), 0u); // Set 0, binding 2 in addMixedDescriptorCopyTests()
2886 // image1 to image0 in addMixedDescriptorCopyTests()
[all...]
/third_party/skia/tests/
H A DSurfaceTest.cpp333 sk_sp<SkImage> image0(surface->makeImageSnapshot()); in test_backend_unique_id()
339 REPORTER_ASSERT(reporter, image0->uniqueID() == image1->uniqueID()); in test_backend_unique_id()
345 REPORTER_ASSERT(reporter, image0->uniqueID() != image2->uniqueID()); in test_backend_unique_id()
351 REPORTER_ASSERT(reporter, image0->uniqueID() != image3->uniqueID()); in test_backend_unique_id()

Completed in 20 milliseconds