Home
last modified time | relevance | path

Searched refs:deviceType (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp141 …long Direct3D9Ex::CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapter… in CheckDeviceFormat() argument
143 …DRESOURCETYPE resourceType = %d, D3DFORMAT checkFormat = %d", adapter, deviceType, adapterFormat, … in CheckDeviceFormat()
145 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceFormat()
151 …return d3d9ex->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFor… in CheckDeviceFormat()
159 …return Direct3D9::CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, check… in CheckDeviceFormat()
162 …long Direct3D9Ex::CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMA… in CheckDeviceMultiSampleType() argument
164 …ultiSampleType = %d, unsigned long *qualityLevels = 0x%0.8p", adapter, deviceType, surfaceFormat, … in CheckDeviceMultiSampleType()
166 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceMultiSampleType()
172 …return d3d9ex->CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampl… in CheckDeviceMultiSampleType()
180 …return Direct3D9::CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSa… in CheckDeviceMultiSampleType()
[all …]
DDirect3D9Ex.hpp47 …long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFor…
48 …long __stdcall CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT s…
49 …long __stdcall CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapt…
50 …long __stdcall CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT …
51 …long __stdcall GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *caps) override;
53 …long __stdcall CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigne…
59 …long __stdcall CreateDeviceEx(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, DWORD…
DDirect3D9.hpp47 …long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFor…
48 …long __stdcall CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT s…
49 …long __stdcall CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapt…
50 …long __stdcall CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT …
51 …long __stdcall GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *caps) override;
53 …long __stdcall CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigne…
DDirect3D9.cpp192 …long Direct3D9::CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adap… in CheckDepthStencilMatch() argument
194 … renderTargetFormat = %d, D3DFORMAT depthStencilFormat = %d", adapter, deviceType, adapterFormat, … in CheckDepthStencilMatch()
196 if(deviceType != D3DDEVTYPE_HAL) in CheckDepthStencilMatch()
202 …return d3d9->CheckDepthStencilMatch(adapter, deviceType, adapterFormat, renderTargetFormat, depthS… in CheckDepthStencilMatch()
213 …long Direct3D9::CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFo… in CheckDeviceFormat() argument
215 …DRESOURCETYPE resourceType = %d, D3DFORMAT checkFormat = %d", adapter, deviceType, adapterFormat, … in CheckDeviceFormat()
217 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceFormat()
223 …return d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkForma… in CheckDeviceFormat()
727 …long Direct3D9::CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT… in CheckDeviceFormatConversion() argument
729 …d, D3DFORMAT sourceFormat = %d, D3DFORMAT targetFormat = %d", adapter, deviceType, sourceFormat, t… in CheckDeviceFormatConversion()
[all …]
DDirect3DDevice9.hpp55 … HINSTANCE instance, Direct3D9 *d3d9, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindo…
209 const D3DDEVTYPE deviceType; member in D3D9::Direct3DDevice9
DDirect3DDevice9.cpp54deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParamete… in Direct3DDevice9() argument
538 …USAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8… in CreateCubeTexture()
571 …if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateDepthStencilSurface()
656 …if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D… in CreateOffscreenPlainSurface()
785 …if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateRenderTarget()
836 …USAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8… in CreateTexture()
960 …USAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8… in CreateVolumeTexture()
1406 parameters->DeviceType = deviceType; in GetCreationParameters()
DDirect3DDevice9Ex.cpp53deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParamete… in Direct3DDevice9Ex() argument
DDirect3DDevice9Ex.hpp50 …STANCE instance, Direct3D9Ex *d3d9ex, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindo…
/external/swiftshader/src/D3D8/
DDirect3D8.hpp41 …long __stdcall CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapt…
42 …long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapaterFo…
43 …long __stdcall CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT s…
45 …long __stdcall CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigne…
52 …long __stdcall GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS8 *caps) override;
DDirect3D8.cpp124 …long Direct3D8::CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adap… in CheckDepthStencilMatch() argument
128 if(deviceType != D3DDEVTYPE_HAL) in CheckDepthStencilMatch()
134 …return d3d8->CheckDepthStencilMatch(adapter, deviceType, adapterFormat, renderTargetFormat, depthS… in CheckDepthStencilMatch()
145 …long Direct3D8::CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFo… in CheckDeviceFormat() argument
147 …DRESOURCETYPE resourceType = %d, D3DFORMAT checkFormat = %d", adapter, deviceType, adapterFormat, … in CheckDeviceFormat()
149 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceFormat()
155 …return d3d8->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkForma… in CheckDeviceFormat()
496 …long Direct3D8::CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT … in CheckDeviceMultiSampleType() argument
500 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceMultiSampleType()
506 …return d3d8->CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampleT… in CheckDeviceMultiSampleType()
[all …]
DDirect3DDevice8.hpp49 … HINSTANCE instance, Direct3D8 *d3d8, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindo…
176 const D3DDEVTYPE deviceType; member in D3D8::Direct3DDevice8
DDirect3DDevice8.cpp50deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParamete… in Direct3DDevice8() argument
545 …if(edgeLength == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYP… in CreateCubeTexture()
575 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateDepthStencilSurface()
605 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D… in CreateImageSurface()
691 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateRenderTarget()
738 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usag… in CreateTexture()
824 …if(width == 0 || height == 0 || depth == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_… in CreateVolumeTexture()
1255 parameters->DeviceType = deviceType; in GetCreationParameters()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiRttManagerFacade.java188 result.deviceType = j.getInt("deviceType"); in parseRttParam()
/external/drrickorang/LoopbackApp/app/src/main/jni/
Dsles.cpp741 locator_iodevice.deviceType = SL_IODEVICE_AUDIOINPUT; in slesCreateServer()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc205 visitor->Visit("deviceType", &properties->deviceType) && in Iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp670 props->deviceType = VK_PHYSICAL_DEVICE_TYPE_OTHER; in getPhysicalDeviceProperties()
DvkStructTypes.inl244 VkPhysicalDeviceType deviceType; member
/external/mesa3d/src/intel/vulkan/
Danv_device.c633 .deviceType = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU, in anv_GetPhysicalDeviceProperties()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c1236 …("\tdeviceType = %s\n", vk_physical_device_type_string(props->deviceType)); in app_gpu_dump_props()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c594 .deviceType = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, in radv_GetPhysicalDeviceProperties()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp953 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, deviceType),
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1407 VkPhysicalDeviceType deviceType; member
Dvulkan.hpp13466 && ( deviceType == rhs.deviceType ) in operator ==()
13482 PhysicalDeviceType deviceType; member
/external/mesa3d/include/vulkan/
Dvulkan.h1416 VkPhysicalDeviceType deviceType; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1513 VkPhysicalDeviceType deviceType; member

12