Searched refs:GGL_DITHER_ORDER (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h77 const int GGL_DITHER_ORDER = (1<<GGL_DITHER_ORDER_SHIFT); member in namespace:android
78 const int GGL_DITHER_SIZE = GGL_DITHER_ORDER * GGL_DITHER_ORDER;
79 const int GGL_DITHER_MASK = GGL_DITHER_ORDER-1;

Completed in 69 milliseconds