Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dseamless_cloning_impl.cpp372 int maskIndex = maskIndices[j]; in normalClone() local
377 patchXLinePtr[j] *= binaryMaskLinePtr[maskIndex]; in normalClone()
378 patchYLinePtr[j] *= binaryMaskLinePtr[maskIndex]; in normalClone()
383 * binaryMaskLinePtr[maskIndex]; in normalClone()
385 * binaryMaskLinePtr[maskIndex]; in normalClone()
/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp147 const glw::GLint maskIndex = (glw::GLint)(rnd.getUint32() % m_maxSampleMaskWords); in iterate() local
150 gl.glSampleMaski(maskIndex, mask); in iterate()
153 verifyStateIndexedInteger(result, gl, GL_SAMPLE_MASK_VALUE, maskIndex, mask, m_verifierType); in iterate()