Lines Matching refs:comb
310 bool tryCombination (const FormatCombination& comb);
314 bool SupportedCombinationTest::tryCombination (const FormatCombination& comb)
319 attachTargetToNew(GL_COLOR_ATTACHMENT0, comb.colorKind, comb.colorFmt,
321 attachTargetToNew(GL_DEPTH_ATTACHMENT, comb.depthKind, comb.depthFmt,
323 attachTargetToNew(GL_STENCIL_ATTACHMENT, comb.stencilKind, comb.stencilFmt,
351 FormatCombination comb;
360 comb.colorFmt = *col;
361 comb.colorKind = formatKind(*col);
364 comb.depthFmt = *dep;
365 comb.depthKind = formatKind(*dep);
369 comb.stencilFmt = *stc;
370 comb.stencilKind = formatKind(*stc);
371 succ = tryCombination(comb);