HomeSort by relevance Sort by last modified time
    Searched full:sizeinbytes (Results 51 - 75 of 76) sorted by null

1 23 4

  /frameworks/wilhelm/tests/examples/
slesTestEqFdPath.cpp 305 fprintf(stdout, "Usage: \t%s [--always-on] path offsetInBytes [sizeInBytes]\n",
slesTestEqOutputPath.cpp 305 fprintf(stdout, "Usage: \t%s [--always-on] path offsetInBytes [sizeInBytes]\n",
  /external/chromium_org/third_party/WebKit/Source/wtf/
ListHashSet.h 97 size_t sizeInBytes() const;
569 size_t ListHashSet<T, inlineCapacity, U>::sizeInBytes() const
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 363 maxValidVertex = static_cast<int>(geoSrc.fVertexBuffer->sizeInBytes() / geoSrc.fVertexSize);
380 maxValidIndex = static_cast<int>(geoSrc.fIndexBuffer->sizeInBytes() / sizeof(uint16_t));
    [all...]
GrContext.cpp 390 fTextureCache->purgeAsNeeded(1, texture->sizeInBytes());
409 textureCache->purgeAsNeeded(1, texture->sizeInBytes());
    [all...]
GrDrawTarget.h 702 return static_cast<int>(src.fIndexBuffer->sizeInBytes() / sizeof(uint16_t));
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 363 maxValidVertex = static_cast<int>(geoSrc.fVertexBuffer->sizeInBytes() / geoSrc.fVertexSize);
380 maxValidIndex = static_cast<int>(geoSrc.fIndexBuffer->sizeInBytes() / sizeof(uint16_t));
    [all...]
GrContext.cpp 390 fTextureCache->purgeAsNeeded(1, texture->sizeInBytes());
409 textureCache->purgeAsNeeded(1, texture->sizeInBytes());
    [all...]
GrDrawTarget.h 702 return static_cast<int>(src.fIndexBuffer->sizeInBytes() / sizeof(uint16_t));
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h 38 * - sizeinbytes : number of bytes needed to allocate for the
46 int* sizeinbytes);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 850 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue();
851 if ((SizeInBytes >> 32) != 0)
863 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes,
    [all...]
  /external/srec/portable/src/
pmemblock.c 480 void PortMemBlockSetPoolSize(size_t sizeInBytes)
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 38 WebRtc_Word16 WebRtcIsacfix_AssignSize(int *sizeinbytes);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c 213 * - sizeinbytes : number of bytes needed to allocate for the
219 WebRtc_Word16 WebRtcIsac_AssignSize(int* sizeInBytes) {
220 *sizeInBytes = sizeof(ISACMainStruct) * 2 / sizeof(WebRtc_Word16);
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 38 WebRtc_Word16 WebRtcIsacfix_AssignSize(int *sizeinbytes) {
39 *sizeinbytes=sizeof(ISACFIX_SubStruct)*2/sizeof(WebRtc_Word16);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 228 size_t sizeInBytes() const;
WTFString.h 177 unsigned sizeInBytes() const
StringImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 365 unsigned int sizeInBytes(GC3Denum type);
    [all...]
WebGLRenderingContext.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
ddmlib.jar 
ddmuilib.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 2198 milliseconds

1 23 4