Home
last modified time | relevance | path

Searched defs:fillWithColor (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DSurfaceControlTest.java2463 void fillWithColor(SurfaceControl sc, int color) { in fillWithColor() method
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp114 static inline void fillWithColor(const tcu::PixelBufferAccess &access, const tcu::Vec4 &color) in fillWithColor() function
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp104 static inline void fillWithColor(const tcu::PixelBufferAccess &access, const tcu::Vec4 &color) in fillWithColor() function
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp110 static inline void fillWithColor(const tcu::PixelBufferAccess &access, const tcu::Vec4 &color) in fillWithColor() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp5846 void BufferHelper::fillWithColor(const angle::Color<uint8_t> &color, in fillWithColor() function in rx::vk::BufferHelper