Home
last modified time | relevance | path

Searched refs:widthHeight (Results 1 – 12 of 12) sorted by relevance

/external/skia/tests/
DProxyTest.cpp121 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()
DProcessorTest.cpp395 bool log_pixels(GrColor* pixels, int widthHeight, SkString* dst) { in log_pixels() argument
397 SkImageInfo::Make(widthHeight, widthHeight, kRGBA_8888_SkColorType, kLogAlphaType); in log_pixels()
399 bmp.installPixels(info, pixels, widthHeight * sizeof(GrColor)); in log_pixels()
DImageFilterTest.cpp333 int widthHeight) { in create_empty_special_surface() argument
335 return SkSpecialSurface::MakeRenderTarget(rContext, widthHeight, widthHeight, in create_empty_special_surface()
339 const SkImageInfo info = SkImageInfo::MakeN32(widthHeight, widthHeight, in create_empty_special_surface()
355 int widthHeight) { in create_empty_special_image() argument
356 sk_sp<SkSpecialSurface> surf(create_empty_special_surface(rContext, widthHeight)); in create_empty_special_image()
/external/skqp/tests/
DProxyTest.cpp115 for (auto widthHeight : { 100, 128, 1048576 }) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
129 desc.fWidth = widthHeight; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
130 desc.fHeight = widthHeight; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
163 widthHeight, widthHeight, config, budgeted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
197 widthHeight, widthHeight, config, budgeted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageFilterTest.cpp378 static sk_sp<SkSpecialSurface> create_empty_special_surface(GrContext* context, int widthHeight) { in create_empty_special_surface() argument
383 widthHeight, widthHeight, in create_empty_special_surface()
386 const SkImageInfo info = SkImageInfo::MakeN32(widthHeight, widthHeight, in create_empty_special_surface()
401 static sk_sp<SkSpecialImage> create_empty_special_image(GrContext* context, int widthHeight) { in create_empty_special_image() argument
402 sk_sp<SkSpecialSurface> surf(create_empty_special_surface(context, widthHeight)); in create_empty_special_image()
/external/skqp/src/core/
DSkBlurPriv.h29 SkISize* widthHeight,
DSkBlurMF.cpp172 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()
/external/skia/src/core/
DSkGpuBlurUtils.h71 SkISize* widthHeight,
DSkGpuBlurUtils.cpp717 SkISize* widthHeight, in ComputeBlurredRRectParams() argument
754 widthHeight->fWidth = newRRWidth + 2 * devBlurRadius; in ComputeBlurredRRectParams()
755 widthHeight->fHeight = newRRHeight + 2 * devBlurRadius; in ComputeBlurredRRectParams()
772 texXs[3] = SkIntToScalar(widthHeight->fWidth); in ComputeBlurredRRectParams()
777 texYs[3] = SkIntToScalar(widthHeight->fHeight); in ComputeBlurredRRectParams()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp79 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()
/external/skia/gm/
Dwacky_yuv_formats.cpp331 int widthHeight = kTileWidthHeight + (padWithRed ? 2 * kSubsetPadding : 0); in make_bitmap() local
333 SkImageInfo ii = SkImageInfo::Make(widthHeight, widthHeight, in make_bitmap()
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.cpp1406 GLint widthHeight = de::max(width, height); in verifyTexStorageFullArrayCubeMipmapsError() local
1408 …Texture::Storage(gl, target, levels, format, widthHeight + pageSize, widthHeight + pageSize, depth… in verifyTexStorageFullArrayCubeMipmapsError()