Home
last modified time | relevance | path

Searched refs:PropValidator (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp167 class PropValidator class
170 PropValidator (Context& context, ProgramResourcePropFlags validationProp, const char* requiredExtension);
190 PropValidator::PropValidator (Context& context, ProgramResourcePropFlags validationProp, const char* requiredExtension) in PropValidator() function in deqp::gles31::Functional::__anon30857::PropValidator
199 std::string PropValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
204 bool PropValidator::isSupported (void) const in isSupported()
212 bool PropValidator::isSelected (deUint32 caseFlags) const in isSelected()
217 void PropValidator::setError (const std::string& err) const in setError()
224 class SingleVariableValidator : public PropValidator
239 : PropValidator (contex in SingleVariableValidator()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DreverseMappedPartiallyInferableTypes.js10 export type PropValidator<T> = PropOptions<T>;
22 [K in keyof T]: PropValidator<T[K]>

Completed in 3 milliseconds