Searched refs:texHasAlpha (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp1282 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; local
1289 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))
1330 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; local
1339 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))
1387 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; local
1395 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))
1462 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; local
1472 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))
/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1869 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; local
1875 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))
1917 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; local
1923 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))
1969 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; local
1976 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))
2044 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; local
2051 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha))

Completed in 102 milliseconds