Searched defs:setPixel (Results 1 – 7 of 7) sorted by relevance
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuSurfaceAccess.hpp | 71 inline void SurfaceAccess::setPixel (const tcu::Vec4& color, int x, int y) const in setPixel() function in tcu::SurfaceAccess
|
| D | tcuSurface.hpp | 70 inline void Surface::setPixel (int x, int y, RGBA col) in setPixel() function in tcu::Surface
|
| D | tcuTexture.cpp | 1524 void PixelBufferAccess::setPixel (const Vec4& color, int x, int y, int z) const in setPixel() function in tcu::PixelBufferAccess 1676 void PixelBufferAccess::setPixel (const IVec4& color, int x, int y, int z) const in setPixel() function in tcu::PixelBufferAccess
|
| D | tcuTexture.hpp | 433 …void setPixel (const tcu::UVec4& color, int x, int y, int z = 0) const { setPixel(color.cast<… in setPixel() function in tcu::PixelBufferAccess
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| D | vktYCbCrViewTests.cpp | 445 …void setPixel(const tcu::Vec4& rawValues, int x, int y, int z) const override { m_access.setPixel(… in setPixel() function 451 …void setPixel(const tcu::Vec4& rawValues, int x, int y, int z) const override { RawReinterpreter v… in setPixel() function 457 …void setPixel(const tcu::Vec4& rawValues, int x, int y, int z) const override { RawReinterpreter v… in setPixel() function
|
| /third_party/skia/src/codec/ |
| D | SkBmpRLECodec.cpp | 171 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() function in SkBmpRLECodec
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fShaderImageLoadStoreTests.cpp | 682 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const in setPixel() function in deqp::gles31::Functional::__anon97e71c5e0111::LayeredImage
|