Home | History | Annotate | Download | only in dm

Lines Matching refs:START

33                           "^ requires the start of the GM to match\n"
75 #define START(name, type, ...) \
81 START("565", CpuTask, _565);
82 START("8888", CpuTask, _8888);
83 START("gpu", GpuTask, _8888, native, 0);
84 START("msaa4", GpuTask, _8888, native, 4);
85 START("msaa16", GpuTask, _8888, native, 16);
86 START("gpunull", GpuTask, _8888, null, 0);
87 START("gpudebug", GpuTask, _8888, debug, 0);
88 START("angle", GpuTask, _8888, angle, 0);
89 START("mesa", GpuTask, _8888, mesa, 0);
90 //START("pdf", PdfTask, _8888);
93 #undef START