Searched refs:Direct3DCreate9Ptr (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DDisplay.cpp66 Direct3DCreate9Func Direct3DCreate9Ptr = reinterpret_cast<Direct3DCreate9Func>(GetProcAddress(mD3d9Module, "Direct3DCreate9")); local
68 if (Direct3DCreate9Ptr == NULL)
88 mD3d9 = Direct3DCreate9Ptr(D3D_SDK_VERSION);

Completed in 37 milliseconds