Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGeometryBuffer.h76 virtual size_t sizeInBytes() const { return fSizeInBytes; } in sizeInBytes() function
79 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic) in GrGeometryBuffer()
DGrVertexBuffer.h18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic) in GrVertexBuffer()
DGrIndexBuffer.h27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic) in GrIndexBuffer()
DGrRenderTarget.cpp59 size_t GrRenderTarget::sizeInBytes() const { in sizeInBytes() function in GrRenderTarget
/external/skia/src/gpu/gl/
DGrGLPath.h31 virtual size_t sizeInBytes() const SK_OVERRIDE { return 100; } in sizeInBytes() function
DGrGLStencilBuffer.cpp16 size_t GrGLStencilBuffer::sizeInBytes() const { in sizeInBytes() function in GrGLStencilBuffer
DGrGLIndexBuffer.cpp20 size_t sizeInBytes, in GrGLIndexBuffer()
DGrGLVertexBuffer.cpp20 size_t sizeInBytes, in GrGLVertexBuffer()
/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/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/skia/include/gpu/
DGrTexture.h49 virtual size_t sizeInBytes() const SK_OVERRIDE { in sizeInBytes() function
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c219 WebRtc_Word16 WebRtcIsac_AssignSize(int* sizeInBytes) { in WebRtcIsac_AssignSize()
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.cpp1265 static size_t sizeInBytes(const Vector<T>& vector) in sizeInBytes() function