Searched defs:DepthFormat (Results 1 – 3 of 3) sorted by relevance
228 const struct DepthFormat in test() struct230 GLenum internalFormat; in test()231 int dbits; in test()232 int sbits; in test()
263 const struct DepthFormat in test() struct265 GLenum internalFormat; in test()266 int dbits; in test()267 int sbits; in test()
18 enum class DepthFormat { kFormatNone = 0, kRangeInverse = 1, kRangeLinear = 2 }; enum