Lines Matching refs:formatNdx
852 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
854 const char* fmtName = colorFormats[formatNdx].name;
855 deUint32 format = colorFormats[formatNdx].internalFormat;
893 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
895 const string fmtName = colorFormats[formatNdx].name;
896 const deUint32 format = colorFormats[formatNdx].internalFormat;
1048 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
1050 const char* fmtName = colorFormats[formatNdx].name;
1051 deUint32 internalFormat = colorFormats[formatNdx].internalFormat;
1060 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++)
1062 const char* fmtName = depthStencilFormats[formatNdx].name;
1063 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat;