/dalvik/vm/oo/ |
Array.cpp | 49 size_t elementSize = length << elementShift; 51 size_t totalSize = elementSize + headerSize; 52 if (elementSize >> elementShift != length || totalSize < elementSize) {
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
VertexBuffer11.cpp | 158 unsigned int elementSize = getVertexConversion(attrib).outputElementSize; 178 if (elementSize <= std::numeric_limits<unsigned int>::max() / elementCount) 182 *outSpaceRequired = elementSize * elementCount;
|
VertexBuffer9.cpp | 92 int elementSize = attrib.typeSize(); 129 if (converter.identity && inputStride == elementSize) 484 unsigned int elementSize = formatConverter(attrib).outputElementSize; 506 if (elementSize <= std::numeric_limits<unsigned int>::max() / elementCount) 510 *outSpaceRequired = elementSize * elementCount; 521 const unsigned int elementSize = 4; 524 *outSpaceRequired = elementSize * 4;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
pixel.c | 176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; 199 elementSize = __glBytesPerElement(type); 200 groupSize = elementSize * components; 201 if (elementSize == 1) 222 for (k = 1; k <= elementSize; k++) { 223 iter2[k - 1] = iterc[elementSize - k]; 225 iter2 += elementSize; 226 iterc += elementSize; 236 if (rowSize == elementsPerRow * elementSize) { 239 elementsPerRow * elementSize * height) [all...] |
/external/mesa3d/src/glx/ |
pixel.c | 176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; 199 elementSize = __glBytesPerElement(type); 200 groupSize = elementSize * components; 201 if (elementSize == 1) 222 for (k = 1; k <= elementSize; k++) { 223 iter2[k - 1] = iterc[elementSize - k]; 225 iter2 += elementSize; 226 iterc += elementSize; 236 if (rowSize == elementsPerRow * elementSize) { 239 elementsPerRow * elementSize * height) [all...] |
/frameworks/rs/driver/ |
rsdShader.cpp | 311 uint32_t elementSize = field->mHal.state.elementSizeBytes / sizeof(float); 349 ALOGV("Element size %u data=%p", elementSize, fd); 350 fd += elementSize;
|
rsdAllocation.cpp | [all...] |
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
GLClientState.h | 63 unsigned int elementSize;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayable.cpp | 106 size_t elementSize = SkMemberInfo::GetSize(elementType); 107 size_t byteSize = elementSize * arrayCount;
|
/external/skia/src/animator/ |
SkDisplayable.cpp | 106 size_t elementSize = SkMemberInfo::GetSize(elementType); 107 size_t byteSize = elementSize * arrayCount;
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
GLClientState.h | 63 unsigned int elementSize;
|
/external/chromium_org/third_party/angle/src/compiler/ |
OutputHLSL.cpp | 137 int elementSize = type.isMatrix() ? type.getNominalSize() : 1; 140 return elementSize * arraySize; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
varray.c | 133 GLsizei elementSize; 254 elementSize = _mesa_sizeof_type(type) * size; 261 array->StrideB = stride ? stride : elementSize; 265 array->_ElementSize = elementSize; [all...] |
/external/mesa3d/src/mesa/main/ |
varray.c | 133 GLsizei elementSize; 254 elementSize = _mesa_sizeof_type(type) * size; 261 array->StrideB = stride ? stride : elementSize; 265 array->_ElementSize = elementSize; [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_sit.cpp | 567 int32_t elementSize = 0; 575 elementSize = ucol_getFunctionalEquivalent(locBuff, internalBufferSize, "collation", locale, &isAvailable, status); 577 if(elementSize) { 579 elementSize = uloc_getLanguage(locBuff, tempbuff, internalBufferSize, status); 580 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, languageArg); 581 elementSize = uloc_getCountry(locBuff, tempbuff, internalBufferSize, status); 582 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, regionArg); 583 elementSize = uloc_getScript(locBuff, tempbuff, internalBufferSize, status); 584 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, scriptArg); 585 elementSize = uloc_getVariant(locBuff, tempbuff, internalBufferSize, status) [all...] |
/external/icu4c/i18n/ |
ucol_sit.cpp | 608 int32_t elementSize = 0; 616 elementSize = ucol_getFunctionalEquivalent(locBuff, internalBufferSize, "collation", locale, &isAvailable, status); 618 if(elementSize) { 620 elementSize = uloc_getLanguage(locBuff, tempbuff, internalBufferSize, status); 621 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, languageArg); 622 elementSize = uloc_getCountry(locBuff, tempbuff, internalBufferSize, status); 623 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, regionArg); 624 elementSize = uloc_getScript(locBuff, tempbuff, internalBufferSize, status); 625 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, scriptArg); 626 elementSize = uloc_getVariant(locBuff, tempbuff, internalBufferSize, status) [all...] |
/frameworks/base/core/java/android/hardware/camera2/impl/ |
CameraMetadataNative.java | 384 int elementSize = getTypeSize(nativeType); 388 elementSize = marshaler.getNativeSize(nativeType); 391 if (elementSize != MetadataMarshalClass.NATIVE_SIZE_DYNAMIC) { 393 int arraySize = remaining / elementSize; 400 arraySize, elementSize, remaining, type));
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerScrollableArea.cpp | [all...] |
/external/clang/lib/CodeGen/ |
ItaniumCXXABI.cpp | [all...] |
CGExprScalar.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-equinox-common-3.6.0.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |