Searched defs:setPixel (Results 1 – 8 of 8) sorted by relevance
/external/deqp/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 | 1302 void PixelBufferAccess::setPixel (const Vec4& color, int x, int y, int z) const in setPixel() function in tcu::PixelBufferAccess 1454 void PixelBufferAccess::setPixel (const IVec4& color, int x, int y, int z) const in setPixel() function in tcu::PixelBufferAccess
|
D | tcuTexture.hpp | 424 …void setPixel (const tcu::UVec4& color, int x, int y, int z = 0) const { setPixel(color.cast<… in setPixel() function in tcu::PixelBufferAccess
|
/external/skqp/src/codec/ |
D | SkBmpRLECodec.cpp | 168 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() function in SkBmpRLECodec
|
/external/skia/src/codec/ |
D | SkBmpRLECodec.cpp | 168 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() function in SkBmpRLECodec
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowBitmap.java | 372 protected void setPixel(int x, int y, int color) { in setPixel() method in ShadowBitmap
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 648 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const in setPixel() function in deqp::gles31::Functional::__anonb778a42a0111::LayeredImage
|