• Home
  • Raw
  • Download

Lines Matching refs:formatNdx

3589 		for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)  in init()  local
3591 const char* fmtName = colorFormats[formatNdx].name; in init()
3592 deUint32 format = colorFormats[formatNdx].internalFormat; in init()
3612 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); in init() local
3616 …_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat,… in init()
3622 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); in init() local
3625 …ontext, (string("cube_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat,… in init()
3740 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
3742 const string fmtName = colorFormats[formatNdx].name; in init()
3743 const deUint32 format = colorFormats[formatNdx].internalFormat; in init()
3806 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
3808 const char* fmtName = colorFormats[formatNdx].name; in init()
3809 deUint32 format = colorFormats[formatNdx].internalFormat; in init()
3823 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(unsizedFormats); formatNdx++) in init() local
3825 const char* fmtName = unsizedFormats[formatNdx].name; in init()
3826 deUint32 format = unsizedFormats[formatNdx].format; in init()
3827 deUint32 dataType = unsizedFormats[formatNdx].dataType; in init()
4081 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
4083 const char* fmtName = colorFormats[formatNdx].name; in init()
4084 deUint32 format = colorFormats[formatNdx].internalFormat; in init()
4178 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
4180 const string fmtName = colorFormats[formatNdx].name; in init()
4181 const deUint32 format = colorFormats[formatNdx].internalFormat; in init()
4253 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
4255 const char* fmtName = colorFormats[formatNdx].name; in init()
4256 deUint32 format = colorFormats[formatNdx].internalFormat; in init()
4468 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
4470 const char* fmtName = colorFormats[formatNdx].name; in init()
4471 deUint32 internalFormat = colorFormats[formatNdx].internalFormat; in init()
4483 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++) in init() local
4485 const char* fmtName = depthStencilFormats[formatNdx].name; in init()
4486 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat; in init()
4565 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local
4567 const char* fmtName = colorFormats[formatNdx].name; in init()
4568 deUint32 internalFormat = colorFormats[formatNdx].internalFormat; in init()
4583 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++) in init() local
4585 const char* fmtName = depthStencilFormats[formatNdx].name; in init()
4586 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat; in init()