/external/srec/portable/src/ |
D | pmemory_ext.c | 70 #define MEM_MGR_SetPoolSize(sizeInBytes) PortMallocSetPoolSize(sizeInBytes) argument 73 #define MEM_MGR_Allocate(sizeInBytes) PortMalloc(sizeInBytes) argument 211 void PortMemSetPoolSize(size_t sizeInBytes) in PortMemSetPoolSize() argument 213 MEM_MGR_SetPoolSize(sizeInBytes); in PortMemSetPoolSize() 252 void* PortNew(size_t sizeInBytes) in PortNew() argument 264 sizeInBytes += GUARD_EXTRA; /* space for: requestedSize,guardStart,guardEnd */ in PortNew() 267 pMemory = MEM_MGR_Allocate(sizeInBytes); in PortNew() 278 unsigned int * guardEndPtr = GUARD_PTR_FIELD(pMemory, GUARD_OFF_END(sizeInBytes)); in PortNew() 280 *requestedSizePtr = sizeInBytes - GUARD_EXTRA; in PortNew() 296 return(malloc(sizeInBytes)); in PortNew()
|
D | pmemory_ext.h | 36 void* PortNew(size_t sizeInBytes); 41 void PortMemSetPoolSize(size_t sizeInBytes);
|
D | pmemblock.c | 480 void PortMemBlockSetPoolSize(size_t sizeInBytes) in PortMemBlockSetPoolSize() argument
|
/external/skia/gpu/src/ |
D | GrTextureCache.cpp | 100 fClientDetachedBytes += entry->texture()->sizeInBytes(); in internalDetach() 103 fEntryBytes -= entry->texture()->sizeInBytes(); in internalDetach() 122 fClientDetachedBytes -= entry->texture()->sizeInBytes(); in attachToHead() 125 fEntryBytes += entry->texture()->sizeInBytes(); in attachToHead() 181 entry, fEntryCount, texture->sizeInBytes(), fEntryBytes); in createAndLock() 297 bytes += entry->texture()->sizeInBytes(); in validate()
|
D | GrGLIndexBuffer.cpp | 25 size_t sizeInBytes, in GrGLIndexBuffer() argument 27 : INHERITED(gpu, sizeInBytes, dynamic) in GrGLIndexBuffer()
|
D | GrGLVertexBuffer.cpp | 25 size_t sizeInBytes, in GrGLVertexBuffer() argument 27 : INHERITED(gpu, sizeInBytes, dynamic) in GrGLVertexBuffer()
|
/external/skia/gpu/include/ |
D | GrVertexBuffer.h | 25 GrVertexBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) in GrVertexBuffer() argument 26 : INHERITED(gpu, sizeInBytes, dynamic) {} in GrVertexBuffer()
|
D | GrIndexBuffer.h | 32 GrIndexBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) in GrIndexBuffer() argument 33 : INHERITED(gpu, sizeInBytes, dynamic) {} in GrIndexBuffer()
|
D | GrGeometryBuffer.h | 98 GrGeometryBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) in GrGeometryBuffer() argument 100 , fSizeInBytes(sizeInBytes) in GrGeometryBuffer()
|
D | GrGLVertexBuffer.h | 44 size_t sizeInBytes,
|
D | GrGLIndexBuffer.h | 46 size_t sizeInBytes,
|
D | GrTexture.h | 197 size_t sizeInBytes() const { in sizeInBytes() function
|
/external/webkit/Source/WebCore/html/canvas/ |
D | ArrayBuffer.cpp | 56 ArrayBuffer::ArrayBuffer(void* data, unsigned sizeInBytes) in ArrayBuffer() argument 57 : m_sizeInBytes(sizeInBytes) in ArrayBuffer()
|
D | ArrayBuffer.h | 47 ArrayBuffer(void* data, unsigned sizeInBytes);
|
D | WebGLRenderingContext.h | 335 unsigned int sizeInBytes(GC3Denum type);
|
D | WebGLRenderingContext.cpp | 596 unsigned int WebGLRenderingContext::sizeInBytes(GC3Denum type) in sizeInBytes() function in WebCore::WebGLRenderingContext 3831 unsigned int typeSize = sizeInBytes(type); in vertexAttribPointer()
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebBasePluginPackage.mm | 362 NSUInteger sizeInBytes = [data length]; 363 Vector<uint32_t, 128> rawData((sizeInBytes + 3) / 4); 364 memcpy(rawData.data(), [data bytes], sizeInBytes); 370 if (sizeInBytes >= sizeof(struct mach_header_64)) { 410 unsigned maxArchs = (sizeInBytes - sizeof(struct fat_header)) / sizeof(struct fat_arch);
|
/external/webkit/Source/WebKit2/Shared/cg/ |
D | ShareableBitmapCG.cpp | 80 …ider> dataProvider(AdoptCF, CGDataProviderCreateWithData(this, data(), sizeInBytes(), releaseDataP… in makeCGImage()
|
/external/webkit/Source/WebKit2/Shared/ |
D | ShareableBitmap.h | 122 size_t sizeInBytes() const { return numBytesForSize(m_size); } in sizeInBytes() function
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | CodeBlock.cpp | 1265 static size_t sizeInBytes(const Vector<T>& vector) in sizeInBytes() function 1294 …odeBlock->m_##name.isEmpty()) { name##IsNotEmpty++; name##TotalSize += sizeInBytes(codeBlock->m_##… in dumpStatistics() 1305 …rareData->m_##name.isEmpty()) { name##IsNotEmpty++; name##TotalSize += sizeInBytes(codeBlock->m_ra… in dumpStatistics()
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 1177 Remove sizeInBytes from GraphicsContext3D's various implementations 21186 (WebKit::WebGraphicsContext3DDefaultImpl::sizeInBytes): 21362 (WebCore::GraphicsContext3D::sizeInBytes): 21544 (WebKit::WebGraphicsContext3DDefaultImpl::sizeInBytes): 27721 (WebCore::GraphicsContext3D::sizeInBytes):
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 9100 (WebKit::ShareableBitmap::sizeInBytes): 9168 (WebKit::ShareableBitmap::sizeInBytes):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 18072 Remove sizeInBytes from GraphicsContext3D's various implementations 18076 (WebCore::WebGLRenderingContext::sizeInBytes): 27079 (WebCore::WebGLRenderingContext::sizeInBytes): 31330 (WebCore::GraphicsContext3D::sizeInBytes): 31464 (WebCore::GraphicsContext3D::sizeInBytes):
|
D | ChangeLog-2010-12-06 | 61808 (WebCore::GraphicsContext3D::sizeInBytes): 82905 sizeInBytes should be removed 82909 …(WebCore::WebGLRenderingContext::sizeInBytes): Don't generate GL errors. Generate them in the cal… 82910 … (WebCore::WebGLRenderingContext::vertexAttribPointer): Generate GL error if sizeInBytes fails. 82911 * html/canvas/WebGLRenderingContext.h: Make sizeInBytes private helper. 82912 * html/canvas/WebGLRenderingContext.idl: Remove sizeInBytes.
|
D | ChangeLog-2010-01-29 | 23050 (WebCore::WebGLRenderingContext::sizeInBytes): 29056 (WebCore::WebGLRenderingContext::sizeInBytes): 61338 (WebCore::CanvasRenderingContext3D::sizeInBytes): 61517 (WebCore::GraphicsContext3D::sizeInBytes):
|