Home
last modified time | relevance | path

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

/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/skia/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/skia/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/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/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()