HomeSort by relevance Sort by last modified time
    Searched defs:arraySize (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/samples/cal/
uprint.c 35 int32_t arraySize;
44 arraySize = BUF_SIZE;
58 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
67 arraySize = BUF_SIZE;
  /external/chromium_org/third_party/icu/source/samples/date/
uprint.c 36 int32_t arraySize;
45 arraySize = BUF_SIZE;
59 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
68 arraySize = BUF_SIZE;
  /external/icu/icu4c/source/samples/cal/
uprint.c 35 int32_t arraySize;
44 arraySize = BUF_SIZE;
58 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
67 arraySize = BUF_SIZE;
  /external/icu/icu4c/source/samples/date/
uprint.c 36 int32_t arraySize;
45 arraySize = BUF_SIZE;
59 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
68 arraySize = BUF_SIZE;
  /external/chromium_org/third_party/angle/src/compiler/translator/
Types.cpp 50 primarySize(p.primarySize), secondarySize(p.secondarySize), array(p.array), arraySize(p.arraySize),
162 snprintf(buf, sizeof(buf), "%d", arraySize);
181 size_t arraySize = getArraySize();
182 if (arraySize > INT_MAX / totalSize)
185 totalSize *= arraySize;
IntermNode.cpp 107 size_t arraySize = leftNodeType.getArraySize();
109 for (size_t i = 0; i < arraySize; ++i)
    [all...]
UniformHLSL.cpp 170 unsigned int arraySize = static_cast<unsigned int>(interfaceBlock.arraySize());
174 mInterfaceBlockRegister += std::max(1u, arraySize);
183 if (arraySize > 0)
185 for (unsigned int arrayIndex = 0; arrayIndex < arraySize; arrayIndex++)
OutputHLSL.cpp 232 int arraySize = type.isArray() ? type.getArraySize() : 1;
234 return elementSize * arraySize;
    [all...]
Types.h 169 int arraySize, const TLayoutQualifier &layoutQualifier)
172 mArraySize(arraySize),
190 int arraySize() const
229 primarySize(ps), secondarySize(ss), array(false), arraySize(0),
237 primarySize(ps), secondarySize(ss), array(a), arraySize(0),
245 primarySize(1), secondarySize(1), array(false), arraySize(0),
253 primarySize(1), secondarySize(1), array(arraySizeIn > 0), arraySize(arraySizeIn),
334 return arraySize;
339 arraySize = s;
344 arraySize = 0
    [all...]
ParseContext.cpp 804 if (type.arraySize)
805 variable->getType().setArraySize(type.arraySize);
833 if (type.arraySize)
834 variable->getType().setArraySize(type.arraySize);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Uniform.h 26 LinkedUniform(GLenum type, GLenum precision, const std::string &name, unsigned int arraySize, const int blockIndex, const sh::BlockMemberInfo &blockInfo);
41 const unsigned int arraySize;
  /external/chromium_org/third_party/icu/source/common/
unistr_cnv.cpp 380 int32_t arraySize;
383 arraySize = US_STACKBUF_SIZE;
386 arraySize = dataLength + (dataLength >> 2);
392 if(!cloneArrayIfNeeded(arraySize, arraySize, doCopyArray)) {
416 arraySize = (int32_t)(length() + 2 * (mySourceEnd - mySource));
  /external/chromium_org/third_party/icu/source/extra/uconv/
uwmsg.c 46 int32_t arraySize;
54 arraySize = BUF_SIZE;
68 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
77 arraySize = BUF_SIZE;
  /external/chromium_org/third_party/skia/gm/
dftext.cpp 105 size_t arraySize = SK_ARRAY_COUNT(textSizes);
106 for (size_t i = 0; i < arraySize; ++i) {
109 SkScalar scaleFactor = SkScalarInvert(scales[arraySize - i - 1]);
  /external/deqp/framework/opengl/
gluProgramInterfaceQuery.hpp 64 deUint32 arraySize; //!< GL_ARRAY_SIZE
77 , arraySize (0)
  /external/icu/icu4c/source/common/
unistr_cnv.cpp 380 int32_t arraySize;
383 arraySize = US_STACKBUF_SIZE;
386 arraySize = dataLength + (dataLength >> 2);
392 if(!cloneArrayIfNeeded(arraySize, arraySize, doCopyArray)) {
416 arraySize = (int32_t)(length() + 2 * (mySourceEnd - mySource));
  /external/icu/icu4c/source/extra/uconv/
uwmsg.c 46 int32_t arraySize;
54 arraySize = BUF_SIZE;
68 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
77 arraySize = BUF_SIZE;
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderVars.h 51 bool isArray() const { return arraySize > 0; }
52 unsigned int elementCount() const { return std::max(1u, arraySize); }
59 unsigned int arraySize;
114 unsigned int arraySize;
  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 457 const int arraySize = 3;
460 VarType(VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), arraySize),
467 VarType(VarType(type, PRECISION_HIGH), arraySize),
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 417 const int arraySize = (!isArray) ? (1) : (inUnsizedArray) ? (0) : (enclosingcomponent.getVariableType()->getArraySize());
421 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << arraySize << tcu::TestLog::EndMessage;
423 if (arraySize != propValue)
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp 594 const int arraySize = (complexType.getArraySize() == glu::VarType::UNSIZED_ARRAY) ? (1) : (complexType.getArraySize());
595 return arraySize * getNumTypeInstances(complexType.getElementType(), predicate);
617 const int arraySize = (complexType.getArraySize() == glu::VarType::UNSIZED_ARRAY) ? (1) : (complexType.getArraySize());
618 return arraySize * getMappedBasicTypeSum(complexType.getElementType(), typeMap);
769 const int arraySize = (type.getArraySize() == glu::VarType::UNSIZED_ARRAY) ? (1) : (type.getArraySize());
770 return arraySize * getBufferVariableSize(type.getElementType(), order);
    [all...]
es31fSSBOLayoutTests.cpp 329 BlockBasicUnsizedArrayCase (Context& context, const char* name, const char* description, const VarType& elementType, int arraySize, deUint32 layoutFlags)
336 block.setLastUnsizedArraySize(0, arraySize);
861 const int arraySize = 3;
864 VarType(VarType(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), arraySize),
871 VarType(VarType(type, glu::PRECISION_HIGHP), arraySize),
892 const int arraySize = 19;
896 arraySize, layoutFlags[layoutFlagNdx].flags));
902 VarType(type, glu::PRECISION_HIGHP), arraySize,
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg-jni.c 105 jsize arraySize=0, actualPitch;
117 arraySize=(y+height-1)*actualPitch + x+width;
118 if((*env)->GetArrayLength(env, src)<arraySize)
160 jsize arraySize=0, actualStride;
174 arraySize=(y+height-1)*actualStride + x+width;
175 if((*env)->GetArrayLength(env, src)<arraySize)
215 jsize arraySize=0;
226 arraySize=(pitch==0)? width*tjPixelSize[pf]*height:pitch*height;
227 if((*env)->GetArrayLength(env, src)<arraySize)
256 jsize arraySize=0
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleFilterFuzz.cpp 284 int arraySize = size.width() * size.height();
285 SkTArray<SkScalar> kernel(arraySize);
286 for (int i = 0; i < arraySize; ++i) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 266 for (int arraySize = 1; arraySize <= 3; arraySize++) {
269 eb.add(Element.A_8(mRS), "A_8", arraySize);
270 eb.add(Element.RGBA_4444(mRS), "RGBA_4444", arraySize);
271 eb.add(Element.RGBA_5551(mRS), "RGBA_5551", arraySize);
272 eb.add(Element.RGB_565(mRS), "RGB_565", arraySize);
273 eb.add(Element.RGB_888(mRS), "RGB_888", arraySize);
274 eb.add(Element.RGBA_8888(mRS), "RGBA_8888", arraySize);
275 eb.add(Element.F32(mRS), "F32", arraySize);
    [all...]

Completed in 1014 milliseconds

1 2