Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuSurface.hpp73 inline void Surface::setPixel (int x, int y, RGBA col) in setPixel() function in tcu::Surface
DtcuTexture.hpp314 …void setPixel (const tcu::UVec4& color, int x, int y, int z = 0) const { setPixel(color.ca… in setPixel() function in tcu::PixelBufferAccess
DtcuTexture.cpp844 void PixelBufferAccess::setPixel (const Vec4& color, int x, int y, int z) const in setPixel() function in tcu::PixelBufferAccess
940 void PixelBufferAccess::setPixel (const IVec4& color, int x, int y, int z) const in setPixel() function in tcu::PixelBufferAccess
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp793 template <J_COLOR_SPACE colorSpace> void setPixel(ImageFrame& buffer, ImageFrame::PixelData* pixel,… in setPixel() function
798 template <> void setPixel<JCS_RGB>(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY sam… in setPixel() function
804 template <> void setPixel<JCS_CMYK>(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY sa… in setPixel() function
/external/skia/tests/
DBitmapCopyTest.cpp114 static void setPixel(int x, int y, uint32_t val, SkBitmap& bm) { in setPixel() function
/external/chromium_org/third_party/skia/tests/
DBitmapCopyTest.cpp114 static void setPixel(int x, int y, uint32_t val, SkBitmap& bm) { in setPixel() function
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp309 inline void SurfaceAccess::setPixel (const tcu::Vec4& color, int x, int y) const in setPixel() function in deqp::gls::TextureTestUtil::SurfaceAccess
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFELighting.cpp235 void FELighting::setPixel(int offset, LightingData& data, LightSource::PaintingData& paintingData, in setPixel() function in blink::FELighting
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Image.cpp73 FX_INT32 CJBig2_Image::setPixel(FX_INT32 x, FX_INT32 y, FX_BOOL v) in setPixel() function in CJBig2_Image
/external/chromium_org/v8/benchmarks/
Draytrace.js626 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-raytrace.js621 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-raytrace.js652 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-raytrace.js652 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp637 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const in setPixel() function in deqp::gles31::Functional::__anon0a10fa760111::LayeredImage