Searched refs:fillWithMetaballs (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 121 void fillWithMetaballs (const PixelBufferAccess& access, int numMetaballs, deUint32 seed);
|
D | tcuTextureUtil.cpp | 981 void fillWithMetaballs (const PixelBufferAccess& dst, int numBalls, deUint32 seed) in fillWithMetaballs() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 380 tcu::fillWithMetaballs(level.getAccess(), 5, name ^ width ^ height); in createMetaballsTex2D() 993 tcu::SurfaceUtil::fillWithMetaballs(metaballs, 5, 3); 1049 tcu::SurfaceUtil::fillWithMetaballs(metaballs, 5, 3); 1052 tcu::SurfaceUtil::fillWithMetaballs(metaballs2, 5, 4);
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 516 tcu::fillWithMetaballs(level.getAccess(), 5, name ^ width ^ height); in createMetaballsTex2D() 1552 tcu::fillWithMetaballs(metaballs.getAccess(), 5, 3); in render() 1618 tcu::fillWithMetaballs(metaballs.getAccess(), 5, 3); in render() 1621 tcu::fillWithMetaballs(metaballs2.getAccess(), 5, 4); in render()
|