OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mD3d9Module
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.cpp
27
mD3d9Module
= NULL;
58
mD3d9Module
= LoadLibrary(TEXT("d3d9.dll"));
59
if (
mD3d9Module
== NULL)
66
Direct3DCreate9Func Direct3DCreate9Ptr = reinterpret_cast<Direct3DCreate9Func>(GetProcAddress(
mD3d9Module
, "Direct3DCreate9"));
75
Direct3DCreate9ExFunc Direct3DCreate9ExPtr = reinterpret_cast<Direct3DCreate9ExFunc>(GetProcAddress(
mD3d9Module
, "Direct3DCreate9Ex"));
268
if (
mD3d9Module
)
270
FreeLibrary(
mD3d9Module
);
271
mD3d9Module
= NULL;
Display.h
78
HMODULE
mD3d9Module
;
Completed in 440 milliseconds