Searched refs:mAdapter (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | Display.cpp | 34 mAdapter = D3DADAPTER_DEFAULT; in Display() 103 result = mD3d9->GetDeviceCaps(mAdapter, mDeviceType, &mDeviceCaps); in initialize() 167 mD3d9->GetAdapterDisplayMode(mAdapter, ¤tDisplayMode); in initialize() 175 …HRESULT result = mD3d9->CheckDeviceFormat(mAdapter, mDeviceType, currentDisplayMode.Format, D3DUSA… in initialize() 182 …HRESULT result = mD3d9->CheckDeviceFormat(mAdapter, mDeviceType, currentDisplayMode.Format, D3DUSA… in initialize() 186 …HRESULT result = mD3d9->CheckDepthStencilMatch(mAdapter, mDeviceType, currentDisplayMode.Format, r… in initialize() 347 …HRESULT result = mD3d9->CreateDevice(mAdapter, mDeviceType, mDeviceWindow, behaviorFlags | D3DCREA… in createDevice() 356 …result = mD3d9->CreateDevice(mAdapter, mDeviceType, mDeviceWindow, behaviorFlags | D3DCREATE_SOFTW… in createDevice() 522 HRESULT result = mD3d9->CheckDeviceMultiSampleType(mAdapter, mDeviceType, format, in getMultiSampleSupport() 532 mD3d9->GetAdapterDisplayMode(mAdapter, ¤tDisplayMode); in getCompressedTextureSupport() [all …]
|
D | Display.h | 80 UINT mAdapter; variable
|