/external/skia/src/gpu/ |
H A D | GrVertexBuffer.h | 18 GrVertexBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) argument 19 : INHERITED(gpu, sizeInBytes, dynamic) {}
|
H A D | GrGeometryBuffer.h | 75 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 D | GrIndexBuffer.h | 24 return this->sizeInBytes() / (sizeof(uint16_t) * 6); 27 GrIndexBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) argument 28 : INHERITED(gpu, sizeInBytes, dynamic) {}
|
H A D | GrRenderTarget.cpp | 53 size_t GrRenderTarget::sizeInBytes() const { function in class:GrRenderTarget
|
/external/skia/src/gpu/gl/ |
H A D | GrGLStencilBuffer.cpp | 17 size_t GrGLStencilBuffer::sizeInBytes() const { function in class:GrGLStencilBuffer
|
H A D | GrGLIndexBuffer.cpp | 20 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 D | GrGLVertexBuffer.cpp | 20 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 D | ArrayBuffer.cpp | 56 ArrayBuffer::ArrayBuffer(void* data, unsigned sizeInBytes) argument 57 : m_sizeInBytes(sizeInBytes)
|
H A D | WebGLRenderingContext.cpp | 596 unsigned int WebGLRenderingContext::sizeInBytes(GC3Denum type) function in class:WebCore::__anon13216::WebGLRenderingContext 3831 unsigned int typeSize = sizeInBytes(type);
|
/external/skia/include/gpu/ |
H A D | GrTexture.h | 52 virtual size_t sizeInBytes() const { function in class:GrTexture
|
/external/webkit/Source/WebKit2/Shared/ |
H A D | ShareableBitmap.h | 122 size_t sizeInBytes() const { return numBytesForSize(m_size); } function in class:WebKit::ShareableBitmap
|
/external/srec/portable/src/ |
H A D | pmemory_ext.c | 70 #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 D | pmemblock.c | 480 void PortMemBlockSetPoolSize(size_t sizeInBytes) argument
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
H A D | CodeBlock.cpp | 1265 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 D | org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |