Searched refs:DepthBufferFormat (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fPolygonOffsetTests.cpp | 1205 const struct DepthBufferFormat in init() struct 1220 { 0, 0, DepthBufferFormat::TYPE_UNKNOWN, "default" }, in init() 1221 { GL_DEPTH_COMPONENT16, 16, DepthBufferFormat::TYPE_FIXED_POINT, "fixed16" }, in init() 1222 { GL_DEPTH_COMPONENT24, 24, DepthBufferFormat::TYPE_FIXED_POINT, "fixed24" }, in init() 1223 { GL_DEPTH_COMPONENT32F, 32, DepthBufferFormat::TYPE_FLOATING_POINT, "float32" }, in init() 1228 const DepthBufferFormat& format = depthFormats[ndx]; in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fPolygonOffsetTests.cpp | 1203 const struct DepthBufferFormat in init() struct 1218 { 0, 0, DepthBufferFormat::TYPE_UNKNOWN, "default" }, in init() 1219 { GL_DEPTH_COMPONENT16, 16, DepthBufferFormat::TYPE_FIXED_POINT, "fixed16" }, in init() 1224 const DepthBufferFormat& format = depthFormats[ndx]; in init()
|