Searched defs:sizeInBytes (Results 1 – 16 of 16) sorted by relevance
/external/skia/src/gpu/ |
D | GrGeometryBuffer.h | 76 virtual size_t sizeInBytes() const { return fSizeInBytes; } in sizeInBytes() function 79 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic) in GrGeometryBuffer()
|
D | GrVertexBuffer.h | 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic) in GrVertexBuffer()
|
D | GrIndexBuffer.h | 27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic) in GrIndexBuffer()
|
D | GrRenderTarget.cpp | 59 size_t GrRenderTarget::sizeInBytes() const { in sizeInBytes() function in GrRenderTarget
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.h | 31 virtual size_t sizeInBytes() const SK_OVERRIDE { return 100; } in sizeInBytes() function
|
D | GrGLStencilBuffer.cpp | 16 size_t GrGLStencilBuffer::sizeInBytes() const { in sizeInBytes() function in GrGLStencilBuffer
|
D | GrGLIndexBuffer.cpp | 20 size_t sizeInBytes, in GrGLIndexBuffer()
|
D | GrGLVertexBuffer.cpp | 20 size_t sizeInBytes, in GrGLVertexBuffer()
|
/external/srec/portable/src/ |
D | pmemory_ext.c | 70 #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()
|
D | pmemblock.c | 480 void PortMemBlockSetPoolSize(size_t sizeInBytes) in PortMemBlockSetPoolSize()
|
/external/webkit/Source/WebKit2/Shared/ |
D | ShareableBitmap.h | 122 size_t sizeInBytes() const { return numBytesForSize(m_size); } in sizeInBytes() function
|
/external/webkit/Source/WebCore/html/canvas/ |
D | ArrayBuffer.cpp | 56 ArrayBuffer::ArrayBuffer(void* data, unsigned sizeInBytes) in ArrayBuffer()
|
D | WebGLRenderingContext.cpp | 596 unsigned int WebGLRenderingContext::sizeInBytes(GC3Denum type) in sizeInBytes() function in WebCore::WebGLRenderingContext
|
/external/skia/include/gpu/ |
D | GrTexture.h | 49 virtual size_t sizeInBytes() const SK_OVERRIDE { in sizeInBytes() function
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | isac.c | 219 WebRtc_Word16 WebRtcIsac_AssignSize(int* sizeInBytes) { in WebRtcIsac_AssignSize()
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | CodeBlock.cpp | 1265 static size_t sizeInBytes(const Vector<T>& vector) in sizeInBytes() function
|