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

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.cpp508 const ContextFlags validContextFlags = CONTEXT_ROBUST | CONTEXT_DEBUG; local
512 ContextType(ApiType::core(4,4), config.type.getFlags() & validContextFlags), // !< higher in the list, preferred
513 ContextType(ApiType::core(4,3), config.type.getFlags() & validContextFlags),

Completed in 93 milliseconds