• Home
  • Raw
  • Download

Lines Matching refs:formatNdx

1340 	for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)  in init()  local
1342 deUint32 format = texFormats[formatNdx].format; in init()
1343 deUint32 dataType = texFormats[formatNdx].dataType; in init()
1344 string nameBase = texFormats[formatNdx].name; in init()
1430 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedColorFormats); formatNdx++) in init() local
1432 deUint32 internalFormat = sizedColorFormats[formatNdx].internalFormat; in init()
1433 string nameBase = sizedColorFormats[formatNdx].name; in init()
1446 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedDepthStencilFormats); formatNdx++) in init() local
1448 deUint32 internalFormat = sizedDepthStencilFormats[formatNdx].internalFormat; in init()
1449 string nameBase = sizedDepthStencilFormats[formatNdx].name; in init()
1519 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(etc2Formats); formatNdx++) in init() local
1521 string descriptionBase = etc2Formats[formatNdx].descriptionBase; in init()
1522 string nameBase = etc2Formats[formatNdx].nameBase; in init()
1524 ….c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), etc2Formats[formatNdx].format, 1, 128,… in init()
1525 …tr(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), etc2Formats[formatNdx].format, 1, 64, … in init()
1526 ….c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), etc2Formats[formatNdx].format, 1, 51, … in init()
1527 …str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), etc2Formats[formatNdx].format, 1, 51, … in init()