Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c37 #define SUB_PIXEL 4 macro
268 static GLfloat samples[SUB_PIXEL * SUB_PIXEL][2]; in compute_coveragef()
273 GLfloat insideCount = SUB_PIXEL * SUB_PIXEL; in compute_coveragef()
276 make_sample_table(SUB_PIXEL, SUB_PIXEL, samples); in compute_coveragef()
317 stop = SUB_PIXEL * SUB_PIXEL; in compute_coveragef()
323 return insideCount * (1.0F / (SUB_PIXEL * SUB_PIXEL)); in compute_coveragef()