Home
last modified time | relevance | path

Searched defs:DepthFormat (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fRboStateQueryTests.cpp236 const struct DepthFormat in test() struct
238 GLenum internalFormat; in test()
239 int dbits; in test()
240 int sbits; in test()
/external/deqp/modules/gles3/functional/
Des3fRboStateQueryTests.cpp283 const struct DepthFormat in test() struct
285 GLenum internalFormat; in test()
286 int dbits; in test()
287 int sbits; in test()
/external/dynamic_depth/includes/dynamic_depth/
Ddepth_map.h18 enum class DepthFormat { kFormatNone = 0, kRangeInverse = 1, kRangeLinear = 2 }; enum