OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDeviceWindow
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.cpp
32
mDeviceWindow
= NULL;
221
mDeviceWindow
= CreateWindowEx(WS_EX_NOACTIVATE, className, windowName, WS_DISABLED | WS_POPUP, 0, 0, 1, 1, HWND_MESSAGE, NULL, GetModuleHandle(NULL), NULL);
256
if (
mDeviceWindow
)
258
DestroyWindow(
mDeviceWindow
);
259
mDeviceWindow
= NULL;
347
HRESULT result = mD3d9->CreateDevice(mAdapter, mDeviceType,
mDeviceWindow
, behaviorFlags | D3DCREATE_HARDWARE_VERTEXPROCESSING | D3DCREATE_PUREDEVICE, &presentParameters, &mDevice);
356
result = mD3d9->CreateDevice(mAdapter, mDeviceType,
mDeviceWindow
, behaviorFlags | D3DCREATE_SOFTWARE_VERTEXPROCESSING, &presentParameters, &mDevice);
650
presentParameters.hDeviceWindow =
mDeviceWindow
;
Display.h
86
HWND
mDeviceWindow
;
Completed in 4150 milliseconds