Home
last modified time | relevance | path

Searched refs:D3D_SDK_VERSION (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dwrappers.cpp113 _d3d9 = Direct3DCreate9(D3D_SDK_VERSION); in CD3D9Wrapper()
232 HRESULT result = Direct3DCreate9Ex(D3D_SDK_VERSION, &_d3d9Ex); in CD3D9ExWrapper()
/external/webrtc/test/win/
Dd3d_renderer.cc84 d3d_ = Direct3DCreate9(D3D_SDK_VERSION); in Init()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp221 SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &mD3d9Ex))) in initialize()
231 mD3d9 = Direct3DCreate9(D3D_SDK_VERSION); in initialize()
2324 if (Direct3DCreate9ExPtr && SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &d3d9Ex))) in isRemovedDeviceResettable()
/external/mesa3d/include/D3D9/
Dd3d9types.h196 #define D3D_SDK_VERSION 32 macro