Home
last modified time | relevance | path

Searched defs:cull (Results 26 – 50 of 958) sorted by relevance

12345678910>>...39

/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Simple/lib/Test2/API/
H A DStack.pm56 sub cull { subroutine
/dports/devel/p5-Test-Simple/Test-Simple-1.302188/lib/Test2/API/
H A DStack.pm56 sub cull { subroutine
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Test-Simple/lib/Test2/API/
H A DStack.pm56 sub cull { subroutine
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/engine_droam/
H A DDRoamNode.cpp64 DRoamNode::cull( osg::NodeVisitor* nv ) in cull() function in DRoamNode
/dports/devel/p5-Test2-Suite/Test2-Suite-0.000143/lib/Test2/Workflow/
H A DRunner.pm421 sub cull { subroutine
/dports/devel/godot2/godot-2.1.6-stable/scene/2d/
H A Dlight_occluder_2d.h50 CullMode cull; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/2d/
H A Dlight_occluder_2d.h50 CullMode cull; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkMiniRecorder.cpp33 SkMiniPicture(SkRect cull, T* op) : fCull(cull) { in SkMiniPicture()
87 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect& cull) { in detachAsPicture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DDashPathEffectTest.cpp43 SkRect cull = SkRect::MakeWH(1.0f, 1.0f); in DEF_TEST() local
133 SkRect cull = SkRect::MakeXYWH(43,236,57,149); in DEF_TEST() local
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dlight_occluder_2d.h51 CullMode cull; variable
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dlight_occluder_2d.h51 CullMode cull; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkMiniRecorder.cpp50 SkMiniPicture(const SkRect* cull, T* op) : fCull(cull ? *cull : bounds(*op)) { in SkMiniPicture()
98 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect* cull) { in detachAsPicture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkMiniRecorder.cpp50 SkMiniPicture(const SkRect* cull, T&& op) in SkMiniPicture()
98 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect* cull) { in detachAsPicture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/samplecode/
H A DSampleShip.cpp26 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas()
32 … const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas_sim()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkMiniRecorder.cpp50 SkMiniPicture(const SkRect* cull, T* op) : fCull(cull ? *cull : bounds(*op)) { in SkMiniPicture()
98 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect* cull) { in detachAsPicture()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkMiniRecorder.cpp50 SkMiniPicture(const SkRect* cull, T* op) : fCull(cull ? *cull : bounds(*op)) { in SkMiniPicture()
98 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect* cull) { in detachAsPicture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/samplecode/
H A DSampleShip.cpp26 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas()
32 … const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas_sim()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkMiniRecorder.cpp50 SkMiniPicture(const SkRect* cull, T&& op) in SkMiniPicture()
98 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect* cull) { in detachAsPicture()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkMiniRecorder.cpp49 SkMiniPicture(const SkRect* cull, T* op) : fCull(cull ? *cull : bounds(*op)) { in SkMiniPicture()
97 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect* cull) { in detachAsPicture()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkMiniRecorder.cpp50 SkMiniPicture(const SkRect* cull, T* op) : fCull(cull ? *cull : bounds(*op)) { in SkMiniPicture()
98 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect* cull) { in detachAsPicture()
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_cull_distance_arrays.c64 nir_variable *cull = NULL; in combine_clip_cull() local
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_cull_distance_arrays.c64 nir_variable *cull = NULL; in combine_clip_cull() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_cull_distance_arrays.c64 nir_variable *cull = NULL; in combine_clip_cull() local
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_cull_distance_arrays.c64 nir_variable *cull = NULL; in combine_clip_cull() local
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_clip_cull_distance_arrays.c64 nir_variable *cull = NULL; in combine_clip_cull() local

12345678910>>...39