Searched defs:clampFloatingPointTexture (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fTextureShadowTests.cpp64 static void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) function in namespace:deqp::gles3::Functional
74 static void clampFloatingPointTexture (tcu::Texture2D& target) function in namespace:deqp::gles3::Functional
78 clampFloatingPointTexture(target.getLevel(level));
81 static void clampFloatingPointTexture (tcu::Texture2DArray& target) function in namespace:deqp::gles3::Functional
85 clampFloatingPointTexture(target.getLevel(level));
88 static void clampFloatingPointTexture (tcu::TextureCube& target) function in namespace:deqp::gles3::Functional
92 clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face));
120 clampFloatingPointTexture(clampedSource);

Completed in 781 milliseconds