/external/swiftshader/src/D3D9/ |
D | Direct3D9Ex.cpp | 141 …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 …]
|
D | Direct3D9Ex.hpp | 47 …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…
|
D | Direct3D9.hpp | 47 …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…
|
D | Direct3D9.cpp | 192 …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 …]
|
D | Direct3DDevice9.hpp | 55 … HINSTANCE instance, Direct3D9 *d3d9, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindo… 209 const D3DDEVTYPE deviceType; member in D3D9::Direct3DDevice9
|
D | Direct3DDevice9.cpp | 54 …deviceType, 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()
|
D | Direct3DDevice9Ex.cpp | 53 …deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParamete… in Direct3DDevice9Ex() argument
|
D | Direct3DDevice9Ex.hpp | 50 …STANCE instance, Direct3D9Ex *d3d9ex, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindo…
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.hpp | 41 …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;
|
D | Direct3D8.cpp | 124 …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 …]
|
D | Direct3DDevice8.hpp | 49 … HINSTANCE instance, Direct3D8 *d3d8, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindo… 176 const D3DDEVTYPE deviceType; member in D3D8::Direct3DDevice8
|
D | Direct3DDevice8.cpp | 50 …deviceType, 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/ |
D | WifiRttManagerFacade.java | 188 result.deviceType = j.getInt("deviceType"); in parseRttParam()
|
/external/drrickorang/LoopbackApp/app/src/main/jni/ |
D | sles.cpp | 741 locator_iodevice.deviceType = SL_IODEVICE_AUDIOINPUT; in slesCreateServer()
|
/external/vulkan-validation-layers/libs/vkjson/ |
D | vkjson.cc | 205 visitor->Visit("deviceType", &properties->deviceType) && in Iterate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 670 props->deviceType = VK_PHYSICAL_DEVICE_TYPE_OTHER; in getPhysicalDeviceProperties()
|
D | vkStructTypes.inl | 244 VkPhysicalDeviceType deviceType; member
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 633 .deviceType = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU, in anv_GetPhysicalDeviceProperties()
|
/external/vulkan-validation-layers/demos/ |
D | vulkaninfo.c | 1236 …("\tdeviceType = %s\n", vk_physical_device_type_string(props->deviceType)); in app_gpu_dump_props()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 594 .deviceType = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, in radv_GetPhysicalDeviceProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 953 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, deviceType),
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 1407 VkPhysicalDeviceType deviceType; member
|
D | vulkan.hpp | 13466 && ( deviceType == rhs.deviceType ) in operator ==() 13482 PhysicalDeviceType deviceType; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 1416 VkPhysicalDeviceType deviceType; member
|
/external/skia/third_party/vulkan/vulkan/ |
D | vulkan.h | 1513 VkPhysicalDeviceType deviceType; member
|