Home
last modified time | relevance | path

Searched defs:FormatPair (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCopyTextureTest.cpp749 struct FormatPair struct
751 explicit FormatPair(GLenum format) : format(format), internalFormat(format) {} in FormatPair() function
752 FormatPair(GLenum format, GLint internalFormat) : format(format), internalFormat(internalFormat) in FormatPair() argument
755 GLenum format;
756 GLint internalFormat;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp76 struct FormatPair struct
78 VkFormat colorFormat;
79 VkFormat depthFormat;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp3271 using FormatPair = std::pair<VkFormat, VkFormat>; // .first = sampled, .second = output in testGenerator() typedef