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

/frameworks/base/libs/hwui/
H A DDither.h32 #define DITHER_KERNEL_SIZE_INV (1.0 / 4.0) macro
H A DProgramCache.cpp102 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
104 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
108 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
110 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
114 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
116 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",

Completed in 37 milliseconds