Home
last modified time | relevance | path

Searched refs:kB8G8R8A8_UNORM (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/amber/src/
Dformat_data.h71 kB8G8R8A8_UNORM, enumerator
Damber.cc33 const FormatType kDefaultFramebufferFormat = FormatType::kB8G8R8A8_UNORM;
Dtype_parser.cc239 return FormatType::kB8G8R8A8_UNORM; in NameToFormatType()
Dtype_parser_test.cc325 FormatType::kB8G8R8A8_UNORM, in TEST_F()
/external/deqp-deps/amber/src/amberscript/
Dparser_pipeline_test.cc200 EXPECT_EQ(FormatType::kB8G8R8A8_UNORM, buffer1->GetFormat()->GetFormatType()); in TEST_F()
211 EXPECT_EQ(FormatType::kB8G8R8A8_UNORM, in TEST_F()
/external/deqp-deps/amber/src/vulkan/
Ddevice.cc824 case FormatType::kB8G8R8A8_UNORM: in GetVkFormat()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc536 case FormatType::kB8G8R8A8_UNORM: in GetDawnTextureFormat()