Searched refs:GetBufferSize (Results 1 - 17 of 17) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsByteBuffer.h54 NS_IMETHOD_(PRUint32) GetBufferSize(void) const;
H A DnsUnicharBuffer.h53 NS_IMETHOD_(PRInt32) GetBufferSize() const;
H A DnsIUnicharBuffer.h54 NS_IMETHOD_(PRInt32) GetBufferSize() const = 0;
H A DnsIByteBuffer.h66 NS_IMETHOD_(PRUint32) GetBufferSize(void) const = 0;
H A DnsUnicharBuffer.cpp95 UnicharBufferImpl::GetBufferSize() const function in class:UnicharBufferImpl
H A DnsByteBuffer.cpp96 ByteBufferImpl::GetBufferSize(void) const function in class:ByteBufferImpl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx8core.h72 STDMETHOD_(DWORD,GetBufferSize)(THIS) PURE;
83 #define ID3DXBuffer_GetBufferSize(p) (p)->lpVtbl->GetBufferSize(p)
H A Dd3dx9shader.h137 STDMETHOD_(DWORD, GetBufferSize)(THIS) PURE;
170 #define ID3DXConstantTable_GetBufferSize(p) (p)->lpVtbl->GetBufferSize(p)
201 #define ID3DXConstantTable_GetBufferSize(p) (p)->GetBufferSize()
H A Dd3dx9core.h82 STDMETHOD_(DWORD, GetBufferSize)(THIS) PURE;
93 #define ID3DXBuffer_GetBufferSize(p) (p)->lpVtbl->GetBufferSize(p)
101 #define ID3DXBuffer_GetBufferSize(p) (p)->GetBufferSize()
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp342 NS_ASSERTION(PRInt32(dstLen) <= mUnicharData->GetBufferSize(),
344 if (PRInt32(dstLen) > mUnicharData->GetBufferSize()) return 0;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Daudioclient.idl92 HRESULT GetBufferSize(
H A Dd3dcommon.idl47 SIZE_T GetBufferSize();
H A Dd3dx9core.h82 STDMETHOD_(DWORD, GetBufferSize)(THIS) PURE;
93 #define ID3DXBuffer_GetBufferSize(p) (p)->lpVtbl->GetBufferSize(p)
101 #define ID3DXBuffer_GetBufferSize(p) (p)->GetBufferSize()
H A Dd3dx9shader.h137 STDMETHOD_(DWORD, GetBufferSize)(THIS) PURE;
181 #define ID3DXConstantTable_GetBufferSize(p) (p)->lpVtbl->GetBufferSize(p)
212 #define ID3DXConstantTable_GetBufferSize(p) (p)->GetBufferSize()
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dvboxdri_drv.c162 * Called by ctx->Driver.GetBufferSize from in core Mesa to query the
200 functions->GetBufferSize = get_buffer_size;
H A Ddri_drv.c393 driver->GetBufferSize = vboxDDGetBufferSize;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Ddd.h74 void (*GetBufferSize)( GLframebuffer *buffer, member in struct:dd_function_table

Completed in 77 milliseconds