Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dpdfium_test.cc33 OUTPUT_NONE, enumerator
43 Options() : output_format(OUTPUT_NONE) { } in Options()
339 if (options->output_format != OUTPUT_NONE) { in ParseCommandLine()
345 if (options->output_format != OUTPUT_NONE) { in ParseCommandLine()
353 if (options->output_format != OUTPUT_NONE) { in ParseCommandLine()
360 if (options->output_format != OUTPUT_NONE) { in ParseCommandLine()
/external/mesa3d/src/mesa/program/
Dnvfragparse.c63 #define OUTPUT_NONE 22 macro
98 { "KIL", OPCODE_KIL_NV, INPUT_CC, OUTPUT_NONE, 0 },
133 { "PRINT", OPCODE_PRINT, INPUT_1V_S, OUTPUT_NONE, 0 },
1365 else if (instMatch.outputs == OUTPUT_NONE) { in Parse_InstructionSequence()