Home | History | Annotate | Download | only in PhoneXamlDirect3DApp1Comp

Lines Matching defs:Direct3DInterop

2 #include "Direct3DInterop.h"
19 void Direct3DInterop::ApplyGrayFilter(const cv::Mat& image)
26 void Direct3DInterop::ApplyCannyFilter(const cv::Mat& image)
33 void Direct3DInterop::ApplySepiaFilter(const cv::Mat& image)
47 Direct3DInterop::Direct3DInterop() :
52 IDrawingSurfaceContentProvider^ Direct3DInterop::CreateContentProvider()
59 void Direct3DInterop::SetManipulationHost(DrawingSurfaceManipulationHost^ manipulationHost)
62 ref new TypedEventHandler<DrawingSurfaceManipulationHost^, PointerEventArgs^>(this, &Direct3DInterop::OnPointerPressed);
65 ref new TypedEventHandler<DrawingSurfaceManipulationHost^, PointerEventArgs^>(this, &Direct3DInterop::OnPointerMoved);
68 ref new TypedEventHandler<DrawingSurfaceManipulationHost^, PointerEventArgs^>(this, &Direct3DInterop::OnPointerReleased);
71 void Direct3DInterop::RenderResolution::set(Windows::Foundation::Size renderResolution)
88 void Direct3DInterop::OnPointerPressed(DrawingSurfaceManipulationHost^ sender, PointerEventArgs^ args)
93 void Direct3DInterop::OnPointerMoved(DrawingSurfaceManipulationHost^ sender, PointerEventArgs^ args)
98 void Direct3DInterop::OnPointerReleased(DrawingSurfaceManipulationHost^ sender, PointerEventArgs^ args)
104 HRESULT Direct3DInterop::Connect(_In_ IDrawingSurfaceRuntimeHostNative* host)
117 void Direct3DInterop::Disconnect()
122 HRESULT Direct3DInterop::PrepareResources(_In_ const LARGE_INTEGER* presentTargetTime, _Out_ BOOL* contentDirty)
129 HRESULT Direct3DInterop::GetTexture(_In_ const DrawingSurfaceSizeF* size, _Out_ IDrawingSurfaceSynchronizedTextureNative** synchronizedTexture, _Out_ DrawingSurfaceRectF* textureSubRectangle)
140 ID3D11Texture2D* Direct3DInterop::GetTexture()
145 void Direct3DInterop::CreateTexture(const Platform::Array<int>^ buffer,int width,int height, OCVFilterType filter)