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

1 2

  /external/chromium_org/third_party/skia/src/gpu/
GrGeometryBuffer.h 86 virtual size_t sizeInBytes() const { return fSizeInBytes; }
89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
91 , fSizeInBytes(sizeInBytes)
GrRenderTarget.cpp 59 size_t GrRenderTarget::sizeInBytes() const {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLStencilBuffer.cpp 16 size_t GrGLStencilBuffer::sizeInBytes() const {
  /external/skia/src/gpu/
GrGeometryBuffer.h 86 virtual size_t sizeInBytes() const { return fSizeInBytes; }
89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
91 , fSizeInBytes(sizeInBytes)
GrRenderTarget.cpp 59 size_t GrRenderTarget::sizeInBytes() const {
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.cpp 16 size_t GrGLStencilBuffer::sizeInBytes() const {
  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferContents.h 51 ArrayBufferContents(void* data, unsigned sizeInBytes);
58 unsigned sizeInBytes() const { return m_sizeInBytes; }
ListHashSet.h 97 size_t sizeInBytes() const;
572 size_t ListHashSet<T, inlineCapacity, U>::sizeInBytes() const
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 267 const UInt32 sizeInBytes = password.Length() * 2;
268 buffer.SetCapacity(sizeInBytes);
275 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes));
7zEncode.cpp 116 const UInt32 sizeInBytes = _options.Password.Length() * 2;
117 buffer.SetCapacity(sizeInBytes);
124 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes));
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 182 unsigned sizeInBytes() const
StringImpl.cpp     [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzFind.c 165 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
166 if (sizeInBytes / sizeof(CLzRef) != num)
168 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.c 166 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
167 if (sizeInBytes / sizeof(CLzRef) != num)
169 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
  /external/lzma/C/
LzFind.c 165 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
166 if (sizeInBytes / sizeof(CLzRef) != num)
168 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 85 int width, int height, long sizeInBytes, double latitude,
95 mSizeInBytes = sizeInBytes;
341 long sizeInBytes, double latitude, double longitude) {
343 path, width, height, sizeInBytes, latitude, longitude);
383 long sizeInBytes = c.getLong(COL_SIZE);
388 sizeInBytes, latitude, longitude);
621 String path, int width, int height, long sizeInBytes,
624 path, width, height, sizeInBytes, latitude, longitude);
674 long sizeInBytes = c.getLong(COL_SIZE);
679 dateModifiedInSeconds, path, width, height, sizeInBytes,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
ddmlib.jar 
ddmuilib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 436 milliseconds

1 2