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

  /frameworks/base/libs/hwui/
Dither.h 32 #define DITHER_KERNEL_SIZE_INV (1.0 / 4.0)
ProgramCache.cpp 103 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
105 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
109 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
111 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
115 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
117 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",

Completed in 3646 milliseconds