Searched refs:sizeInBytes (Results 1 - 25 of 31) sorted by relevance

12

/external/skia/src/gpu/
H A DGrVertexBuffer.h18 GrVertexBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) argument
19 : INHERITED(gpu, sizeInBytes, dynamic) {}
H A DGrIndexBuffer.h24 return this->sizeInBytes() / (sizeof(uint16_t) * 6);
27 GrIndexBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) argument
28 : INHERITED(gpu, sizeInBytes, dynamic) {}
H A DGrGeometryBuffer.h75 virtual size_t sizeInBytes() const { return fSizeInBytes; } function in class:GrGeometryBuffer
78 GrGeometryBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) argument
80 , fSizeInBytes(sizeInBytes)
H A DGrResourceCache.cpp98 fClientDetachedBytes += entry->resource()->sizeInBytes();
101 fEntryBytes -= entry->resource()->sizeInBytes();
123 fClientDetachedBytes -= entry->resource()->sizeInBytes();
126 fEntryBytes += entry->resource()->sizeInBytes();
199 entry, fEntryCount, resource->sizeInBytes(), fEntryBytes);
225 size_t size = entry->resource()->sizeInBytes();
363 bytes += entry->resource()->sizeInBytes();
H A DGrBufferAllocPool.cpp111 size_t flushSize = block.fBuffer->sizeInBytes() - block.fBytesFree;
137 size_t bytes = fBlocks[i].fBuffer->sizeInBytes() - fBlocks[i].fBytesFree;
163 size_t usedBytes = back.fBuffer->sizeInBytes() - back.fBytesFree;
202 size_t usedBytes = back.fBuffer->sizeInBytes() - back.fBytesFree;
232 size_t bytesUsed = block.fBuffer->sizeInBytes() - block.fBytesFree;
291 prev.fBuffer->sizeInBytes() - prev.fBytesFree);
337 GrAssert(flushSize <= buffer->sizeInBytes());
H A DGrRenderTarget.cpp53 size_t GrRenderTarget::sizeInBytes() const { function in class:GrRenderTarget
H A DGrDrawTarget.cpp720 maxValidVertex = geoSrc.fVertexBuffer->sizeInBytes() /
738 maxValidIndex = geoSrc.fIndexBuffer->sizeInBytes() / sizeof(uint16_t);
/external/srec/portable/src/
H A Dpmemory_ext.h36 void* PortNew(size_t sizeInBytes);
41 void PortMemSetPoolSize(size_t sizeInBytes);
H A Dpmemory_ext.c70 #define MEM_MGR_SetPoolSize(sizeInBytes) PortMallocSetPoolSize(sizeInBytes)
73 #define MEM_MGR_Allocate(sizeInBytes) PortMalloc(sizeInBytes)
211 void PortMemSetPoolSize(size_t sizeInBytes) argument
213 MEM_MGR_SetPoolSize(sizeInBytes);
252 void* PortNew(size_t sizeInBytes) argument
264 sizeInBytes += GUARD_EXTRA; /* space for: requestedSize,guardStart,guardEnd */
267 pMemory = MEM_MGR_Allocate(sizeInBytes);
278 unsigned int * guardEndPtr = GUARD_PTR_FIELD(pMemory, GUARD_OFF_END(sizeInBytes));
[all...]
H A Dpmemblock.c480 void PortMemBlockSetPoolSize(size_t sizeInBytes) argument
/external/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp20 size_t sizeInBytes,
22 : INHERITED(gpu, sizeInBytes, dynamic)
58 this->sizeInBytes(),
102 if (srcSizeInBytes > this->sizeInBytes()) {
109 if (this->sizeInBytes() == srcSizeInBytes) {
120 this->sizeInBytes(), NULL, usage));
18 GrGLIndexBuffer(GrGpuGL* gpu, GrGLuint id, size_t sizeInBytes, bool dynamic) argument
H A DGrGLVertexBuffer.cpp20 size_t sizeInBytes,
22 : INHERITED(gpu, sizeInBytes, dynamic)
56 GL_CALL(BufferData(GR_GL_ARRAY_BUFFER, this->sizeInBytes(), NULL,
99 if (srcSizeInBytes > this->sizeInBytes()) {
106 if (this->sizeInBytes() == srcSizeInBytes) {
116 this->sizeInBytes(), NULL, usage));
18 GrGLVertexBuffer(GrGpuGL* gpu, GrGLuint id, size_t sizeInBytes, bool dynamic) argument
H A DGrGLIndexBuffer.h37 size_t sizeInBytes,
H A DGrGLStencilBuffer.cpp17 size_t GrGLStencilBuffer::sizeInBytes() const { function in class:GrGLStencilBuffer
H A DGrGLVertexBuffer.h34 size_t sizeInBytes,
H A DGrGLStencilBuffer.h38 virtual size_t sizeInBytes() const;
/external/skia/include/gpu/
H A DGrResource.h57 virtual size_t sizeInBytes() const = 0;
H A DGrTexture.h52 virtual size_t sizeInBytes() const { function in class:GrTexture
H A DGrRenderTarget.h124 virtual size_t sizeInBytes() const;
/external/webkit/Source/WebCore/html/canvas/
H A DArrayBuffer.h47 ArrayBuffer(void* data, unsigned sizeInBytes);
H A DArrayBuffer.cpp56 ArrayBuffer::ArrayBuffer(void* data, unsigned sizeInBytes) argument
57 : m_sizeInBytes(sizeInBytes)
/external/webkit/Source/WebKit2/Shared/cg/
H A DShareableBitmapCG.cpp80 RetainPtr<CGDataProvider> dataProvider(AdoptCF, CGDataProviderCreateWithData(this, data(), sizeInBytes(), releaseDataProviderData));
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBasePluginPackage.mm362 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/
H A DShareableBitmap.h122 size_t sizeInBytes() const { return numBytesForSize(m_size); } function in class:WebKit::ShareableBitmap
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 305 milliseconds

12