/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
pp_celshade.c | 28 #include "postprocess/postprocess.h" 29 #include "postprocess/pp_celshade.h" 30 #include "postprocess/pp_filters.h"
|
pp_colors.c | 28 #include "postprocess/postprocess.h" 29 #include "postprocess/pp_colors.h" 30 #include "postprocess/pp_filters.h"
|
filters.h | 31 #include "postprocess/postprocess.h"
|
ADDING | 32 Add the filter's prototypes (main and init functions) to postprocess.h. This is mostly a 63 First time outside of auxiliary/postprocess. First, add a suitable description to
|
postprocess.h | 31 #include "postprocess/pp_program.h"
|
pp_mlaa.c | 43 #include "postprocess/postprocess.h" 44 #include "postprocess/pp_mlaa.h" 45 #include "postprocess/pp_filters.h"
|
pp_program.c | 29 #include "postprocess/postprocess.h"
|
pp_run.c | 28 #include "postprocess.h" 30 #include "postprocess/pp_filters.h"
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_celshade.c | 28 #include "postprocess/postprocess.h" 29 #include "postprocess/pp_celshade.h" 30 #include "postprocess/pp_filters.h"
|
pp_colors.c | 28 #include "postprocess/postprocess.h" 29 #include "postprocess/pp_colors.h" 30 #include "postprocess/pp_filters.h"
|
filters.h | 31 #include "postprocess/postprocess.h"
|
ADDING | 32 Add the filter's prototypes (main and init functions) to postprocess.h. This is mostly a 63 First time outside of auxiliary/postprocess. First, add a suitable description to
|
postprocess.h | 31 #include "postprocess/pp_program.h"
|
pp_mlaa.c | 43 #include "postprocess/postprocess.h" 44 #include "postprocess/pp_mlaa.h" 45 #include "postprocess/pp_filters.h"
|
pp_program.c | 29 #include "postprocess/postprocess.h"
|
/external/bison/build-aux/ |
vc-list-files | 30 postprocess= 59 test "$2" = . || postprocess="| sed 's|^|$2/|'" 77 \| sed -n '"s/^100[^ ]*./$sed_esc/p"' $postprocess 79 eval exec hg locate '"$dir/*"' $postprocess 81 test "$postprocess" = '' && postprocess="| sed 's|^\./||'" 82 eval exec bzr ls -R --versioned '"$dir"' $postprocess 84 test "$postprocess" = '' && postprocess="| sed 's|^\./||'" 86 eval build-aux/cvsu --find --types=AFGM '"$dir"' $postprocess [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/util/ |
HtmlUtilsTest.java | 39 * Test for {@link HtmlUtils#postprocess} specifically about trimming newlines. 51 assertNull(HtmlUtils.postprocess(getContext(), null)); 57 HtmlUtils.postprocess(getContext(), new SpannedString(text)).toString()); 60 HtmlUtils.postprocess(getContext(), new SpannableStringBuilder(text)).toString()); 69 checkPostProcess(HtmlUtils.postprocess(getContext(), builder)); 72 checkPostProcess(HtmlUtils.postprocess(getContext(), new SpannedString(builder))); 85 checkPostProcess(HtmlUtils.postprocess(getContext(), builder)); 88 checkPostProcess(HtmlUtils.postprocess(getContext(), new SpannedString(builder)));
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/ |
Makefile.sources | 53 postprocess/pp_celshade.c \ 54 postprocess/pp_colors.c \ 55 postprocess/pp_init.c \ 56 postprocess/pp_mlaa.c \ 57 postprocess/pp_run.c \ 58 postprocess/pp_program.c \
|
/external/mesa3d/src/gallium/auxiliary/ |
Makefile.sources | 53 postprocess/pp_celshade.c \ 54 postprocess/pp_colors.c \ 55 postprocess/pp_init.c \ 56 postprocess/pp_mlaa.c \ 57 postprocess/pp_run.c \ 58 postprocess/pp_program.c \
|
/external/libvpx/libvpx/vp8/common/ |
onyxd.h | 34 int postprocess; member in struct:__anon22986
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_onyxd.h | 28 int postprocess; member in struct:__anon23060
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
localintermediate.h | 47 bool postProcess(TIntermNode*);
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
HtmlUtils.java | 50 return postprocess(context, spanned); 62 return postprocess(context, Html.fromHtml(text, imageGetter, tagHandler)); 70 static Spanned postprocess(Context context, Spanned original) { method in class:HtmlUtils
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/ |
dri_context.h | 37 #include "postprocess/filters.h"
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_context.h | 37 #include "postprocess/filters.h"
|