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

/frameworks/rs/
H A DrsDriverLoader.cpp242 #define STR(S) XSTR(S) macro
243 #define OVERRIDE_RS_DRIVER_STRING STR(OVERRIDE_RS_DRIVER)
254 #undef STR macro
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp53 #define STR(a) STR2(a) macro
302 dlsym(RTLD_DEFAULT, STR(RS_COMPILER_DRIVER_INIT_FN));
/frameworks/base/libs/hwui/
H A DProgramCache.cpp34 #define STR(x) STR1(x) macro
102 " 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",
181 "texture2D(ditherSampler, ditherTexCoords).a * " STR(DITHER_KERNEL_SIZE_INV_SQUARE),

Completed in 3172 milliseconds