/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); 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); 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/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiRttManagerFacade.java | 188 result.deviceType = j.getInt("deviceType"); in parseRttParam()
|
/external/vulkan-validation-layers/libs/vkjson/ |
D | vkjson.cc | 206 visitor->Visit("deviceType", &properties->deviceType) && in Iterate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 617 props->deviceType = VK_PHYSICAL_DEVICE_TYPE_OTHER; in getPhysicalDeviceProperties()
|
D | vkStructTypes.inl | 244 VkPhysicalDeviceType deviceType; member
|
D | vkStrUtilImpl.inl | 1921 s << "\tdeviceType = " << value.deviceType << '\n';
|
/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/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 929 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/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1441 VkPhysicalDeviceType deviceType; member
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |