Home | History | Annotate | Download | only in functional

Lines Matching defs:pixelFormat

682 		const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
687 << "\tColor depth: R=" << pixelFormat.redBits << ", G=" << pixelFormat.greenBits << ", B=" << pixelFormat.blueBits << ", A=" << pixelFormat.alphaBits
851 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
852 const tcu::IVec4 channelBits (pixelFormat.redBits, pixelFormat.greenBits, pixelFormat.blueBits, pixelFormat.alphaBits);