Searched refs:targetSize (Results 1 - 16 of 16) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Deurocreg.c147 int32_t targetSize, euroBackSize; local
151 targetSize = ucnv_fromUChars(myConv,
166 targetSize,
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp723 , targetSize (targetSize_)
735 UVec2 targetSize; member in struct:vkt::__anon3942::TestConfig
2563 const UVec2& targetSize)
2629 { targetSize.x(), targetSize.y(), 1u } // imageExtent
2648 { targetSize.x(), targetSize.y(), 1u } // imageExtent
2791 const UVec2& targetSize,
2797 DE_ASSERT(targetSize.x() * targetSize
2555 pushReadImagesToBuffers(const DeviceInterface& vk, VkCommandBuffer commandBuffer, deUint32 queueIndex, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const vector<Attachment>& attachmentInfo, const vector<bool>& isLazy, const UVec2& targetSize) argument
[all...]
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DEncoder.java81 int targetSize = byteBuffer.capacity() * 2;
82 while (targetSize < dataEnd) {
83 targetSize *= 2;
85 ByteBuffer newBuffer = ByteBuffer.allocateDirect(targetSize);
/external/lz4/tests/
H A Dfuzzer.c322 int const targetSize = srcSize * ((FUZ_rand(&randState) & 127)+1) >> 7; local
324 compressedBuffer[targetSize] = endCheck;
325 ret = LZ4_compress_destSize(block, compressedBuffer, &srcSize, targetSize);
326 FUZ_CHECKTEST(ret > targetSize, "LZ4_compress_destSize() result larger than dst buffer !");
327 FUZ_CHECKTEST(compressedBuffer[targetSize] != endCheck, "LZ4_compress_destSize() overwrite dst buffer !");
329 DISPLAYLEVEL(5, "destSize : %7i/%7i; content%7i/%7i ", ret, targetSize, srcSize, blockSize);
330 if (targetSize>0) {
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp263 RandomizedRenderGrid (const IVec2& targetSize, const IVec2& cellSize, int maxCellCount, deUint32 seed);
272 static IVec2 getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount);
282 RandomizedRenderGrid::RandomizedRenderGrid (const IVec2& targetSize, const IVec2& cellSize, int maxCellCount, deUint32 seed) argument
283 : m_targetSize (targetSize)
285 , m_grid (targetSize / cellSize)
288 , m_cellCount (deMin32(maxCellCount, ((targetSize.y() % cellSize.y()) == 0) && m_grid.y() > 1 ? m_grid.x() * (m_grid.y() - 1) : m_grid.x() * m_grid.y()))
289 , m_baseRandomOffset (getRandomOffset(seed, targetSize, cellSize, m_grid, m_cellCount))
293 IVec2 RandomizedRenderGrid::getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount) argument
297 IVec2 extraSpace = targetSize - (cellSize * grid);
304 DE_ASSERT(targetSize
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fOcclusionQueryTests.cpp71 OcclusionQueryCase (Context& context, const char* name, const char* description,int numOccluderDraws, int numOccludersPerDraw, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryMode, deUint32 occluderTypes);
97 OcclusionQueryCase::OcclusionQueryCase (Context& context, const char* name, const char* description, int numOccluderDraws, int numOccludersPerDraw, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryMode, deUint32 occluderTypes) argument
104 , m_targetSize (targetSize)
H A Des3fMultisampleTests.cpp632 const IVec2 targetSize = getRenderTargetSize(); local
640 if ((targetSize.x() >= 2048 || targetSize.y() >= 2048) && (detectedNumSamples >= (m_numSamples/2)))
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1182 int32_t targetSize = targetOrders.size() - 1; local
1196 for(int32_t i = 0; i < targetSize; i += 1) {
/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp226 int targetSize = (int)(deFloatCeil(factor*(float)v.size()));
230 while ((int)temp.size() > targetSize)
/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp226 int targetSize = (int)(deFloatCeil(factor*(float)v.size()));
230 while ((int)temp.size() > targetSize)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 356 milliseconds