Searched refs:image0 (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/gm/ |
D | localmatriximagefilter.cpp | 52 sk_sp<SkImage> image0(make_image(canvas)); 67 const SkScalar spacer = image0->width() * 3.0f / 2; 74 show_image(canvas, image0.get(), filter); 78 show_image(canvas, image0.get(), std::move(localFilter));
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcCompressedFormatTests.cpp | 1353 const auto image0 = loadImage(context.archive, format0, 0); in __anonc333a3924402() local 1356 DE_ASSERT(image0.width == 2 * image1.width && image0.height == 2 * image1.height); in __anonc333a3924402() 1359 …ompressedTexImage2D(GL_TEXTURE_2D, 0, format0, image0.width, image0.height, 0, image0.data.size(),… in __anonc333a3924402() 1534 const auto image0 = loadImage(archive, formatInfo.internalFormat, 0); in iterate() local 1538 DE_ASSERT(image0.width == 2 * image1.width && in iterate() 1539 image0.height == 2 * image1.height && in iterate() 1540 image0.width % 4 == 0 && in iterate() 1541 image0.height % 4 == 0 && in iterate() 1542 image0.width == image2.width && in iterate() 1543 image0.height == image2.height); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 2688 SampledImageDescriptor* image0 (new SampledImageDescriptor()); in addSampledImageCopyTests() local 2690 image0->addSampler(sampler); in addSampledImageCopyTests() 2693 commands->addDescriptor(DescriptorSp(image0), 0u); in addSampledImageCopyTests() 2709 SampledImageDescriptor* image0 (new SampledImageDescriptor(3u, 0u, 3u)); in addSampledImageCopyTests() local 2711 image0->addSampler(sampler, 3u); in addSampledImageCopyTests() 2715 commands->addDescriptor(DescriptorSp(image0), 0u); in addSampledImageCopyTests() 2737 SampledImageDescriptor* image0 (new SampledImageDescriptor()); in addMixedDescriptorCopyTests() local 2742 sampler0->addImage(image0); in addMixedDescriptorCopyTests() 2747 commands->addDescriptor(DescriptorSp(image0), 0u); // Set 0, binding 2 in addMixedDescriptorCopyTests()
|
/third_party/typescript/tests/dets/cases/ |
D | renderControl.ets | 101 …private dataArray: string[] = ['/path/image0.png', '/path/image1.png', '/path/image2.png', '/path/…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPassthroughTests.cpp | 595 …tcu::ConstPixelBufferAccess image0 = getPixelBufferAccess(vk, device, *colorBuffer[0], colorFormat… in iterate() local 610 …log, "ImageCompare", "Image comparison", image0, image1, colorThreshold, positionDeviation, ignore… in iterate()
|
/third_party/skia/tests/ |
D | SurfaceTest.cpp | 333 sk_sp<SkImage> image0(surface->makeImageSnapshot()); in test_backend_unique_id() local 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()
|