/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
MasterImage.java | 40 import com.android.gallery3d.filtershow.pipeline.Buffer; 41 import com.android.gallery3d.filtershow.pipeline.ImagePreset; 42 import com.android.gallery3d.filtershow.pipeline.RenderingRequest; 43 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller; 44 import com.android.gallery3d.filtershow.pipeline.SharedBuffer; 45 import com.android.gallery3d.filtershow.pipeline.SharedPreset;
|
/external/chromium_org/media/base/ |
pipeline_unittest.cc | 18 #include "media/base/pipeline.h" 28 // TODO(scherkus): Remove InSequence after refactoring Pipeline. 49 ACTION_P2(Stop, pipeline, stop_cb) { 50 pipeline->Stop(stop_cb); 53 ACTION_P2(SetError, pipeline, status) { 54 pipeline->SetErrorForTesting(status); 57 // Used for setting expectations on pipeline callbacks. Using a StrictMock 69 MOCK_METHOD1(OnBufferingState, void(Pipeline::BufferingState)); 79 // InitializationComplete(), which keeps the pipeline humming along. If 85 : pipeline_(new Pipeline(message_loop_.message_loop_proxy() 937 Pipeline* pipeline = pipeline_.get(); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_wide_point.c | 218 if ((rast->point_size > draw->pipeline.wide_point_threshold) || 219 (rast->point_quad_rasterization && draw->pipeline.point_sprite)) {
|
draw_pt_fetch_shade_pipeline.c | 69 /* Add one to num_outputs because the pipeline occasionally tags on 150 static void pipeline(struct fetch_pipeline_middle_end *fpme, function 236 * the pipeline verts. 279 /* Do we need to run the pipeline? 282 pipeline( fpme,
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_wide_point.c | 218 if ((rast->point_size > draw->pipeline.wide_point_threshold) || 219 (rast->point_quad_rasterization && draw->pipeline.point_sprite)) {
|
draw_pt_fetch_shade_pipeline.c | 69 /* Add one to num_outputs because the pipeline occasionally tags on 150 static void pipeline(struct fetch_pipeline_middle_end *fpme, function 236 * the pipeline verts. 279 /* Do we need to run the pipeline? 282 pipeline( fpme,
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
BitmapCache.java | 22 import com.android.gallery3d.filtershow.pipeline.Buffer; 23 import com.android.gallery3d.filtershow.pipeline.CacheProcessing; 134 Log.e(LOGTAG, "Trying to cache a bitmap still used in the pipeline"); 200 Log.e(LOGTAG, "Trying to give a bitmap used in the pipeline");
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterGrad.java | 24 import com.android.gallery3d.filtershow.pipeline.FilterEnvironment; 37 import com.android.gallery3d.filtershow.pipeline.FilterEnvironment;
|
FilterMirrorRepresentation.java | 28 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
|
ImageFilterChanSat.java | 28 import com.android.gallery3d.filtershow.pipeline.FilterEnvironment;
|
ImageFilterTinyPlanet.java | 29 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
|
/external/chromium_org/third_party/angle/include/GLES2/ |
gl2ext.h | [all...] |
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
gl2ext.h | [all...] |
/external/mesa3d/include/GLES2/ |
gl2ext.h | [all...] |
/frameworks/native/opengl/include/GLES2/ |
gl2ext.h | [all...] |
/external/oprofile/events/mips/24K/ |
events | 57 event:0x27 counters:0 um:zero minimum:500 name:DCACHE_MISS_CYCLES : 39-0 Cycles a data cache miss is outstanding, but not necessarily stalling the pipeline 121 event:0x427 counters:1 um:zero minimum:500 name:L2_CACHE_MISS_CYCLES : 39-1 Cycles a L2 miss is outstanding, but not necessarily stalling the pipeline 140 event:0x433 counters:1 um:zero minimum:500 name:FSB_FULL_STALLS : 51-1 FSB full pipeline stall cycles 142 event:0x435 counters:1 um:zero minimum:500 name:LDQ_FULL_STALLS : 53-1 LDQ full pipeline stall cycles 144 event:0x437 counters:1 um:zero minimum:500 name:WBB_FULL_STALLS : 55-1 WBB full pipeline stall cycles
|
/external/oprofile/events/mips/34K/ |
events | 61 event:0x27 counters:0 um:zero minimum:500 name:DCACHE_MISS_CYCLES : 39-0 Cycles a data cache miss is outstanding, but not necessarily stalling the pipeline 132 event:0x427 counters:1 um:zero minimum:500 name:L2_CACHE_MISS_CYCLES : 39-1 Cycles a L2 miss is outstanding, but not necessarily stalling the pipeline 152 event:0x433 counters:1 um:zero minimum:500 name:FSB_FULL_STALLS : 51-1 FSB full pipeline stall cycles 154 event:0x435 counters:1 um:zero minimum:500 name:LDQ_FULL_STALLS : 53-1 LDQ full pipeline stall cycles 156 event:0x437 counters:1 um:zero minimum:500 name:WBB_FULL_STALLS : 55-1 WBB full pipeline stall cycles
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
UserPresetsManager.java | 9 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
FilterEnvironment.java | 17 package com.android.gallery3d.filtershow.pipeline;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
XmpPresets.java | 29 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.x | 19 (a file or input from a pipeline). 24 But it is \*(sd's ability to filter text in a pipeline
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/ |
ExportDialog.java | 38 import com.android.gallery3d.filtershow.pipeline.ImagePreset; 39 import com.android.gallery3d.filtershow.pipeline.ProcessingService;
|
/external/mksh/src/ |
syn.c | 43 static struct op *pipeline(int); 101 pipeline(int cf) function 126 t = pipeline(0); 129 if ((p = pipeline(CONTIN)) == NULL) 465 t = pipeline(0); 473 t = pipeline(0);
|
/external/oprofile/events/mips/1004K/ |
events | 62 event:0x27 counters:0 um:zero minimum:500 name:DCACHE_MISS_CYCLES : 39-0 Cycles a data cache miss is outstanding, but not necessarily stalling the pipeline 141 event:0x427 counters:1 um:zero minimum:500 name:L2_CACHE_MISS_CYCLES : 39-1 Cycles a L2 miss is outstanding, but not necessarily stalling the pipeline 161 event:0x433 counters:1 um:zero minimum:500 name:FSB_FULL_STALLS : 51-1 FSB full pipeline stall cycles 163 event:0x435 counters:1 um:zero minimum:500 name:LDQ_FULL_STALLS : 53-1 LDQ full pipeline stall cycles 165 event:0x437 counters:1 um:zero minimum:500 name:WBB_FULL_STALLS : 55-1 WBB full pipeline stall cycles
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2ext.h | [all...] |