Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DDisplay.cpp27 mD3d9Module = NULL; in Display()
58 mD3d9Module = LoadLibrary(TEXT("d3d9.dll")); in initialize()
59 if (mD3d9Module == NULL) in initialize()
66 …ect3DCreate9Ptr = reinterpret_cast<Direct3DCreate9Func>(GetProcAddress(mD3d9Module, "Direct3DCreat… in initialize()
75 …DCreate9ExPtr = reinterpret_cast<Direct3DCreate9ExFunc>(GetProcAddress(mD3d9Module, "Direct3DCreat… in initialize()
268 if (mD3d9Module) in terminate()
270 FreeLibrary(mD3d9Module); in terminate()
271 mD3d9Module = NULL; in terminate()
DDisplay.h78 HMODULE mD3d9Module; variable