Searched refs:gFormatInfo (Results 1 – 2 of 2) sorted by relevance
253 extern const SWR_FORMAT_INFO gFormatInfo[NUM_SWR_FORMATS];261 SWR_ASSERT(gFormatInfo[format].name != nullptr, "Invalid Surface Format: %d", format); in GetFormatInfo()262 return gFormatInfo[format]; in GetFormatInfo()
70 const SWR_FORMAT_INFO gFormatInfo[] = { variable