Searched refs:fillWithMetaballs (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 123 void fillWithMetaballs (const PixelBufferAccess& access, int numMetaballs, deUint32 seed);
|
D | tcuTextureUtil.cpp | 1101 void fillWithMetaballs (const PixelBufferAccess& dst, int numBalls, deUint32 seed) in fillWithMetaballs() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 382 tcu::fillWithMetaballs(level.getAccess(), 5, name ^ width ^ height); in createMetaballsTex2D() 995 tcu::SurfaceUtil::fillWithMetaballs(metaballs, 5, 3); 1051 tcu::SurfaceUtil::fillWithMetaballs(metaballs, 5, 3); 1054 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() 1574 tcu::fillWithMetaballs(metaballs.getAccess(), 5, 3); in render() 1640 tcu::fillWithMetaballs(metaballs.getAccess(), 5, 3); in render() 1643 tcu::fillWithMetaballs(metaballs2.getAccess(), 5, 4); in render()
|