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

/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp50 #define STR(a) STR2(a) macro
213 dlsym(RTLD_DEFAULT, STR(RS_COMPILER_DRIVER_INIT_FN));
/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",
182 "texture2D(ditherSampler, ditherTexCoords).a * " STR(DITHER_KERNEL_SIZE_INV_SQUARE),
/frameworks/rs/
H A DrsContext.cpp326 #define STR(S) XSTR(S) macro
327 #define OVERRIDE_RS_DRIVER_STRING STR(OVERRIDE_RS_DRIVER)
349 #undef STR macro

Completed in 10 milliseconds