/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/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 230 VkFormat surfaceFormat = VK_FORMAT_UNDEFINED; in createSwapchain() local 235 surfaceFormat = localFormat; in createSwapchain() 244 if (VK_FORMAT_UNDEFINED == surfaceFormat) { in createSwapchain() 249 switch (surfaceFormat) { in createSwapchain() 278 swapchainCreateInfo.imageFormat = surfaceFormat; in createSwapchain()
|
/external/skqp/tools/sk_app/ |
D | VulkanWindowContext.cpp | 230 VkFormat surfaceFormat = VK_FORMAT_UNDEFINED; in createSwapchain() local 235 surfaceFormat = localFormat; in createSwapchain() 244 if (VK_FORMAT_UNDEFINED == surfaceFormat) { in createSwapchain() 249 switch (surfaceFormat) { in createSwapchain() 278 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/image/ |
D | vktImageMutableTests.cpp | 2061 const VkSurfaceFormatKHR surfaceFormat, in makeSwapchain() argument 2071 surfaceFormat.format, in makeSwapchain() 2093 surfaceFormat.format, // VkFormat imageFormat; in makeSwapchain() 2094 surfaceFormat.colorSpace, // VkColorSpaceKHR imageColorSpace; in makeSwapchain() 2146 const VkSurfaceFormatKHR* surfaceFormat = DE_NULL; in testSwapchainMutable() local 2152 surfaceFormat = &surfaceFormats[i]; in testSwapchainMutable() 2158 if (surfaceFormat == DE_NULL) in testSwapchainMutable() 2174 *surfaceFormat, in testSwapchainMutable()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiColorSpaceTests.cpp | 358 VkSurfaceFormatKHR surfaceFormat, in getBasicSwapchainParameters() argument 374 surfaceFormat.format, in getBasicSwapchainParameters() 375 surfaceFormat.colorSpace, in getBasicSwapchainParameters()
|
D | vktWsiSurfaceTests.cpp | 772 extFormats[ndx] = formats[ndx].surfaceFormat; in querySurfaceFormats2Test() 800 formatsClone[ndx].surfaceFormat == formats[ndx].surfaceFormat, in querySurfaceFormats2Test()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 509 out_fmt->surfaceFormat.format = *disp_fmt; in wsi_wl_surface_get_formats2() 510 out_fmt->surfaceFormat.colorSpace = VK_COLORSPACE_SRGB_NONLINEAR_KHR; in wsi_wl_surface_get_formats2()
|
D | wsi_common_x11.c | 549 f->surfaceFormat.format = formats[i]; in x11_surface_get_formats2() 550 f->surfaceFormat.colorSpace = VK_COLORSPACE_SRGB_NONLINEAR_KHR; in x11_surface_get_formats2()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 2292 VkSurfaceFormatKHR surfaceFormat; member
|
D | vkVulkan_c.inl | 5949 VkSurfaceFormatKHR surfaceFormat; member
|
D | vkStrUtilImpl.inl | 5361 s << "\tsurfaceFormat = " << value.surfaceFormat << '\n';
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 4934 VkSurfaceFormatKHR surfaceFormat; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5562 VkSurfaceFormatKHR surfaceFormat; member
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5562 VkSurfaceFormatKHR surfaceFormat; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 5851 VkSurfaceFormatKHR surfaceFormat; member
|
D | vulkan.hpp | 45387 && ( surfaceFormat == rhs.surfaceFormat ); in operator ==() 45400 SurfaceFormatKHR surfaceFormat; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 5790 VkSurfaceFormatKHR surfaceFormat; member
|
D | vulkan.hpp | 29163 && ( surfaceFormat == rhs.surfaceFormat ); in operator ==() 29176 SurfaceFormatKHR surfaceFormat; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 5946 VkSurfaceFormatKHR surfaceFormat; member
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 12703 physicalDeviceState->surface_formats[i] = pSurfaceFormats[i].surfaceFormat; in PostCallRecordGetPhysicalDeviceSurfaceFormats2KHR()
|