Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp238 bool inline isColorInRange (const Vec4& color, const Vec4& minColor, const Vec4& maxColor) in isColorInRange() function
261 if (isColorInRange(pixels.getPixel(x, y), minColor, maxColor)) in countPixels()