Lines Matching refs:formatNdx
530 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats2D); formatNdx++)
534 const string formatStr = de::toString(getFormatStr(colorFormats2D[formatNdx].format));
541 testParameters.format = colorFormats2D[formatNdx].format;
549 testParameters.programs.push_back(colorFormats2D[formatNdx].program);
558 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthFormats2D); formatNdx++)
561 const string formatStr = de::toString(getFormatStr(depthFormats2D[formatNdx].format));
568 testParameters.format = depthFormats2D[formatNdx].format;
576 testParameters.programs.push_back(depthFormats2D[formatNdx].program);
584 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(stencilFormats2D); formatNdx++)
587 const string formatStr = de::toString(getFormatStr(stencilFormats2D[formatNdx].format));
594 testParameters.format = stencilFormats2D[formatNdx].format;
602 testParameters.programs.push_back(stencilFormats2D[formatNdx].program);
611 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats2D); formatNdx++)
615 const string formatStr = de::toString(getFormatStr(colorFormats2D[formatNdx].format));
622 testParameters.format = colorFormats2D[formatNdx].format;
632 testParameters.programs.push_back(colorFormats2D[formatNdx].program);