Searched refs:fContextOptionsProc (Results 1 – 4 of 4) sorted by relevance
74 : name(n), needsGpu(g), proc(p), fContextOptionsProc(optionsProc) {} in name()78 ContextOptionsProc fContextOptionsProc; member81 if (fContextOptionsProc) { in modifyGrContextOptions()82 (*fContextOptionsProc)(options); in modifyGrContextOptions()
86 : name(n), needsGpu(g), proc(p), fContextOptionsProc(optionsProc) {} in name()90 ContextOptionsProc fContextOptionsProc; member93 if (fContextOptionsProc) { in modifyGrContextOptions()94 (*fContextOptionsProc)(options); in modifyGrContextOptions()
353 if (test->fContextOptionsProc) { in executeTest()354 test->fContextOptionsProc(&options); in executeTest()
345 if (test->fContextOptionsProc) { in executeTest()346 test->fContextOptionsProc(&options); in executeTest()