Lines Matching refs:COMReference
161 COMReference<IDirect3DTexture9> getTexture() const;
176 COMReference<IDirect3DTexture9> mpTexture;
196 virtual COMReference<IDirect3DSurface9>
213 COMReference<IDirect3DDevice9> getDevice() { return mpDevice; } in getDevice()
232 COMReference<IDirect3DDevice9> mpDevice;
233 COMReference<IDirect3D9> mpDirect3D9;
234 COMReference<IDirect3DSwapChain9> mpSwapChain;
235 COMReference<IDirect3DVertexBuffer9> mpVertexBuffer;
333 COMReference<IDirect3DDevice9> pDevice(rRenderModule.getDevice()); in DXSurface()
344 mpTexture=COMReference<IDirect3DTexture9>(pTexture); in DXSurface()
369 COMReference<IDirect3DDevice9> pDevice(mrRenderModule.getDevice()); in selectTexture()
563 COMReference<IDirect3DTexture9> DXSurface::getTexture() const in getTexture()
639 mpVertexBuffer=COMReference<IDirect3DVertexBuffer9>(pVB); in DXRenderModule()
722 mpDirect3D9 = COMReference<IDirect3D9>( in create()
872 mpDevice=COMReference<IDirect3DDevice9>(pDevice); in createDevice()
877 mpSwapChain=COMReference<IDirect3DSwapChain9>(pSwapChain); in createDevice()
899 …COMReference<IDirect3DSurface9> DXRenderModule::createSystemMemorySurface( const ::basegfx::B2IVec… in createSystemMemorySurface()
902 return COMReference<IDirect3DSurface9>(NULL); in createSystemMemorySurface()
921 return COMReference<IDirect3DSurface9>(pSurface); in createSystemMemorySurface()
975 mpVertexBuffer=COMReference<IDirect3DVertexBuffer9>(pVB); in flip()
1050 mpSwapChain=COMReference<IDirect3DSwapChain9>(pSwapChain); in resize()