Home
last modified time | relevance | path

Searched refs:widthHeight (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/tests/
H A 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()
H A DProcessorTest.cpp381 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()
H A DImageFilterTest.cpp333 int widthHeight) { in create_empty_special_surface()
335 const SkImageInfo ii = SkImageInfo::Make({ widthHeight, widthHeight }, in create_empty_special_surface()
356 int widthHeight) { in create_empty_special_image()
357 sk_sp<SkSpecialSurface> surf(create_empty_special_surface(rContext, widthHeight)); in create_empty_special_image()
332 create_empty_special_surface(GrRecordingContext* rContext, int widthHeight) create_empty_special_surface() argument
355 create_empty_special_image(GrRecordingContext* rContext, int widthHeight) create_empty_special_image() argument
/third_party/skia/src/core/
H A DSkGpuBlurUtils.h70 // widthHeight - how large to make the mask (rrectToDraw will be centered in this coord sys)
79 SkISize* widthHeight,
H A DSkGpuBlurUtils.cpp734 SkISize* widthHeight, in ComputeBlurredRRectParams()
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()
731 ComputeBlurredRRectParams(const SkRRect& srcRRect, const SkRRect& devRRect, SkScalar sigma, SkScalar xformedSigma, SkRRect* rrectToDraw, SkISize* widthHeight, SkScalar rectXs[kBlurRRectMaxDivisions], SkScalar rectYs[kBlurRRectMaxDivisions], SkScalar texXs[kBlurRRectMaxDivisions], SkScalar texYs[kBlurRRectMaxDivisions]) ComputeBlurredRRectParams() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp81 Vec2 widthHeight; // positive; before viewport transformation member
200 "layout(location=2) in vec2 widthHeight;\n"
211 " o_widthHeight = widthHeight;\n"
223 "layout(location=1) flat in vec2 widthHeight[];\n"
242 " gl_Position = gl_in[0].gl_Position + vec4(0.0, widthHeight[0].y, 0.0, 0.0);\n"
247 " gl_Position = gl_in[0].gl_Position + vec4(widthHeight[0].x, 0.0, 0.0, 0.0);\n"
252 " gl_Position = gl_in[0].gl_Position + vec4(widthHeight[0].xy, 0.0, 0.0);\n"
275 {2, 0, VK_FORMAT_R32G32_SFLOAT, offsetof(Rectangle, widthHeight)},
922 float xHigh = de::clamp(r.xyz.x() + r.widthHeight.x(), -1.0f, 1.0f); in rasterizeExpectedResults()
924 float yHigh = de::clamp(r.xyz.y() + r.widthHeight in rasterizeExpectedResults()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp79 Vec2 widthHeight; // positive; before viewport transformation member
197 "layout(location=2) in vec2 widthHeight;\n"
208 " o_widthHeight = widthHeight;\n"
220 "layout(location=1) flat in vec2 widthHeight[];\n"
239 " gl_Position = gl_in[0].gl_Position + vec4(0.0, widthHeight[0].y, 0.0, 0.0);\n"
244 " gl_Position = gl_in[0].gl_Position + vec4(widthHeight[0].x, 0.0, 0.0, 0.0);\n"
249 " gl_Position = gl_in[0].gl_Position + vec4(widthHeight[0].xy, 0.0, 0.0);\n"
272 {2, 0, VK_FORMAT_R32G32_SFLOAT, offsetof(Rectangle, widthHeight)},
831 float xHigh = de::clamp(r.xyz.x() + r.widthHeight.x(), -1.0f, 1.0f); in rasterizeExpectedResults()
833 float yHigh = de::clamp(r.xyz.y() + r.widthHeight in rasterizeExpectedResults()
[all...]
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp328 int widthHeight = kTileWidthHeight + (padWithRed ? 2 * kSubsetPadding : 0); in make_bitmap() local
330 SkImageInfo ii = SkImageInfo::Make(widthHeight, widthHeight, in make_bitmap()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.cpp1404 GLint widthHeight = de::max(width, height); in verifyTexStorageFullArrayCubeMipmapsError() local
1406 Texture::Storage(gl, target, levels, format, widthHeight + pageSize, widthHeight + pageSize, depth); in verifyTexStorageFullArrayCubeMipmapsError()

Completed in 16 milliseconds