Home
last modified time | relevance | path

Searched defs:maxDim (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/fuzz/
DFuzzPathMeasure.cpp24 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in DEF_FUZZ() local
/third_party/skia/src/gpu/ops/
DSmallPathRenderer.cpp242 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in onPrepareDraws() local
698 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in onCanDrawPath() local
/third_party/skia/src/image/
DSkImage_GpuYUVA.cpp278 int maxDim = std::max(pixmaps.yuvaInfo().width(), pixmaps.yuvaInfo().height()); in MakeFromYUVAPixmaps() local
DSkImage_Gpu.cpp649 int maxDim = std::max(originalPixmap.width(), originalPixmap.height()); in MakeCrossContextFromPixmap() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp1209 …deUint32 maxDim = de::max(m_context.getFragmentShadingRateProperties().maxFragmentSize.width, m_co… in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTexture.cpp197 const int maxDim = std::max(std::max(baseImageDesc.size.width, baseImageDesc.size.height), in getMipmapMaxLevel() local
DvalidationES3.cpp1322 GLsizei maxDim = std::max(width, height); in ValidateES3TexStorageParametersBase() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp1401 …deUint32 maxDim = de::max(m_context.getFragmentShadingRateProperties().maxFragmentSize.width, m_co… in iterate() local