Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fColorClearTest.cpp256 deUint8 colMask = pixelKnownChannelMask[offset]; in iterate() local
257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask); in iterate()
/external/deqp/modules/gles2/functional/
Des2fColorClearTest.cpp256 deUint8 colMask = pixelKnownChannelMask[offset]; in iterate() local
257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask); in iterate()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1424 const GLint colMask = img->Width - 1; in opt_sample_rgb_2d() local
1438 GLint i = IFLOOR(texcoords[k][0] * width) & colMask; in opt_sample_rgb_2d()
1469 const GLint colMask = img->Width - 1; in opt_sample_rgba_2d() local
1483 const GLint col = IFLOOR(texcoords[i][0] * width) & colMask; in opt_sample_rgba_2d()