HomeSort by relevance Sort by last modified time
    Searched refs:elementSize (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/Source/JavaScriptCore/wtf/brew/
SystemMallocBrew.h 42 static inline void* callocBrew(size_t numElements, size_t elementSize)
44 return MALLOC(numElements * elementSize);
  /external/webkit/Source/WebCore/platform/network/curl/
FormDataStreamCurl.cpp 90 size_t elementSize = element.m_data.size() - m_formDataElementDataOffset;
91 sent = elementSize > toSend ? toSend : elementSize;
93 if (elementSize > sent)
  /external/webkit/Source/WebCore/rendering/
RenderVideo.cpp 154 IntSize elementSize;
156 elementSize = m_cachedImageSize;
158 elementSize = intrinsicSize();
161 if (elementSize.isEmpty() || contentRect.isEmpty())
165 int ratio = renderBox.width() * elementSize.height() - renderBox.height() * elementSize.width();
167 int newWidth = renderBox.height() * elementSize.width() / elementSize.height();
173 int newHeight = renderBox.width() * elementSize.height() / elementSize.width()
    [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...]
  /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/webkit/Source/JavaScriptCore/wtf/
FastMalloc.h 34 void* fastCalloc(size_t numElements, size_t elementSize);
  /external/skia/legacy/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;
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 63 unsigned int elementSize;
GLClientState.cpp 94 m_states[location].elementSize = glSizeof(type) * size;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 63 unsigned int elementSize;
GLClientState.cpp 94 m_states[location].elementSize = glSizeof(type) * size;
  /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...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 58 int elementSize = attribute.typeSize();
90 if (converter.identity && inputStride == elementSize)
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java     [all...]
GLES20Canvas.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 417 unsigned int datalen = state->elementSize * count;
419 if (stride == 0) stride = state->elementSize;
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.cpp 92 int elementSize = type.isMatrix() ? type.getNominalSize() : 1;
95 return elementSize * arraySize;
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 423 unsigned int datalen = state->elementSize * count;
424 int stride = state->stride == 0 ? state->elementSize : state->stride;
    [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 

Completed in 3632 milliseconds

1 2