Searched refs:bufferSizes (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | ByteStringTest.java | 424 int[] bufferSizes = {128, 256, length / 2, length - 1, length, length + 1, in testNewOutput_ArrayWrite() local 428 for (int bufferSize : bufferSizes) { in testNewOutput_ArrayWrite() 447 int[] bufferSizes = {0, 1, 128, 256, length / 2, in testNewOutput_WriteChar() local 450 for (int bufferSize : bufferSizes) { in testNewOutput_WriteChar() 467 int[] bufferSizes = {0, 1, 128, 256, length / 2, in testNewOutput_Mixed() local 471 for (int bufferSize : bufferSizes) { in testNewOutput_Mixed()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBufferTests.cpp | 558 const size_t bufferSizes[] = in createTextureBufferTests() local 656 for (int sizeNdx = 0; sizeNdx < DE_LENGTH_OF_ARRAY(bufferSizes); sizeNdx++) in createTextureBufferTests() 658 const size_t size = bufferSizes[sizeNdx]; in createTextureBufferTests() 697 for (int sizeNdx = 0; sizeNdx < DE_LENGTH_OF_ARRAY(bufferSizes); sizeNdx++) in createTextureBufferTests() 699 const size_t size = bufferSizes[sizeNdx]; in createTextureBufferTests()
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 1164 std::map<int, int> bufferSizes; in getAtomicCounterMaxBufferSize() local 1177 if (bufferSizes.find(bufferBinding) == bufferSizes.end()) in getAtomicCounterMaxBufferSize() 1178 bufferSizes[bufferBinding] = size; in getAtomicCounterMaxBufferSize() 1180 bufferSizes[bufferBinding] = de::max<int>(bufferSizes[bufferBinding], size); in getAtomicCounterMaxBufferSize() 1184 for (std::map<int, int>::iterator it = bufferSizes.begin(); it != bufferSizes.end(); ++it) in getAtomicCounterMaxBufferSize()
|
D | es31fSSBOLayoutCase.cpp | 1931 const vector<int> bufferSizes = computeBufferSizes(interface, layout); in initRefDataStorage() local 1934 …for (vector<int>::const_iterator sizeIter = bufferSizes.begin(); sizeIter != bufferSizes.end(); ++… in initRefDataStorage() 1944 DE_ASSERT(bufferSizes.size() == layout.blocks.size()); in initRefDataStorage() 1952 const int bufferSize = bufferSizes[blockNdx]; in initRefDataStorage() 2159 const vector<int> bufferSizes = computeBufferSizes(m_interface, glLayout); in iterate() local 2161 DE_ASSERT(bufferSizes.size() == glLayout.blocks.size()); in iterate() 2171 const int bufferSize = bufferSizes[blockNdx]; in iterate() 2188 DE_ASSERT(bufferSizes.size() == glLayout.blocks.size()); in iterate() 2191 const int bufferSize = bufferSizes[blockNdx]; in iterate()
|
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 576 static const EGLenum bufferSizes[] = in init() local 584 …seConfigRandomCase(m_eglTestCtx, "buffer_sizes", "Various buffer size rules", toSet(bufferSizes))); in init()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 1681 static const int32_t bufferSizes[] = { in TestConvertSafeClone() local 1793 for(j = 0; j < UPRV_LENGTHOF(bufferSizes); ++j) { in TestConvertSafeClone() 1815 bufferSize = bufferSizes[j]; in TestConvertSafeClone() 1821 if( actualSizes[idx] <= (bufferSizes[j] - (int32_t)sizeof(UAlignedMemory)) && in TestConvertSafeClone() 1828 if(bufferSize <= bufferSizes[j]) { in TestConvertSafeClone() 1834 names[idx], bufferSize, bufferSizes[j]); in TestConvertSafeClone() 1840 names[idx], bufferSize, bufferSizes[j]); in TestConvertSafeClone()
|