Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.hpp145 void set(int reference, int testMask, int writeMask) in set()
148 testMaskQ = replicate(testMask); in set()
152 referenceMaskedSignedQ = replicate((reference + 0x80) & 0xFF & testMask); in set()
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp324 uint16_t testMask = stencilSettings.front().fTestMask; in flushPathStencilSettings() local
329 testMask != fHWPathStencilSettings.front().fTestMask) { in flushPathStencilSettings()
330 GL_CALL(PathStencilFunc(GrToGLStencilFunc(test), ref, testMask)); in flushPathStencilSettings()
/external/skia/src/gpu/
DGrUserStencilSettings.h241 constexpr static uint16_t EffectiveTestMask(uint16_t testMask) { in EffectiveTestMask()
242 return TestIgnoresRef() ? 0 : testMask; in EffectiveTestMask()