Searched refs:fboRangeInfo (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 532 tcu::TextureFormatInfo fboRangeInfo = tcu::getTextureFormatInfo(colorFormat); in render() local 533 Vec4 fboOutScale = fboRangeInfo.valueMax - fboRangeInfo.valueMin; in render() 534 Vec4 fboOutBias = fboRangeInfo.valueMin; in render() 548 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 601 …readPixels(context, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.… in render() 1114 tcu::TextureFormatInfo fboRangeInfo = tcu::getTextureFormatInfo(colorFormat); in render() local 1115 Vec4 fboOutScale = fboRangeInfo.valueMax - fboRangeInfo.valueMin; in render() 1116 Vec4 fboOutBias = fboRangeInfo.valueMin; in render() 1135 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1242 …ls(context, dst, 0, 0, newWidth, newHeight, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lo… in render() [all …]
|