Home
last modified time | relevance | path

Searched refs:refPixels (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DRectangleTextureTest.cpp151 GrColor refPixels[kWidth * kHeight]; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
155 refPixels[y * kWidth + x] = pixels[y0 * kWidth + x]; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
180 kPremul_SkAlphaType, refPixels); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
184 refPixels, "RectangleTexture-copy-from"); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
191 TestReadPixels(reporter, dContext, rectContext.get(), refPixels, "RectangleTexture-read"); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Dimage.cpp382 ByteRefArray refPixels; in DENG2_PIMPL() local
397 , refPixels(other.refPixels) in DENG2_PIMPL()
406 : Base(i), format(imgFormat), size(imgSize), refPixels(imgRefPixels) in DENG2_PIMPL()
424 Image::Image(Size const &size, Format format, ByteRefArray const &refPixels) in Image() argument
425 : d(new Impl(this, size, format, refPixels)) in Image()
525 return d->refPixels.readBase(); in bits()
538 return d->refPixels.base(); in bits()
785 d->refPixels = ByteRefArray(); in operator <<()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/userguide/java/org/apache/commons/math3/userguide/genetics/
H A DPolygonChromosome.java88 …int[] refPixels = refImage.getData().getPixels(0, 0, refImage.getWidth(), refImage.getHeight(), (i… in fitness() local
97 int dp = testPixels[p] - refPixels[p]; in fitness()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/include/de/graphics/
H A Dimage.h88 Image(Size const &size, Format format, ByteRefArray const &refPixels);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp2194 …tcu::ConstPixelBufferAccess refPixels (mapVkFormat(m_parameters.formatForVerify), renderSize.width… in verifyDecompression() local
2199 …_context.getTestContext().getLog(), "ImageComparison", comment.c_str(), refPixels, resPixels, 0.00… in verifyDecompression()
2201 …tTestContext().getLog(), "ImageComparison", comment.c_str(), resPixels, refPixels, 0.001f, tcu::CO… in verifyDecompression()