HomeSort by relevance Sort by last modified time
    Searched refs:SUB_PIXEL_BITS (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/main/
config.h 145 #define SUB_PIXEL_BITS 4
context.c 565 consts->SubPixelBits = SUB_PIXEL_BITS;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 70 * GLfixed and the value of SUB_PIXEL_BITS has a direct bearing on the
73 * If SUB_PIXEL_BITS=4 then we'll snap the vertices to the nearest
90 * SUB_PIXEL_BITS.
144 const GLint snapMask = ~((FIXED_ONE / (1 << SUB_PIXEL_BITS)) - 1); /* for x/y coord snapping */
    [all...]

Completed in 130 milliseconds