HomeSort by relevance Sort by last modified time
    Searched full:validcontextflags (Results 1 - 1 of 1) sorted by null

  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 508 const ContextFlags validContextFlags = CONTEXT_ROBUST | CONTEXT_DEBUG;
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 68 milliseconds