/external/chromium_org/third_party/khronos/GLES2/ |
gl2ext.h | [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_subpel_variance.asm | 434 ; FIXME(rbultje) pipeline 478 ; FIXME(rbultje) pipeline 734 ; FIXME(rbultje) pipeline 788 ; FIXME(rbultje) pipeline 875 ; FIXME(rbultje) pipeline 921 ; FIXME(rbultje) pipeline 1049 ; FIXME(rbultje) pipeline [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
SaveImage.java | 41 import com.android.gallery3d.filtershow.pipeline.CachingPipeline; 42 import com.android.gallery3d.filtershow.pipeline.ImagePreset; 43 import com.android.gallery3d.filtershow.pipeline.ProcessingService; 412 CachingPipeline pipeline = new CachingPipeline(FiltersManager.getManager(), local 415 bitmap = pipeline.renderFinalImage(bitmap, preset);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
function_sequence.js | 111 * This function should be called only once on start, so start sequence pipeline
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt_fetch_shade_pipeline_llvm.c | 78 /* Add one to num_outputs because the pipeline occasionally tags on 187 static void pipeline(struct llvm_middle_end *llvm, function 290 /* Do we need to run the pipeline? Now will come here if clipped 293 pipeline( fpme,
|
draw_private.h | 101 /** Drawing/primitive pipeline stages */ 128 /* Temporary storage while the pipeline is being run: 133 } pipeline; member in struct:draw_context 415 * Primitive processing (pipeline) code: 426 * These flags are used by the pipeline when unfilled and/or line stipple modes
|
draw_pipe_pstipple.c | 651 return pstip_stage(draw->pipeline.pstipple); 765 * into the draw module's pipeline. This will not be used if the 783 draw->pipeline.pstipple = &pstip->stage;
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_fetch_shade_pipeline_llvm.c | 78 /* Add one to num_outputs because the pipeline occasionally tags on 187 static void pipeline(struct llvm_middle_end *llvm, function 290 /* Do we need to run the pipeline? Now will come here if clipped 293 pipeline( fpme,
|
draw_private.h | 101 /** Drawing/primitive pipeline stages */ 128 /* Temporary storage while the pipeline is being run: 133 } pipeline; member in struct:draw_context 415 * Primitive processing (pipeline) code: 426 * These flags are used by the pipeline when unfilled and/or line stipple modes
|
draw_pipe_pstipple.c | 651 return pstip_stage(draw->pipeline.pstipple); 765 * into the draw module's pipeline. This will not be used if the 783 draw->pipeline.pstipple = &pstip->stage;
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_context.c | 138 tnl->pipeline.new_state |= new_state;
|
t_context.h | 36 * a pipeline that receives as input a buffer of vertices and does all 44 * is stored. The last stage in the pipeline is the rasterizer. 192 * Contains the current state of a running pipeline. 198 /* Constant over the pipeline. 229 * Describes an individual operation on the pipeline. 235 /* Private data for the pipeline stage: 258 * GL_FALSE - finished pipeline 265 /** Contains the array of all pipeline stages. 404 *** TNL Pipeline 509 /* Pipeline 511 struct tnl_pipeline pipeline; member in struct:__anon16131 [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_context.c | 138 tnl->pipeline.new_state |= new_state;
|
t_context.h | 36 * a pipeline that receives as input a buffer of vertices and does all 44 * is stored. The last stage in the pipeline is the rasterizer. 192 * Contains the current state of a running pipeline. 198 /* Constant over the pipeline. 229 * Describes an individual operation on the pipeline. 235 /* Private data for the pipeline stage: 258 * GL_FALSE - finished pipeline 265 /** Contains the array of all pipeline stages. 404 *** TNL Pipeline 509 /* Pipeline 511 struct tnl_pipeline pipeline; member in struct:__anon26598 [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
ARM-E_interpolate_noloop_gnu.s | 84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
ARM-E_interpolate_noloop_gnu.s | 84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
CategoryAdapter.java | 29 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
FilterStackSource.java | 28 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterVignette.java | 26 import com.android.gallery3d.filtershow.pipeline.FilterEnvironment;
|
ImageFilterDraw.java | 36 import com.android.gallery3d.filtershow.pipeline.FilterEnvironment;
|
/external/blktrace/ |
blkparse.c | 290 static int pipeline; variable [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
Editor.java | 40 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
CacheProcessing.java | 17 package com.android.gallery3d.filtershow.pipeline; 176 // Now, let's get the earliest cached result in our pipeline
|