Searched refs:OUTPUT_NONE (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/samples/ |
D | pdfium_test.cc | 33 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/ |
D | nvfragparse.c | 63 #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()
|