Home
last modified time | relevance | path

Searched defs:missingType (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp1263 …ngQualifierTestGroup(deqp::Context& context, glu::GLSLVersion glslVersion, MissingType missingType) in MissingQualifierTestGroup()
/third_party/typescript/src/compiler/
Dchecker.ts21944 const missingOrUndefined = isProperty ? missingType : undefinedType; constant