Searched defs:FormatPair (Results 1 – 3 of 3) sorted by relevance
690 struct FormatPair struct692 explicit FormatPair(GLenum format) : format(format), internalFormat(format) {} in FormatPair() argument693 FormatPair(GLenum format, GLint internalFormat) : format(format), internalFormat(internalFormat) in FormatPair() function696 GLenum format;697 GLint internalFormat;
81 struct FormatPair struct83 VkFormat colorFormat;84 VkFormat depthFormat;
42 TEST(RangesTest, FormatPair) { in TEST() argument