OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDeviceType
(Results
1 - 7
of
7
) sorted by null
/cts/suite/audio_quality/lib/src/task/
TaskAsync.cpp
25
mDeviceType
(EDeviceHost),
75
mDeviceType
= EDeviceHost;
77
mDeviceType
= EDeviceDUT;
TaskOutput.cpp
47
bool localDevice = (
mDeviceType
== TaskAsync::EDeviceHost);
TaskInput.cpp
51
bool localDevice = (
mDeviceType
== TaskAsync::EDeviceHost);
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.cpp
37
mDeviceType
= D3DDEVTYPE_REF;
39
mDeviceType
= D3DDEVTYPE_HAL;
103
result = mD3d9->GetDeviceCaps(mAdapter,
mDeviceType
, &mDeviceCaps);
175
HRESULT result = mD3d9->CheckDeviceFormat(mAdapter,
mDeviceType
, currentDisplayMode.Format, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, renderTargetFormat);
182
HRESULT result = mD3d9->CheckDeviceFormat(mAdapter,
mDeviceType
, currentDisplayMode.Format, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, depthStencilFormat);
186
HRESULT result = mD3d9->CheckDepthStencilMatch(mAdapter,
mDeviceType
, currentDisplayMode.Format, renderTargetFormat, depthStencilFormat);
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);
522
HRESULT result = mD3d9->CheckDeviceMultiSampleType(mAdapter,
mDeviceType
, format,
534
return SUCCEEDED(mD3d9->CheckDeviceFormat(mAdapter,
mDeviceType
, currentDisplayMode.Format, 0, D3DRTYPE_TEXTURE, D3DFMT_DXT1))
[
all
...]
Display.h
81
D3DDEVTYPE
mDeviceType
;
/cts/suite/audio_quality/lib/include/task/
TaskAsync.h
56
DeviceType
mDeviceType
;
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java
105
private int
mDeviceType
;
159
* @return
mDeviceType
163
return
mDeviceType
;
294
device.
mDeviceType
= Utils.byteArrayToInt(val);
Completed in 278 milliseconds