Home
last modified time | relevance | path

Searched refs:outFormat (Results 1 – 2 of 2) sorted by relevance

/external/deqp/executor/tools/
DxeTestLogCompare.cpp108 , outFormat (OUTPUTFORMAT_CSV) in CommandLine()
114 OutputFormat outFormat; member
302 if (cmdLine.outFormat == OUTPUTFORMAT_CSV) in runCompare()
333 if (cmdLine.outFormat == OUTPUTFORMAT_TEXT) in runCompare()
340 else if (cmdLine.outFormat == OUTPUTFORMAT_CSV) in runCompare()
352 if (cmdLine.outFormat == OUTPUTFORMAT_TEXT) in runCompare()
384 cmdLine.outFormat = opts.getOption<opt::OutFormat>(); in parseCommandLine()
/external/mesa3d/src/mesa/main/
Dtexstore.c266 compute_component_mapping(GLenum inFormat, GLenum outFormat, in compute_component_mapping() argument
270 const int outFmt = get_map_idx(outFormat); in compute_component_mapping()
284 outFormat, _mesa_lookup_enum_by_nr(outFormat), in compute_component_mapping()