OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_depthStencilView
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DBase.h
31
Microsoft::WRL::ComPtr<ID3D11DepthStencilView>
m_depthStencilView
;
Direct3DBase.cpp
129
&
m_depthStencilView
153
m_depthStencilView
= nullptr;
QuadRenderer.cpp
255
Render(m_renderTargetView,
m_depthStencilView
);
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DBase.h
31
Microsoft::WRL::ComPtr<ID3D11DepthStencilView>
m_depthStencilView
;
Direct3DBase.cpp
129
&
m_depthStencilView
153
m_depthStencilView
= nullptr;
CubeRenderer.cpp
316
Render(m_renderTargetView,
m_depthStencilView
);
Completed in 60 milliseconds