Searched refs:fillWithColor (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp134 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) function in namespace:deqp::gles31::Functional
1235 fillWithColor(refTexture.getLevel(0), color);
1255 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp118 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) function in namespace:deqp::gles2::Functional
1221 fillWithColor(refTexture.getLevel(0), color);
1242 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp130 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) function in namespace:deqp::gles3::Functional
1419 fillWithColor(refTexture.getLevel(0), color);
1440 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);

Completed in 149 milliseconds