Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fRboStateQueryTests.cpp228 const struct DepthFormat in test() struct
230 GLenum internalFormat; in test()
231 int dbits; in test()
232 int sbits; in test()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fRboStateQueryTests.cpp263 const struct DepthFormat in test() struct
265 GLenum internalFormat; in test()
266 int dbits; in test()
267 int sbits; in test()
/aosp_15_r20/external/dynamic_depth/includes/dynamic_depth/
H A Ddepth_map.h18 enum class DepthFormat { kFormatNone = 0, kRangeInverse = 1, kRangeLinear = 2 }; enum