HomeSort by relevance Sort by last modified time
    Searched refs:DeviceType (Results 1 - 25 of 45) sorted by null

1 2

  /external/skia/example/
HelloWorld.h 23 enum DeviceType {
33 DeviceType getDeviceType() const { return fType; }
62 DeviceType fType;
  /cts/suite/audio_quality/lib/include/task/
TaskAsync.h 51 enum DeviceType {
56 DeviceType mDeviceType;
  /external/skia/samplecode/
SampleApp.h 34 enum DeviceType {
48 static bool IsGpuDeviceType(DeviceType devType) {
83 virtual SkSurface* createSurface(DeviceType dType, SampleWindow* win) = 0;
87 virtual void publishCanvas(DeviceType dType,
120 void setDeviceType(DeviceType type);
142 DeviceType getDeviceType() const { return fDeviceType; }
176 DeviceType fDeviceType;
SampleApp.cpp 290 SkSurface* createSurface(SampleWindow::DeviceType dType, SampleWindow* win) override {
300 void publishCanvas(SampleWindow::DeviceType dType,
686 static inline SampleWindow::DeviceType cycle_devicetype(SampleWindow::DeviceType ct) {
687 static const SampleWindow::DeviceType gCT[] = {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d4drvif.h 35 #define CTL_CODE( DeviceType, Function, Method, Access ) ( \
36 ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
minitape.h 76 UCHAR DeviceType : 5;
scsi.h 457 /* INQUIRYDATA.DeviceType constants */
    [all...]
d3dhal.h 663 D3DDEVTYPE DeviceType;
hubbusif.h 730 USB_DEVICE_TYPE DeviceType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devioctl.h 97 /* DEVICE_OBJECT.DeviceType */
100 #define CTL_CODE(DeviceType, Function, Method, Access) \
101 (((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
ntddstor.h 232 DEVICE_TYPE DeviceType;
402 ULONG DeviceType;
446 UCHAR DeviceType;
d3d8caps.h 217 D3DDEVTYPE DeviceType;
ntddchgr.h 235 UCHAR DeviceType;
sti.h 88 STI_DEVICE_TYPE DeviceType;
101 STI_DEVICE_TYPE DeviceType;
122 STI_DEVICE_TYPE DeviceType;
137 STI_DEVICE_TYPE DeviceType;
ntmsapi.h 441 DWORD DeviceType;
451 DWORD DeviceType;
458 DWORD DeviceType;
467 DWORD DeviceType;
473 DWORD DeviceType;
    [all...]
winioctl.h 109 #define CTL_CODE(DeviceType,Function,Method,Access) (((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
206 DEVICE_TYPE DeviceType;
393 DWORD DeviceType;
    [all...]
d3d9caps.h 305 D3DDEVTYPE DeviceType;
d3d9.h 197 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
198 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, WINBOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD* pQualityLevels) PURE;
199 STDMETHOD(CheckDepthStencilMatch)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) PURE;
200 STDMETHOD(CheckDeviceFormatConversion)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) PURE;
201 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE;
203 STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, struct IDirect3DDevice9** ppReturnedDeviceInterface) PURE;
275 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
276 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, WINBOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD* pQualityLevels) PURE;
277 STDMETHOD(CheckDepthStencilMatch)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) PURE;
278 STDMETHOD(CheckDeviceFormatConversion)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) PURE
    [all...]
dxvahd.h 177 DXVAHD_DEVICE_TYPE DeviceType;
d3d8.h 145 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
146 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, WINBOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType) PURE;
147 STDMETHOD(CheckDepthStencilMatch)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) PURE;
148 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS8 * pCaps) PURE;
150 STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType,HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS * pPresentationParameters, struct IDirect3DDevice8 ** ppReturnedDeviceInterface) PURE;
    [all...]
d3d8types.h     [all...]
  /frameworks/base/media/java/android/media/
MediaRouterClientState.java 107 public @MediaRouter.RouteInfo.DeviceType int deviceType;
117 deviceType = MediaRouter.RouteInfo.DEVICE_TYPE_UNKNOWN;
133 deviceType = other.deviceType;
149 deviceType = in.readInt();
171 dest.writeInt(deviceType);
188 + ", deviceType=" + deviceType
MediaRouter.java 487 route.mDeviceType = globalRoute.deviceType;
    [all...]
  /external/skia/experimental/iOSSampleApp/
SkSampleUIView.mm 122 SkSurface* createSurface(SampleWindow::DeviceType dType, SampleWindow* win) override{
132 virtual void publishCanvas(SampleWindow::DeviceType dType,
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]

Completed in 1294 milliseconds

1 2