Home | History | Annotate | Download | only in functional

Lines Matching refs:order

88 	switch (textureFormat.order)
1281 bool texHasRGB = fmt.order != tcu::TextureFormat::A;
1282 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A;
1329 bool texHasRGB = fmt.order != tcu::TextureFormat::A;
1330 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A;
1386 bool texHasRGB = fmt.order != tcu::TextureFormat::A;
1387 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A;
1461 bool texHasRGB = fmt.order != tcu::TextureFormat::A;
1462 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A;
1571 // Randomized TexImage2D order.