Searched refs:fillWithColor (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 134 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() function 1235 fillWithColor(refTexture.getLevel(0), color); in setupTexture() 1255 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color); in setupTexture()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 118 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() function 1221 fillWithColor(refTexture.getLevel(0), color); in setupTexture() 1242 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color); in setupTexture()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 130 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() function 1419 fillWithColor(refTexture.getLevel(0), color); in setupTexture() 1440 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color); in setupTexture()
|