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
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",
187 "texture2D(ditherSampler, ditherTexCoords).a * " STR(DITHER_KERNEL_SIZE_INV_SQUARE),
/frameworks/rs/
H A DrsContext.cpp313 #define STR(S) XSTR(S) macro
314 #define OVERRIDE_RS_DRIVER_STRING STR(OVERRIDE_RS_DRIVER)
332 #undef STR macro

Completed in 220 milliseconds