/third_party/skia/tests/ |
D | ProxyTest.cpp | 121 for (auto widthHeight : {100, 128, 1048576}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 127 SkISize dims = {widthHeight, widthHeight}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 160 check_surface(reporter, proxy.get(), widthHeight, widthHeight, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 195 check_surface(reporter, proxy.get(), widthHeight, widthHeight, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ProcessorTest.cpp | 381 static bool log_pixels(GrColor* pixels, int widthHeight, SkString* dst) { in log_pixels() argument 383 SkImageInfo::Make(widthHeight, widthHeight, kRGBA_8888_SkColorType, kLogAlphaType); in log_pixels() 385 bmp.installPixels(info, pixels, widthHeight * sizeof(GrColor)); in log_pixels()
|
D | ImageFilterTest.cpp | 333 int widthHeight) { in create_empty_special_surface() argument 335 const SkImageInfo ii = SkImageInfo::Make({ widthHeight, widthHeight }, in create_empty_special_surface() 356 int widthHeight) { in create_empty_special_image() argument 357 sk_sp<SkSpecialSurface> surf(create_empty_special_surface(rContext, widthHeight)); in create_empty_special_image()
|
/third_party/flutter/skia/tests/ |
D | ProxyTest.cpp | 116 for (auto widthHeight : { 100, 128, 1048576 }) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 127 desc.fWidth = widthHeight; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 128 desc.fHeight = widthHeight; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 165 widthHeight, widthHeight, config, budgeted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 203 widthHeight, widthHeight, config, budgeted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ProcessorTest.cpp | 341 bool log_pixels(GrColor* pixels, int widthHeight, SkString* dst) { in log_pixels() argument 342 auto info = SkImageInfo::Make(widthHeight, widthHeight, kRGBA_8888_SkColorType, kLogAlphaType); in log_pixels() 344 bmp.installPixels(info, pixels, widthHeight * sizeof(GrColor)); in log_pixels()
|
D | ImageFilterTest.cpp | 332 static sk_sp<SkSpecialSurface> create_empty_special_surface(GrContext* context, int widthHeight) { in create_empty_special_surface() argument 334 return SkSpecialSurface::MakeRenderTarget(context, widthHeight, widthHeight, in create_empty_special_surface() 337 const SkImageInfo info = SkImageInfo::MakeN32(widthHeight, widthHeight, in create_empty_special_surface() 352 static sk_sp<SkSpecialImage> create_empty_special_image(GrContext* context, int widthHeight) { in create_empty_special_image() argument 353 sk_sp<SkSpecialSurface> surf(create_empty_special_surface(context, widthHeight)); in create_empty_special_image()
|
/third_party/flutter/skia/src/core/ |
D | SkBlurPriv.h | 29 SkISize* widthHeight,
|
D | SkBlurMF.cpp | 172 SkISize* widthHeight, in SkComputeBlurredRRectParams() argument 210 widthHeight->fWidth = newRRWidth + 2 * devBlurRadius; in SkComputeBlurredRRectParams() 211 widthHeight->fHeight = newRRHeight + 2 * devBlurRadius; in SkComputeBlurredRRectParams() 228 texXs[3] = SkIntToScalar(widthHeight->fWidth); in SkComputeBlurredRRectParams() 233 texYs[3] = SkIntToScalar(widthHeight->fHeight); in SkComputeBlurredRRectParams()
|
/third_party/skia/src/core/ |
D | SkGpuBlurUtils.h | 79 SkISize* widthHeight,
|
D | SkGpuBlurUtils.cpp | 734 SkISize* widthHeight, in ComputeBlurredRRectParams() argument 771 widthHeight->fWidth = newRRWidth + 2 * devBlurRadius; in ComputeBlurredRRectParams() 772 widthHeight->fHeight = newRRHeight + 2 * devBlurRadius; in ComputeBlurredRRectParams() 789 texXs[3] = SkIntToScalar(widthHeight->fWidth); in ComputeBlurredRRectParams() 794 texYs[3] = SkIntToScalar(widthHeight->fHeight); in ComputeBlurredRRectParams()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateInheritanceTests.cpp | 79 Vec2 widthHeight; // positive; before viewport transformation member 283 {2, 0, VK_FORMAT_R32G32_SFLOAT, offsetof(Rectangle, widthHeight)}, 869 float xHigh = clamp(r.xyz.x() + r.widthHeight.x(), -1.0f, 1.0f); in rasterizeExpectedResults() 871 float yHigh = clamp(r.xyz.y() + r.widthHeight.y(), -1.0f, 1.0f); in rasterizeExpectedResults()
|
/third_party/skia/gm/ |
D | wacky_yuv_formats.cpp | 328 int widthHeight = kTileWidthHeight + (padWithRed ? 2 * kSubsetPadding : 0); in make_bitmap() local 330 SkImageInfo ii = SkImageInfo::Make(widthHeight, widthHeight, in make_bitmap()
|
/third_party/flutter/skia/gm/ |
D | wacky_yuv_formats.cpp | 340 int widthHeight = kTileWidthHeight + (padWithRed ? 2 * kDomainPadding : 0); in make_bitmap() local 342 SkImageInfo ii = SkImageInfo::Make(widthHeight, widthHeight, in make_bitmap()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSparseTextureTests.cpp | 1404 GLint widthHeight = de::max(width, height); in verifyTexStorageFullArrayCubeMipmapsError() local 1406 …Texture::Storage(gl, target, levels, format, widthHeight + pageSize, widthHeight + pageSize, depth… in verifyTexStorageFullArrayCubeMipmapsError()
|