Searched defs:DepthFormat (Results 1 – 3 of 3) sorted by relevance
236 const struct DepthFormat in test() struct238 GLenum internalFormat; in test()239 int dbits; in test()240 int sbits; in test()
283 const struct DepthFormat in test() struct285 GLenum internalFormat; in test()286 int dbits; in test()287 int sbits; in test()
18 enum class DepthFormat { kFormatNone = 0, kRangeInverse = 1, kRangeLinear = 2 }; enum