Searched refs:mandatoryExtensions (Results 1 – 1 of 1) sorted by relevance
3806 static const char* mandatoryExtensions[] = in testMandatoryExtensions() local3812 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(mandatoryExtensions); ++ndx) in testMandatoryExtensions()3814 …ionSupported(context.getUsedApiVersion(), extensions, RequiredExtension(mandatoryExtensions[ndx]))) in testMandatoryExtensions()3815 results.fail(string(mandatoryExtensions[ndx]) + " is not supported"); in testMandatoryExtensions()3821 static const char* mandatoryExtensions[] = in testMandatoryExtensions() local3827 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(mandatoryExtensions); ++ndx) in testMandatoryExtensions()3829 …ionSupported(context.getUsedApiVersion(), extensions, RequiredExtension(mandatoryExtensions[ndx]))) in testMandatoryExtensions()3830 results.fail(string(mandatoryExtensions[ndx]) + " is not supported"); in testMandatoryExtensions()