Home
last modified time | relevance | path

Searched refs:PostProcessor (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLPostProcessor.cpp32 PostProcessor::~PostProcessor() in ~PostProcessor()
37 void PostProcessor::postProcess() in postProcess()
92 void PostProcessor::writeVisualScenes() in writeVisualScenes()
102 void PostProcessor::writeLibraryNodes() in writeLibraryNodes()
112 void PostProcessor::writeEffects() in writeEffects()
122 void PostProcessor::writeLights() in writeLights()
132 void PostProcessor::writeCameras() in writeCameras()
142 void PostProcessor::createMissingAnimationLists() in createMissingAnimationLists()
203 bool PostProcessor::writeMorphControllers() in writeMorphControllers()
228 void PostProcessor::writeAnimationLists() in writeAnimationLists()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/
H A DCOLLADASaxFWLPostProcessor.h22 class PostProcessor : public DocumentProcessor
36 PostProcessor( Loader* colladaLoader,
43 virtual ~PostProcessor();
104 PostProcessor( const PostProcessor& pre );
107 const PostProcessor& operator= ( const PostProcessor& pre );
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/
H A DpostProcessManager.cpp5 bool PostProcessor::global_post_processor_enabled = true;
7 PostProcessor::PostProcessor(string name, RenderChain* chain) in PostProcessor() function in PostProcessor
33 void PostProcessor::render(sf::RenderTarget& window) in render()
87 void PostProcessor::setUniform(string name, float value) in setUniform()
H A DpostProcessManager.h10 class PostProcessor : public RenderChain
23 PostProcessor(string name, RenderChain* chain);
24 virtual ~PostProcessor() {} in ~PostProcessor()
/dports/multimedia/peek/peek-1.5.1/src/post-processing/
H A Dpost-processing-pipeline.vala15 public class PostProcessingPipeline : Object, PostProcessor {
16 private Array<PostProcessor> pipeline;
17 private PostProcessor? active_post_processor = null;
21 pipeline = new Array<PostProcessor>();
24 public void add (PostProcessor post_processor) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/github.com/google/pprof/internal/driver/
H A Dcommands.go41 postProcess PostProcessor // postprocessing to run on report
42 visualizer PostProcessor // display output using some callback
65 func AddCommand(cmd string, format int, post PostProcessor, desc, usage string) { argument
76 type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error type
368 func awayFromTTY(format string) PostProcessor {
383 func invokeDot(format string) PostProcessor {
396 func massageDotSVG() PostProcessor {
408 func invokeVisualizer(suffix string, visualizers []string) PostProcessor {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/internal/driver/
H A Dcommands.go41 postProcess PostProcessor // postprocessing to run on report
42 visualizer PostProcessor // display output using some callback
65 func AddCommand(cmd string, format int, post PostProcessor, desc, usage string) { argument
76 type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error type
360 func awayFromTTY(format string) PostProcessor {
375 func invokeDot(format string) PostProcessor {
388 func massageDotSVG() PostProcessor {
400 func invokeVisualizer(suffix string, visualizers []string) PostProcessor {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/internal/driver/
H A Dcommands.go41 postProcess PostProcessor // postprocessing to run on report
42 visualizer PostProcessor // display output using some callback
65 func AddCommand(cmd string, format int, post PostProcessor, desc, usage string) { argument
76 type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error type
360 func awayFromTTY(format string) PostProcessor {
375 func invokeDot(format string) PostProcessor {
388 func massageDotSVG() PostProcessor {
400 func invokeVisualizer(suffix string, visualizers []string) PostProcessor {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/internal/driver/
H A Dcommands.go41 postProcess PostProcessor // postprocessing to run on report
42 visualizer PostProcessor // display output using some callback
65 func AddCommand(cmd string, format int, post PostProcessor, desc, usage string) { argument
76 type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error type
360 func awayFromTTY(format string) PostProcessor {
375 func invokeDot(format string) PostProcessor {
388 func massageDotSVG() PostProcessor {
400 func invokeVisualizer(suffix string, visualizers []string) PostProcessor {
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/internal/driver/
H A Dcommands.go41 postProcess PostProcessor // postprocessing to run on report
42 visualizer PostProcessor // display output using some callback
65 func AddCommand(cmd string, format int, post PostProcessor, desc, usage string) { argument
76 type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error type
360 func awayFromTTY(format string) PostProcessor {
375 func invokeDot(format string) PostProcessor {
388 func massageDotSVG() PostProcessor {
400 func invokeVisualizer(suffix string, visualizers []string) PostProcessor {
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/internal/driver/
H A Dcommands.go41 postProcess PostProcessor // postprocessing to run on report
42 visualizer PostProcessor // display output using some callback
65 func AddCommand(cmd string, format int, post PostProcessor, desc, usage string) { argument
76 type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error type
368 func awayFromTTY(format string) PostProcessor {
383 func invokeDot(format string) PostProcessor {
396 func massageDotSVG() PostProcessor {
408 func invokeVisualizer(suffix string, visualizers []string) PostProcessor {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/internal/driver/
H A Dcommands.go41 postProcess PostProcessor // postprocessing to run on report
42 visualizer PostProcessor // display output using some callback
65 func AddCommand(cmd string, format int, post PostProcessor, desc, usage string) { argument
76 type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error type
360 func awayFromTTY(format string) PostProcessor {
375 func invokeDot(format string) PostProcessor {
388 func massageDotSVG() PostProcessor {
400 func invokeVisualizer(suffix string, visualizers []string) PostProcessor {
/dports/devel/pprof/pprof-acf8798/internal/driver/
H A Dcommands.go41 postProcess PostProcessor // postprocessing to run on report
42 visualizer PostProcessor // display output using some callback
65 func AddCommand(cmd string, format int, post PostProcessor, desc, usage string) { argument
76 type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error type
360 func awayFromTTY(format string) PostProcessor {
375 func invokeDot(format string) PostProcessor {
388 func massageDotSVG() PostProcessor {
400 func invokeVisualizer(suffix string, visualizers []string) PostProcessor {
/dports/www/gallery-dl/gallery-dl-1.21.0/gallery_dl/postprocessor/
H A Dmtime.py11 from .common import PostProcessor
15 class MtimePP(PostProcessor):
18 PostProcessor.__init__(self, job)
H A Dclassify.py11 from .common import PostProcessor
15 class ClassifyPP(PostProcessor):
26 PostProcessor.__init__(self, job)
H A Dzip.py11 from .common import PostProcessor
16 class ZipPP(PostProcessor):
26 PostProcessor.__init__(self, job)
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/postprocessor/
H A Dexec.py5 from .common import PostProcessor
14 class ExecPP(PostProcessor):
17 PostProcessor.__init__(self, downloader)
H A Dsponskrub.py5 from .common import PostProcessor
21 class SponSkrubPP(PostProcessor):
26 PostProcessor.__init__(self, downloader)
50 @PostProcessor._restrict_to(images=False)
H A Dmovefilesafterdownload.py5 from .common import PostProcessor
14 class MoveFilesAfterDownloadPP(PostProcessor):
17 PostProcessor.__init__(self, downloader)
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DPolynomialLine.h86 template <typename T, typename PostProcessor>
87 void output(T* values, int num_values, int step, PostProcessor pp) const;
172 template <typename T, typename PostProcessor>
173 void PolynomialLine::output(T* values, int num_values, int step, PostProcessor pp) const {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/github.com/google/pprof/internal/driver/
H A Dcommands.go43 postProcess PostProcessor // postprocessing to run on report
44 visualizer PostProcessor // display output using some callback
67 func AddCommand(cmd string, format int, post PostProcessor, desc, usage string) { argument
80 type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error type
363 func awayFromTTY(format string) PostProcessor {
378 func invokeDot(format string) PostProcessor {
391 func massageDotSVG() PostProcessor {
403 func invokeVisualizer(suffix string, visualizers []string) PostProcessor {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/github.com/google/pprof/internal/driver/
H A Dcommands.go42 postProcess PostProcessor // postprocessing to run on report
43 visualizer PostProcessor // display output using some callback
66 func AddCommand(cmd string, format int, post PostProcessor, desc, usage string) { argument
79 type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error type
368 func awayFromTTY(format string) PostProcessor {
383 func invokeDot(format string) PostProcessor {
396 func massageDotSVG() PostProcessor {
408 func invokeVisualizer(suffix string, visualizers []string) PostProcessor {
/dports/www/fpc-libmicrohttpd/fpc-3.2.2/packages/libmicrohttpd/examples/
H A Dlargepost.pp16 PostProcessor: PMHD_PostProcessor;
102 if Assigned(VConInfo^.PostProcessor) then
104 MHD_destroy_post_processor(VConInfo^.PostProcessor);
131 VConInfo^.PostProcessor := MHD_create_post_processor(AConnection,
133 if not Assigned(VConInfo^.PostProcessor) then
158 MHD_post_process(VConInfo^.PostProcessor, AUploadData, AUploadDataSize^);
/dports/lang/fpc-source/fpc-3.2.2/packages/libmicrohttpd/examples/
H A Dlargepost.pp16 PostProcessor: PMHD_PostProcessor;
102 if Assigned(VConInfo^.PostProcessor) then
104 MHD_destroy_post_processor(VConInfo^.PostProcessor);
131 VConInfo^.PostProcessor := MHD_create_post_processor(AConnection,
133 if not Assigned(VConInfo^.PostProcessor) then
158 MHD_post_process(VConInfo^.PostProcessor, AUploadData, AUploadDataSize^);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/src/
H A DGeneticAlgorithmOperatorSet.cpp221 SET_METHOD(PostProcessor, _postProcessor) in SET_METHOD()
263 GET_METHOD(PostProcessor, _postProcessor)
276 CONST_GET_METHOD(PostProcessor, _postProcessor)
362 ASSIGN_CLONE(PostProcessor, _postProcessor) in Clone()
387 HAS_DEFAULT_METHOD(PostProcessor, _postProcessor) in HAS_DEFAULT_METHOD()
430 DESTROY_METHOD(PostProcessor, _postProcessor) in DESTROY_METHOD()

12345678