Home
last modified time | relevance | path

Searched defs:sizeInBytes (Results 1 – 12 of 12) sorted by relevance

/external/skia/gpu/include/
DGrVertexBuffer.h25 GrVertexBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) in GrVertexBuffer()
DGrIndexBuffer.h32 GrIndexBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) in GrIndexBuffer()
DGrGeometryBuffer.h98 GrGeometryBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic) in GrGeometryBuffer()
DGrTexture.h197 size_t sizeInBytes() const { in sizeInBytes() function
/external/srec/portable/src/
Dpmemory_ext.c70 #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()
252 void* PortNew(size_t sizeInBytes) in PortNew()
Dpmemblock.c480 void PortMemBlockSetPoolSize(size_t sizeInBytes) in PortMemBlockSetPoolSize()
/external/webkit/Source/WebKit2/Shared/
DShareableBitmap.h122 size_t sizeInBytes() const { return numBytesForSize(m_size); } in sizeInBytes() function
/external/skia/gpu/src/
DGrGLIndexBuffer.cpp25 size_t sizeInBytes, in GrGLIndexBuffer()
DGrGLVertexBuffer.cpp25 size_t sizeInBytes, in GrGLVertexBuffer()
/external/webkit/Source/WebCore/html/canvas/
DArrayBuffer.cpp56 ArrayBuffer::ArrayBuffer(void* data, unsigned sizeInBytes) in ArrayBuffer()
DWebGLRenderingContext.cpp596 unsigned int WebGLRenderingContext::sizeInBytes(GC3Denum type) in sizeInBytes() function in WebCore::WebGLRenderingContext
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.cpp1265 static size_t sizeInBytes(const Vector<T>& vector) in sizeInBytes() function