Home
last modified time | relevance | path

Searched defs:cull (Results 1 – 25 of 50) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_cull.c108 struct cull_stage *cull = cull_stage(stage); in cull_first_tri() local
143 struct cull_stage *cull = CALLOC_STRUCT(cull_stage); in draw_cull_stage() local
/third_party/flutter/skia/tests/
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
DPictureBBHTest.cpp101 SkRect cull = {-200,-200,+200,+200}; in DEF_TEST() local
/third_party/skia/tests/
DDashPathEffectTest.cpp44 SkRect cull = SkRect::MakeWH(1.0f, 1.0f); in DEF_TEST() local
134 SkRect cull = SkRect::MakeXYWH(43,236,57,149); in DEF_TEST() local
DPictureBBHTest.cpp100 SkRect cull = {-200,-200,+200,+200}; in DEF_TEST() local
/third_party/flutter/skia/src/core/
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()
DSkBigPicture.cpp15 SkBigPicture::SkBigPicture(const SkRect& cull, in SkBigPicture()
DSkPicture.cpp318 sk_sp<SkPicture> SkPicture::MakePlaceholder(SkRect cull) { in MakePlaceholder()
DSkOverdrawCanvas.cpp144 SkBlendMode mode, const SkRect* cull, const SkPaint* paint) { in onDrawAtlas()
/third_party/skia/src/core/
DSkMiniRecorder.cpp50 SkMiniPicture(const SkRect* cull, T&& op) in SkMiniPicture()
98 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect* cull) { in detachAsPicture()
DSkBigPicture.cpp15 SkBigPicture::SkBigPicture(const SkRect& cull, in SkBigPicture()
DSkPicture.cpp321 sk_sp<SkPicture> SkPicture::MakePlaceholder(SkRect cull) { in MakePlaceholder()
DSkOverdrawCanvas.cpp151 const SkRect* cull, const SkPaint* paint) { in onDrawAtlas2()
/third_party/flutter/skia/samplecode/
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()
DSampleAtlas.cpp21 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas()
27 … const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas_sim()
188 const SkRect cull = this->getBounds(); in onDraw() local
/third_party/skia/samplecode/
DSampleShip.cpp27 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas()
34 … const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas_sim()
DSampleAtlas.cpp23 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas()
30 … const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas_sim()
191 const SkRect cull = this->getBounds(); in onDraw() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_clip_cull_distance_arrays.c69 nir_variable *cull = NULL; in combine_clip_cull() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c85 translate_cull_mode(unsigned cull) in translate_cull_mode()
/third_party/skia/src/effects/
DSkOpPathEffect.cpp24 const SkRect* cull, const SkMatrix& ctm) const { in onFilterPath() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp222 D3DCULL cull = D3DCULL_CCW; in ConvertCullMode() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp222 D3DCULL cull = D3DCULL_CCW; in ConvertCullMode() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_hw_select.c150 nir_ssa_def *cull = nir_ixor(b, is_neg, config); in face_culling() local
157 nir_ssa_def *cull = NULL; in fast_frustum_culling() local
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h657 d3dcull_to_pipe_face(D3DCULL cull) in d3dcull_to_pipe_face()
/third_party/skia/src/utils/
DSkPaintFilterCanvas.cpp212 const SkRect* cull, const SkPaint* paint) { in onDrawAtlas2()

12