Searched refs:targetSize (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | eurocreg.c | 145 int32_t targetSize, euroBackSize; in isEuroAware() local 149 targetSize = ucnv_fromUChars(myConv, in isEuroAware() 164 targetSize, in isEuroAware()
|
/external/deqp/modules/gles3/functional/ |
D | es3fOcclusionQueryTests.cpp | 71 …, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryM… 97 …, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryM… in OcclusionQueryCase() argument 104 , m_targetSize (targetSize) in OcclusionQueryCase()
|
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1183 int32_t targetSize = targetOrders.size() - 1; in simpleSearch() local 1197 for(int32_t i = 0; i < targetSize; i += 1) { in simpleSearch()
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 2013 IVec3 getTestedSize (deUint32 target, deUint32 format, const IVec3& targetSize) in getTestedSize() argument 2022 const int size = (1 + (targetSize.x() / multiplier)) * multiplier; in getTestedSize() 2028 return (1 + (targetSize / texelBlockPixelSize)) * texelBlockPixelSize; in getTestedSize() 2032 const int width = (1 + targetSize.x() / texelBlockPixelSize.x()) * texelBlockPixelSize.x(); in getTestedSize() 2033 const int height = ((targetSize.y() / texelBlockPixelSize.y()) - 1) * texelBlockPixelSize.y(); in getTestedSize()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderCompilationCases.cpp | 226 int targetSize = (int)(deFloatCeil(factor*(float)v.size())); in vectorLowestPercentage() local 230 while ((int)temp.size() > targetSize) in vectorLowestPercentage()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderCompilationCases.cpp | 226 int targetSize = (int)(deFloatCeil(factor*(float)v.size())); in vectorLowestPercentage() local 230 while ((int)temp.size() > targetSize) in vectorLowestPercentage()
|