Searched defs:FormatPair (Results 1 – 3 of 3) sorted by relevance
749 struct FormatPair struct751 explicit FormatPair(GLenum format) : format(format), internalFormat(format) {} in FormatPair() function752 FormatPair(GLenum format, GLint internalFormat) : format(format), internalFormat(internalFormat) in FormatPair() argument755 GLenum format;756 GLint internalFormat;
76 struct FormatPair struct78 VkFormat colorFormat;79 VkFormat depthFormat;
3271 using FormatPair = std::pair<VkFormat, VkFormat>; // .first = sampled, .second = output in testGenerator() typedef