Searched refs:andMask (Results 1 – 4 of 4) sorted by relevance
70 GLubyte *andMask, in ref_cliptest_points4() argument78 GLubyte tmpAndMask = *andMask; in ref_cliptest_points4()114 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask); in ref_cliptest_points4()128 GLubyte *andMask, in ref_cliptest_points3() argument136 GLubyte tmpAndMask = *andMask; in ref_cliptest_points3()155 *andMask = tmpAndMask; in ref_cliptest_points3()163 GLubyte *andMask, in ref_cliptest_points2() argument171 GLubyte tmpAndMask = *andMask; in ref_cliptest_points2()189 *andMask = tmpAndMask; in ref_cliptest_points2()
98 GLubyte *andMask,
48 const auto andMask = (reportedFlags & requestedFlags); in checkFlags() local49 if (andMask != requestedFlags) in checkFlags()52 const auto missingBits = (andMask ^ requestedFlags); in checkFlags()