Searched defs:STR (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DProgramCache.cpp36 #define STR(x) STR1(x) macro
99 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
101 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
105 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
107 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
111 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
113 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
172 "texture2D(ditherSampler, ditherTexCoords).a * " STR(DITHER_KERNEL_SIZE_INV_SQUARE),
/frameworks/rs/
H A DrsContext.cpp320 #define STR(S) XSTR(S) macro
321 #define OVERRIDE_RS_DRIVER_STRING STR(OVERRIDE_RS_DRIVER)
339 #undef STR macro

Completed in 121 milliseconds