Searched refs:fillWithColor (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 134 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() function 1225 fillWithColor(refTexture.getLevel(0), color); in setupTexture() 1245 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color); in setupTexture()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 130 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() function 1409 fillWithColor(refTexture.getLevel(0), color); in setupTexture() 1430 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color); in setupTexture()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 118 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() function 1211 fillWithColor(refTexture.getLevel(0), color); in setupTexture() 1232 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color); in setupTexture()
|
Completed in 13 milliseconds