Home | History | Annotate | Download | only in functional

Lines Matching refs:texHasAlpha

1281 		bool						texHasAlpha		= fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A;
1288 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))
1329 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A;
1338 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))
1386 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A;
1394 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))
1461 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A;
1471 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))