Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp134 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() function
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp118 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() function
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp130 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() function
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5246 void BufferHelper::fillWithColor(const angle::Color<uint8_t> &color, in fillWithColor() function in rx::vk::BufferHelper