Home
last modified time | relevance | path

Searched refs:surfaceFormat (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp162 …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()
DDirect3D9.hpp48 …ultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed,…
DDirect3D9.cpp748 …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()
DDirect3D9Ex.hpp48 …ultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed,…
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp183 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/
DVulkanWindowContext.cpp183 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/
DDirect3D8.hpp43 …ultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed,…
DDirect3D8.cpp496 …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/
DvktWsiSurfaceTests.cpp685 extFormats[ndx] = formats[ndx].surfaceFormat; in querySurfaceFormats2Test()
713 formatsClone[ndx].surfaceFormat == formats[ndx].surfaceFormat, in querySurfaceFormats2Test()
/external/vulkan-validation-layers/loader/
Dextension_manual.c647 pSurfaceFormats[i].surfaceFormat = formats[i]; in terminator_GetPhysicalDeviceSurfaceFormats2KHR()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl2192 VkSurfaceFormatKHR surfaceFormat; member
DvkStrUtilImpl.inl5155 s << "\tsurfaceFormat = " << value.surfaceFormat << '\n';
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h4936 VkSurfaceFormatKHR surfaceFormat; member
Dvulkan.hpp20073 && ( surfaceFormat == rhs.surfaceFormat ); in operator ==()
20086 SurfaceFormatKHR surfaceFormat; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in5762 VkSurfaceFormatKHR surfaceFormat; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11456 physicalDeviceState->surface_formats[i] = pSurfaceFormats[i].surfaceFormat; in PostCallRecordGetPhysicalDeviceSurfaceFormats2KHR()