Home
last modified time | relevance | path

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

/external/skia/fuzz/
DFuzzPathMeasure.cpp24 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in DEF_FUZZ() local
/external/zxing/core/src/main/java/com/google/zxing/common/detector/
DMonochromeRectangleDetector.java170 …private int[] blackWhiteRange(int fixedDimension, int maxWhiteRun, int minDim, int maxDim, boolean… in blackWhiteRange()
/external/skia/src/gpu/ganesh/image/
DSkImage_GaneshFactories.cpp396 int maxDim = std::max(originalPixmap.width(), originalPixmap.height()); in CrossContextTextureFromPixmap() local
535 int maxDim = std::max(pixmaps.yuvaInfo().width(), pixmaps.yuvaInfo().height()); in TextureFromYUVAPixmaps() local
/external/skia/src/gpu/ganesh/ops/
DSmallPathRenderer.cpp290 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in onPrepareDraws() local
757 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in onCanDrawPath() local
/external/skia/src/gpu/graphite/
DImageFactories.cpp433 const int maxDim = std::max(pixmaps.yuvaInfo().width(), pixmaps.yuvaInfo().height()); in TextureFromYUVAPixmaps() local
/external/mesa3d/src/intel/vulkan/grl/gpu/
Dintrinsics.h54 inline uint maxDim(const float3 a) in maxDim() function
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp1078 cl_uint maxDim; in get_max_allowed_1d_work_group_size_on_device() local
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp483 …uint32_t maxDim = std::max(std::max(pCreateInfo->extent.width, pCreateInfo->extent.height), pCreat… in manual_PreCallValidateCreateImage() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp1414 … uint32_t maxDim = de::max(m_context.getFragmentShadingRateProperties().maxFragmentSize.width, in iterate() local
/external/angle/src/libANGLE/
DTexture.cpp189 const int maxDim = std::max( in getMipmapMaxLevel() local
DvalidationES3.cpp1346 GLsizei maxDim = std::max(width, height); in ValidateES3TexStorageParametersLevel() local