Lines Matching refs:GLubyte
68 GLubyte clipMask[], in ref_cliptest_points4()
69 GLubyte *orMask, in ref_cliptest_points4()
70 GLubyte *andMask, in ref_cliptest_points4()
78 GLubyte tmpAndMask = *andMask; in ref_cliptest_points4()
79 GLubyte tmpOrMask = *orMask; in ref_cliptest_points4()
86 GLubyte mask = 0; in ref_cliptest_points4()
114 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask); in ref_cliptest_points4()
126 GLubyte clipMask[], in ref_cliptest_points3()
127 GLubyte *orMask, in ref_cliptest_points3()
128 GLubyte *andMask, in ref_cliptest_points3()
135 GLubyte tmpOrMask = *orMask; in ref_cliptest_points3()
136 GLubyte tmpAndMask = *andMask; in ref_cliptest_points3()
140 GLubyte mask = 0; in ref_cliptest_points3()
161 GLubyte clipMask[], in ref_cliptest_points2()
162 GLubyte *orMask, in ref_cliptest_points2()
163 GLubyte *andMask, in ref_cliptest_points2()
170 GLubyte tmpOrMask = *orMask; in ref_cliptest_points2()
171 GLubyte tmpAndMask = *andMask; in ref_cliptest_points2()
178 GLubyte mask = 0; in ref_cliptest_points2()
233 GLubyte dm[TEST_COUNT], dco, dca; in test_cliptest_function()
234 GLubyte rm[TEST_COUNT], rco, rca; in test_cliptest_function()