Home
last modified time | relevance | path

Searched refs:targetSize (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Deurocreg.c145 int32_t targetSize, euroBackSize; in isEuroAware() local
149 targetSize = ucnv_fromUChars(myConv, in isEuroAware()
164 targetSize, in isEuroAware()
/external/deqp/modules/gles3/functional/
Des3fOcclusionQueryTests.cpp71 …, 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/
Dssearch.cpp1183 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/
Des31fCopyImageTests.cpp2013 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/
Des2pShaderCompilationCases.cpp226 int targetSize = (int)(deFloatCeil(factor*(float)v.size())); in vectorLowestPercentage() local
230 while ((int)temp.size() > targetSize) in vectorLowestPercentage()
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp226 int targetSize = (int)(deFloatCeil(factor*(float)v.size())); in vectorLowestPercentage() local
230 while ((int)temp.size() > targetSize) in vectorLowestPercentage()