Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp213 Direct3DCreate9ExFunc Direct3DCreate9ExPtr = in initialize() local
220 if (ANGLE_D3D9EX == ANGLE_ENABLED && Direct3DCreate9ExPtr && in initialize()
221 SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &mD3d9Ex))) in initialize()
2321 Direct3DCreate9ExFunc Direct3DCreate9ExPtr = in isRemovedDeviceResettable() local
2324 if (Direct3DCreate9ExPtr && SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &d3d9Ex))) in isRemovedDeviceResettable()