HomeSort by relevance Sort by last modified time
    Searched full:directx (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/opencv3/cmake/
OpenCVDetectDirectX.cmake 4 "${OpenCV_SOURCE_DIR}/cmake/checks/directx.cpp"
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
QuadRenderer.h 9 DirectX::XMFLOAT4X4 model;
10 DirectX::XMFLOAT4X4 view;
11 DirectX::XMFLOAT4X4 projection;
21 DirectX::XMFLOAT3 pos;
22 DirectX::XMFLOAT2 texCoord;
Direct3DBase.h 5 // Helper class that initializes DirectX APIs for 3D rendering.
Direct3DBase.cpp 4 using namespace DirectX;
33 // This array defines the set of DirectX hardware feature levels this app will support.
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
CubeRenderer.h 10 DirectX::XMFLOAT4X4 model;
11 DirectX::XMFLOAT4X4 view;
12 DirectX::XMFLOAT4X4 projection;
22 DirectX::XMFLOAT3 pos;
23 DirectX::XMFLOAT2 texCoord;
Direct3DBase.h 5 // Helper class that initializes DirectX APIs for 3D rendering.
Direct3DBase.cpp 4 using namespace DirectX;
33 // This array defines the set of DirectX hardware feature levels this app will support.
  /external/webrtc/webrtc/build/
find_directx_sdk.py 11 """Searches for DirectX SDK installation and prints full path to it."""
24 """Try to find an installation location for the DirectX SDK. Check for the
33 cmd = ['reg.exe', 'query', r'HKLM\Software\Microsoft\DirectX', '/s']
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dhal.h 3 * (DirectX 7 version)
61 /* DirectX 5 */
66 /* DirectX 6 */
80 /* DirectX 7 */
203 LPDDRAWI_DIRECTDRAW_GBL lpDDGbl; /* pre-DirectX 7 */
204 LPDDRAWI_DIRECTDRAW_LCL lpDDLcl; /* DirectX 7 */
208 LPDDRAWI_DDRAWSURFACE_LCL lpDDSLcl; /* DirectX 7 */
212 LPDDRAWI_DDRAWSURFACE_LCL lpDDSZLcl; /* DirectX 7 */
318 /* pre-DirectX 7 interfaces */
321 /* DirectX 7 interfaces *
    [all...]
ddrawi.h 3 * (DirectX 7 version)
315 /* DirectX 2 */
456 /* DirectX 2 */
708 /* DirectX 2 */
713 /* DirectX 5.0 */
715 /* DirectX 5.0A */
719 /* DirectX 6.0 */
791 /* DirectX 2 */
795 /* DirectX 5.0 */
811 /* DirectX 5.0A *
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
directx.hpp 65 namespace cv { namespace directx { namespace in namespace:cv
81 } // namespace cv::directx::ocl
95 // Get OpenCV type from DirectX type, return -1 if there is no equivalent
98 // Get OpenCV type from DirectX type, return -1 if there is no equivalent
103 } } // namespace cv::directx
  /external/opencv/cv/include/
cvstreams.h 51 and DirectX SDK (2006 April or later).
55 and DirectX SDK from msdn.microsoft.com/directx/
60 Install DirectX (with or without sample code).
  /external/opencv3/samples/directx/
d3d9_interop.cpp 14 #include "opencv2/core/directx.hpp"
40 // initialize DirectX
89 // initialize OpenCL context of OpenCV lib from DirectX
92 m_oclCtx = cv::directx::ocl::initializeContextFromDirect3DDevice9(m_pD3D9Dev);
195 cv::directx::convertFromDirect3DSurface9(pSurface, u);
203 cv::directx::convertToDirect3DSurface9(u, pSurface);
d3d9ex_interop.cpp 14 #include "opencv2/core/directx.hpp"
40 // initialize DirectX
89 // initialize OpenCL context of OpenCV lib from DirectX
92 m_oclCtx = cv::directx::ocl::initializeContextFromDirect3DDevice9(m_pD3D9DevEx);
195 cv::directx::convertFromDirect3DSurface9(pSurface, u);
203 cv::directx::convertToDirect3DSurface9(u, pSurface);
d3d10_interop.cpp 14 #include "opencv2/core/directx.hpp"
41 // initialize DirectX
116 // initialize OpenCL context of OpenCV lib from DirectX
119 m_oclCtx = cv::directx::ocl::initializeContextFromD3D10Device(m_pD3D10Dev);
214 cv::directx::convertFromD3D10Texture2D(pSurface, u);
222 cv::directx::convertToD3D10Texture2D(u, pSurface);
d3d11_interop.cpp 14 #include "opencv2/core/directx.hpp"
41 // initialize DirectX
120 // initialize OpenCL context of OpenCV lib from DirectX
123 m_oclCtx = cv::directx::ocl::initializeContextFromD3D11Device(m_pD3D11Dev);
218 cv::directx::convertFromD3D11Texture2D(pSurface, u);
226 cv::directx::convertToD3D11Texture2D(u, pSurface);
CMakeLists.txt 6 set(project "directx")
d3dsample.hpp 10 #include "opencv2/core/directx.hpp"
123 "\nSample demonstrating interoperability of DirectX and OpenCL with OpenCV.\n"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 3 * (DirectX 7 version)
89 /* DirectX 5 */
94 /* DirectX 6 */
108 /* DirectX 7 */
236 LPDDRAWI_DIRECTDRAW_GBL lpDDGbl; /* pre-DirectX 7 */
237 LPDDRAWI_DIRECTDRAW_LCL lpDDLcl; /* DirectX 7 */
241 LPDDRAWI_DDRAWSURFACE_LCL lpDDSLcl; /* DirectX 7 */
245 LPDDRAWI_DDRAWSURFACE_LCL lpDDSZLcl; /* DirectX 7 */
351 /* pre-DirectX 7 interfaces */
354 /* DirectX 7 interfaces *
    [all...]
  /external/mesa3d/scons/
dxsdk.py 3 Tool-specific initialization for Microsoft DirectX SDK
46 # DirectX SDK not found
  /external/mesa3d/src/gallium/state_trackers/d3d1x/mstools/
download-mstools 15 echo "Downloading Microsoft DirectX June 2010 SDK and extracting files..."
55 echo "Failed to download DirectX SDK: expected $dxsdk_file with size $dxsdk_size"
  /external/opencv3/samples/
CMakeLists.txt 18 add_subdirectory(directx)
70 add_subdirectory(directx)
  /external/skia/site/user/special/
windows_angle.md 7 ANGLE converts OpenGL ES 2.0 calls to DirectX 9 calls. These instructions
  /external/webrtc/webrtc/test/win/
d3d_renderer.h 15 #pragma comment(lib, "d3d9.lib") // located in DirectX SDK
  /external/opencv3/cmake/templates/
cvconfig.h.in 58 /* DirectX */

Completed in 1128 milliseconds

1 2 3