/external/swiftshader/src/D3D9/ |
D | Direct3D9Ex.cpp | 162 …ultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed,… in CheckDeviceMultiSampleType() argument 164 …e = %d, unsigned long *qualityLevels = 0x%0.8p", adapter, deviceType, surfaceFormat, windowed, mul… in CheckDeviceMultiSampleType() 172 …return d3d9ex->CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampl… in CheckDeviceMultiSampleType() 176 …return CheckDeviceMultiSampleType(adapter, D3DDEVTYPE_HAL, surfaceFormat, windowed, multiSampleTyp… in CheckDeviceMultiSampleType() 180 …return Direct3D9::CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSa… in CheckDeviceMultiSampleType()
|
D | Direct3D9.hpp | 48 …ultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed,…
|
D | Direct3D9.cpp | 748 …ultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed,… in CheckDeviceMultiSampleType() argument 750 …e = %d, unsigned long *qualityLevels = 0x%0.8p", adapter, deviceType, surfaceFormat, windowed, mul… in CheckDeviceMultiSampleType() 758 …return d3d9->CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampleT… in CheckDeviceMultiSampleType() 762 …return CheckDeviceMultiSampleType(adapter, D3DDEVTYPE_HAL, surfaceFormat, windowed, multiSampleTyp… in CheckDeviceMultiSampleType() 790 …, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, surfaceFormat) == D3D_OK || in CheckDeviceMultiSampleType() 791 …er, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, surfaceFormat) == D3D_OK) in CheckDeviceMultiSampleType() 793 if(surfaceFormat != D3DFMT_D32F_LOCKABLE && surfaceFormat != D3DFMT_D16_LOCKABLE) in CheckDeviceMultiSampleType()
|
D | Direct3D9Ex.hpp | 48 …ultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed,…
|
/external/skqp/tools/sk_app/ |
D | VulkanWindowContext.cpp | 183 VkFormat surfaceFormat = VK_FORMAT_UNDEFINED; in createSwapchain() local 191 surfaceFormat = localFormat; in createSwapchain() 200 if (VK_FORMAT_UNDEFINED == surfaceFormat) { in createSwapchain() 205 switch (surfaceFormat) { in createSwapchain() 234 swapchainCreateInfo.imageFormat = surfaceFormat; in createSwapchain()
|
/external/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 183 VkFormat surfaceFormat = VK_FORMAT_UNDEFINED; in createSwapchain() local 191 surfaceFormat = localFormat; in createSwapchain() 200 if (VK_FORMAT_UNDEFINED == surfaceFormat) { in createSwapchain() 205 switch (surfaceFormat) { in createSwapchain() 234 swapchainCreateInfo.imageFormat = surfaceFormat; in createSwapchain()
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.hpp | 43 …ultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed,…
|
D | Direct3D8.cpp | 496 …ultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed,… in CheckDeviceMultiSampleType() argument 506 …return d3d8->CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampleT… in CheckDeviceMultiSampleType() 510 …return CheckDeviceMultiSampleType(adapter, D3DDEVTYPE_HAL, surfaceFormat, windowed, multiSampleTyp… in CheckDeviceMultiSampleType() 525 if(surfaceFormat != D3DFMT_UNKNOWN) in CheckDeviceMultiSampleType()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 685 extFormats[ndx] = formats[ndx].surfaceFormat; in querySurfaceFormats2Test() 713 formatsClone[ndx].surfaceFormat == formats[ndx].surfaceFormat, in querySurfaceFormats2Test()
|
/external/vulkan-validation-layers/loader/ |
D | extension_manual.c | 647 pSurfaceFormats[i].surfaceFormat = formats[i]; in terminator_GetPhysicalDeviceSurfaceFormats2KHR()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 2192 VkSurfaceFormatKHR surfaceFormat; member
|
D | vkStrUtilImpl.inl | 5155 s << "\tsurfaceFormat = " << value.surfaceFormat << '\n';
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 4936 VkSurfaceFormatKHR surfaceFormat; member
|
D | vulkan.hpp | 20073 && ( surfaceFormat == rhs.surfaceFormat ); in operator ==() 20086 SurfaceFormatKHR surfaceFormat; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 5762 VkSurfaceFormatKHR surfaceFormat; member
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 11456 physicalDeviceState->surface_formats[i] = pSurfaceFormats[i].surfaceFormat; in PostCallRecordGetPhysicalDeviceSurfaceFormats2KHR()
|