Home
last modified time | relevance | path

Searched refs:blurColor (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/docs/examples/
Dskpaint_blur_mask_filter_2.cpp7 const SkColor blurColor = SkColorSetRGB(96, 96, 0); in draw() local
22 blur.setColor(blurColor); in draw()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp953 Vec4 blurColor (Vec4(0.0)); in iterateInternal() local
960blurColor += 0.12f * textureB.getAccess().getPixel(deClamp32((deInt32)x - (m_blurKernel / 2) + sam… in iterateInternal()
965blurColor += 0.12f * textureA.getAccess().getPixel(x, deClamp32((deInt32)y - (m_blurKernel / 2) + … in iterateInternal()
969 …ssNdx % 2 == 0 ? textureA.getAccess().setPixel(blurColor, x, y) : textureB.getAccess().setPixel(bl… in iterateInternal()