Home
last modified time | relevance | path

Searched refs:getColorFormat (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DSurfaceMtl.h80 const mtl::Format &getColorFormat() const { return mColorFormat; } in getColorFormat() function
DTextureMtl.mm1395 mFormat = pBuffer->getColorFormat();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationOrderAttachmentAccessTests.cpp103 VkFormat getColorFormat() const in getColorFormat() function in vkt::rasterization::__anonce4ad5ea0111::AttachmentAccessOrderTestCase
851 VkFormat attFormat = m_testCase->getColorFormat(); in createAttachments()
1319 m_renderPass = createRenderPass(m_testCase->getColorFormat()); in AttachmentAccessOrderTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp106 VkFormat getColorFormat () in getColorFormat() function
699 const auto colorFormat = getColorFormat(); in iterate()
/third_party/vk-gl-cts/modules/egl/
DteglRenderTests.cpp338 tcu::TextureFormat getColorFormat (const tcu::PixelFormat& colorBits) in getColorFormat() function
443 colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height); in renderReference()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4212 static VkFormat getColorFormat (void) { return VK_FORMAT_R8G8B8A8_UINT; } in getColorFormat() function in vkt::api::__anon608dc1f50111::ManyDrawsCase
4353 …ManyDrawsAllocatedData allocatedData(vkd, device, alloc, m_params.imageExtent, getColorFormat(), d… in checkSupport()
4428 const auto colorFormat = ManyDrawsCase::getColorFormat(); in iterate()