OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipeline
(Results
26 - 50
of
141
) sorted by null
1
2
3
4
5
6
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
SharedPreset.java
17
package com.android.gallery3d.filtershow.
pipeline
;
SharedBuffer.java
17
package com.android.gallery3d.filtershow.
pipeline
;
FullresRenderingRequestTask.java
1
package com.android.gallery3d.filtershow.
pipeline
;
HighresRenderingRequestTask.java
17
package com.android.gallery3d.filtershow.
pipeline
;
RenderingRequestTask.java
17
package com.android.gallery3d.filtershow.
pipeline
;
UpdatePreviewTask.java
17
package com.android.gallery3d.filtershow.
pipeline
;
Buffer.java
17
package com.android.gallery3d.filtershow.
pipeline
;
ProcessingTask.java
17
package com.android.gallery3d.filtershow.
pipeline
;
ProcessingTaskController.java
17
package com.android.gallery3d.filtershow.
pipeline
;
ImageSavingTask.java
17
package com.android.gallery3d.filtershow.
pipeline
;
157
CachingPipeline
pipeline
= new CachingPipeline(FiltersManager.getManager(), "Thumb");
local
158
return
pipeline
.renderFinalImage(bitmap, preset);
RenderingRequest.java
17
package com.android.gallery3d.filtershow.
pipeline
;
69
CachingPipeline
pipeline
= new CachingPipeline(
local
71
bitmap =
pipeline
.renderGeometryIcon(source, preset);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterUserPresetRepresentation.java
20
import com.android.gallery3d.filtershow.
pipeline
.ImagePreset;
ImageFilter.java
27
import com.android.gallery3d.filtershow.
pipeline
.FilterEnvironment;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryItem.java
22
import com.android.gallery3d.filtershow.
pipeline
.ImagePreset;
/external/chromium_org/net/http/
http_pipelined_stream.cc
17
HttpPipelinedStream::HttpPipelinedStream(HttpPipelinedConnectionImpl*
pipeline
,
19
: pipeline_(
pipeline
),
http_pipelined_stream.h
35
HttpPipelinedStream(HttpPipelinedConnectionImpl*
pipeline
,
88
// The SSLConfig used to establish this stream's
pipeline
.
91
// The ProxyInfo used to establish this this stream's
pipeline
.
97
// True if this stream's
pipeline
was NPN negotiated.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
StyleChooser.java
15
import com.android.gallery3d.filtershow.
pipeline
.RenderingRequest;
16
import com.android.gallery3d.filtershow.
pipeline
.RenderingRequestCaller;
BasicParameterStyle.java
21
import com.android.gallery3d.filtershow.
pipeline
.RenderingRequestCaller;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml
28
(* Set up the optimizer
pipeline
. Start with registering info about how the
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml
28
(* Set up the optimizer
pipeline
. Start with registering info about how the
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml
28
(* Set up the optimizer
pipeline
. Start with registering info about how the
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml
29
(* Set up the optimizer
pipeline
. Start with registering info about how the
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java
35
import com.android.gallery3d.filtershow.
pipeline
.RenderingRequest;
36
import com.android.gallery3d.filtershow.
pipeline
.RenderingRequestCaller;
39
import com.android.gallery3d.filtershow.
pipeline
.ImagePreset;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.c
235
* This causes the drawing
pipeline
to be rebuilt.
273
* stage in the drawing
pipeline
).
281
draw->
pipeline
.rasterize = stage;
395
draw->
pipeline
.wide_point_threshold = threshold;
406
draw->
pipeline
.wide_point_sprites = draw_sprite;
418
draw->
pipeline
.wide_line_threshold = roundf(threshold);
429
draw->
pipeline
.line_stipple = enable;
440
draw->
pipeline
.point_sprite = enable;
694
* This is used by some
pipeline
stages (such as wide_point, aa_line
/external/mesa3d/src/gallium/auxiliary/draw/
draw_context.c
235
* This causes the drawing
pipeline
to be rebuilt.
273
* stage in the drawing
pipeline
).
281
draw->
pipeline
.rasterize = stage;
395
draw->
pipeline
.wide_point_threshold = threshold;
406
draw->
pipeline
.wide_point_sprites = draw_sprite;
418
draw->
pipeline
.wide_line_threshold = roundf(threshold);
429
draw->
pipeline
.line_stipple = enable;
440
draw->
pipeline
.point_sprite = enable;
694
* This is used by some
pipeline
stages (such as wide_point, aa_line
Completed in 1106 milliseconds
1
2
3
4
5
6