Searched refs:renderTargetInfo (Results 1 – 1 of 1) sorted by relevance
93 static deUint32 getCompatibleColorFormat (const tcu::RenderTarget& renderTargetInfo) in getCompatibleColorFormat() argument95 const tcu::PixelFormat& pxFmt = renderTargetInfo.getPixelFormat(); in getCompatibleColorFormat()117 static deUint32 getCompatibleDepthStencilFormat (const tcu::RenderTarget& renderTargetInfo) in getCompatibleDepthStencilFormat() argument119 const int depthBits = renderTargetInfo.getDepthBits(); in getCompatibleDepthStencilFormat()120 const int stencilBits = renderTargetInfo.getStencilBits(); in getCompatibleDepthStencilFormat()