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

/external/skia/src/gpu/
H A DGrVertexBuffer.h18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic) argument
19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic) {}
H A DGrGeometryBuffer.h76 virtual size_t sizeInBytes() const { return fSizeInBytes; } function in class:GrGeometryBuffer
79 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic) argument
81 , fSizeInBytes(sizeInBytes)
H A DGrIndexBuffer.h24 return this->sizeInBytes() / (sizeof(uint16_t) * 6);
27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic) argument
28 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic) {}
H A DGrRenderTarget.cpp59 size_t GrRenderTarget::sizeInBytes() const { function in class:GrRenderTarget
/external/skia/src/gpu/gl/
H A DGrGLStencilBuffer.cpp16 size_t GrGLStencilBuffer::sizeInBytes() const { function in class:GrGLStencilBuffer
H A DGrGLIndexBuffer.cpp20 size_t sizeInBytes,
22 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic)
62 this->sizeInBytes(),
107 if (srcSizeInBytes > this->sizeInBytes()) {
114 if (this->sizeInBytes() == srcSizeInBytes) {
125 this->sizeInBytes(), NULL, usage));
17 GrGLIndexBuffer(GrGpuGL* gpu, bool isWrapped, GrGLuint id, size_t sizeInBytes, bool dynamic) argument
H A DGrGLVertexBuffer.cpp20 size_t sizeInBytes,
22 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic)
60 GL_CALL(BufferData(GR_GL_ARRAY_BUFFER, this->sizeInBytes(), NULL,
104 if (srcSizeInBytes > this->sizeInBytes()) {
111 if (this->sizeInBytes() == srcSizeInBytes) {
121 this->sizeInBytes(), NULL, usage));
17 GrGLVertexBuffer(GrGpuGL* gpu, bool isWrapped, 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::__anon15804::WebGLRenderingContext
3831 unsigned int typeSize = sizeInBytes(type);
/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/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Disac.c219 WebRtc_Word16 WebRtcIsac_AssignSize(int* sizeInBytes) { argument
220 *sizeInBytes = sizeof(ISACMainStruct) * 2 / sizeof(WebRtc_Word16);
/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 2428 milliseconds