Home
last modified time | relevance | path

Searched refs:RS_PLAYBACK_PREFIX (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/
Drsg_generator.c6 #define RS_PLAYBACK_PREFIX "rsp_" macro
399 …fprintf(f, "void " RS_PLAYBACK_PREFIX "%s(Context *con, const void *vp, size_t cmdSizeBytes) {\n",… in printPlaybackCpp()
456 fprintf(f, " %s%s,\n", RS_PLAYBACK_PREFIX, apis[ct].name); in printPlaybackCpp()
501 printPlaybackFuncs(f, RS_PLAYBACK_PREFIX); in main()