Lines Matching refs:formats
712 // formats, the clear color is in linear space. Since we want the resulting bit pattern
2396 const vector<deUint32>& formats = viewClassIter->second;
2402 for (int srcFormatNdx = 0; srcFormatNdx < (int)formats.size(); srcFormatNdx++)
2403 for (int dstFormatNdx = 0; dstFormatNdx < (int)formats.size(); dstFormatNdx++)
2405 const deUint32 srcFormat = formats[srcFormatNdx];
2406 const deUint32 dstFormat = formats[dstFormatNdx];
2417 const vector<deUint32>& formats = viewClassIter->second;
2423 for (int srcFormatNdx = 0; srcFormatNdx < (int)formats.size(); srcFormatNdx++)
2424 for (int dstFormatNdx = 0; dstFormatNdx < (int)formats.size(); dstFormatNdx++)
2426 const deUint32 srcFormat = formats[srcFormatNdx];
2427 const deUint32 dstFormat = formats[dstFormatNdx];