HomeSort by relevance Sort by last modified time
    Searched refs:getFragmentOutputType (Results 1 - 10 of 10) sorted by null

  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.hpp 124 glu::DataType getFragmentOutputType (const tcu::TextureFormat& format);
es31fFboColorbufferTests.cpp 140 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
es31fFboTestUtil.cpp 544 glu::DataType getFragmentOutputType (const tcu::TextureFormat& format)
  /external/deqp/modules/gles3/functional/
es3fFboMultisampleTests.cpp 86 GradientShader gradShader (getFragmentOutputType(colorFmt));
87 FlatColorShader flatShader (getFragmentOutputType(colorFmt));
es3fFboTestUtil.hpp 214 glu::DataType getFragmentOutputType (const tcu::TextureFormat& format);
es3fFboColorbufferTests.cpp 230 Texture2DShader texToFbo0Shader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt0), fmtInfo0.valueMax-fmtInfo0.valueMin, fmtInfo0.valueMin);
231 Texture2DShader texToFbo1Shader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt1), fmtInfo1.valueMax-fmtInfo1.valueMin, fmtInfo1.valueMin);
364 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
493 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
619 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
837 Texture2DShader fboBlitShader (DataTypes() << glu::getSampler2DType(fboFormat), getFragmentOutputType(fboFormat), Vec4(1.0f), Vec4(0.0f));
    [all...]
es3fFboRenderTest.cpp 531 glu::DataType fboOutputType = getFragmentOutputType(colorFormat);
    [all...]
es3fFramebufferBlitTests.cpp 349 glu::DataType srcOutputType = getFragmentOutputType(srcFormat);
350 glu::DataType dstOutputType = getFragmentOutputType(dstFormat);
    [all...]
es3fFboInvalidateTests.cpp 583 GradientShader gradShader (getFragmentOutputType(colorFmt));
    [all...]
es3fFboTestUtil.cpp     [all...]

Completed in 172 milliseconds