Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp1321 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() local
1328 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha)) in createTexture()
1369 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() local
1378 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha)) in createTexture()
1426 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() local
1434 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha)) in createTexture()
1504 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() local
1514 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha)) in createTexture()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1880 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() local
1886 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha)) in createTexture()
1928 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() local
1934 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha)) in createTexture()
1980 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() local
1987 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha)) in createTexture()
2055 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() local
2062 if ((texHasRGB && !targetHasRGB) || (texHasAlpha && !targetHasAlpha)) in createTexture()

Completed in 16 milliseconds