Home
last modified time | relevance | path

Searched defs:setPixel (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/common/
DtcuSurfaceAccess.hpp71 inline void SurfaceAccess::setPixel (const tcu::Vec4& color, int x, int y) const in setPixel() function in tcu::SurfaceAccess
DtcuSurface.hpp70 inline void Surface::setPixel (int x, int y, RGBA col) in setPixel() function in tcu::Surface
DtcuTexture.cpp1243 void PixelBufferAccess::setPixel (const Vec4& color, int x, int y, int z) const in setPixel() function in tcu::PixelBufferAccess
1393 void PixelBufferAccess::setPixel (const IVec4& color, int x, int y, int z) const in setPixel() function in tcu::PixelBufferAccess
DtcuTexture.hpp411 …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/
DSkBmpRLECodec.cpp168 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() function in SkBmpRLECodec
/external/skia/src/codec/
DSkBmpRLECodec.cpp168 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() function in SkBmpRLECodec
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmap.java372 protected void setPixel(int x, int y, int color) { in setPixel() method in ShadowBitmap
/external/v8/benchmarks/
Draytrace.js626 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp86 int32_t CJBig2_Image::setPixel(int32_t x, int32_t y, int v) { in setPixel() function in CJBig2_Image
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp648 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const in setPixel() function in deqp::gles31::Functional::__anon6ae108680111::LayeredImage