Searched defs:sizeInBytes (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/gpu/
H A DGrVertexBuffer.h18 GrVertexBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) argument
19 : 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 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 DGrRenderTarget.cpp53 size_t GrRenderTarget::sizeInBytes() const { function in class:GrRenderTarget
/external/skia/src/gpu/gl/
H A DGrGLStencilBuffer.cpp17 size_t GrGLStencilBuffer::sizeInBytes() const { function in class:GrGLStencilBuffer
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
/external/webkit/Source/WebCore/html/canvas/
H A DArrayBuffer.cpp56 ArrayBuffer::ArrayBuffer(void* data, unsigned sizeInBytes) argument
57 : m_sizeInBytes(sizeInBytes)
H A DWebGLRenderingContext.cpp596 unsigned int WebGLRenderingContext::sizeInBytes(GC3Denum type) function in class:WebCore::__anon13216::WebGLRenderingContext
3831 unsigned int typeSize = sizeInBytes(type);
/external/skia/include/gpu/
H A DGrTexture.h52 virtual size_t sizeInBytes() const { function in class:GrTexture
/external/webkit/Source/WebKit2/Shared/
H A DShareableBitmap.h122 size_t sizeInBytes() const { return numBytesForSize(m_size); } function in class:WebKit::ShareableBitmap
/external/srec/portable/src/
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/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.cpp1265 static size_t sizeInBytes(const Vector<T>& vector) function in namespace:JSC
1294 #define GET_STATS(name) if (!codeBlock->m_##name.isEmpty()) { name##IsNotEmpty++; name##TotalSize += sizeInBytes(codeBlock->m_##name); }
1305 #define GET_STATS(name) if (!codeBlock->m_rareData->m_##name.isEmpty()) { name##IsNotEmpty++; name##TotalSize += sizeInBytes(codeBlock->m_rareData->m_##name); }
/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 ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 274 milliseconds