Home
last modified time | relevance | path

Searched refs:renderTargetInfo (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp93 static deUint32 getCompatibleColorFormat (const tcu::RenderTarget& renderTargetInfo) in getCompatibleColorFormat() argument
95 const tcu::PixelFormat& pxFmt = renderTargetInfo.getPixelFormat(); in getCompatibleColorFormat()
117 static deUint32 getCompatibleDepthStencilFormat (const tcu::RenderTarget& renderTargetInfo) in getCompatibleDepthStencilFormat() argument
119 const int depthBits = renderTargetInfo.getDepthBits(); in getCompatibleDepthStencilFormat()
120 const int stencilBits = renderTargetInfo.getStencilBits(); in getCompatibleDepthStencilFormat()