Home
last modified time | relevance | path

Searched defs:cull (Results 1 - 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_clip_cull_distance_arrays.c69 nir_variable *cull = NULL; in combine_clip_cull() local
[all...]
/third_party/skia/tests/
H A 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
H A DPictureBBHTest.cpp100 SkRect cull = {-200,-200,+200,+200}; in DEF_TEST() local
H A DPictureTest.cpp790 SkRect cull = { 0,0, 10,20 }; in DEF_TEST() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A 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
[all...]
H A Ddraw_private.h155 struct draw_stage *cull; member
/third_party/skia/src/core/
H A DSkMiniRecorder.cpp50 SkMiniPicture(const SkRect* cull, T&& op) in SkMiniPicture() argument
98 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect* cull) { in detachAsPicture() argument
H A DSkBigPicture.cpp15 SkBigPicture::SkBigPicture(const SkRect& cull, in SkBigPicture() argument
H A DSkPicture.cpp321 sk_sp<SkPicture> SkPicture::MakePlaceholder(SkRect cull) { in MakePlaceholder() argument
H A DSkPicturePlayback.cpp254 const SkRect* cull = nullptr; in handleOp() local
H A DSkOverdrawCanvas.cpp148 onDrawAtlas2(const SkImage* image, const SkRSXform xform[], const SkRect texs[], const SkColor colors[], int count, SkBlendMode mode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) onDrawAtlas2() argument
H A DSkPictureRecord.cpp676 onDrawAtlas2(const SkImage* atlas, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, SkBlendMode mode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) onDrawAtlas2() argument
H A DSkRecorder.cpp268 onDrawAtlas2(const SkImage* atlas, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, SkBlendMode mode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) onDrawAtlas2() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c85 translate_cull_mode(unsigned cull) in translate_cull_mode() argument
/third_party/skia/samplecode/
H A DSampleShip.cpp26 draw_atlas(SkCanvas* canvas, SkImage* atlas, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, const SkSamplingOptions& sampling, const SkPaint* paint) draw_atlas() argument
33 draw_atlas_sim(SkCanvas* canvas, SkImage* atlas, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, const SkSamplingOptions& sampling, const SkPaint* paint) draw_atlas_sim() argument
H A DSampleAtlas.cpp191 const SkRect cull = this->getBounds(); variable
22 draw_atlas(SkCanvas* canvas, SkImage* atlas, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, const SkSamplingOptions& sampling, const SkPaint* paint) draw_atlas() argument
29 draw_atlas_sim(SkCanvas* canvas, SkImage* atlas, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, const SkSamplingOptions& sampling, const SkPaint* paint) draw_atlas_sim() argument
/third_party/skia/src/effects/
H A DSkOpPathEffect.cpp23 onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, const SkRect* cull, const SkMatrix& ctm) const onFilterPath() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h657 d3dcull_to_pipe_face(D3DCULL cull) in d3dcull_to_pipe_face() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp222 D3DCULL cull = D3DCULL_CCW; in ConvertCullMode() local
/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp278 onDrawAtlas2(const SkImage* image, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, SkBlendMode bmode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) onDrawAtlas2() argument
H A DSkPaintFilterCanvas.cpp214 onDrawAtlas2(const SkImage* image, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, SkBlendMode bmode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) onDrawAtlas2() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp534 onDrawAtlas2(const SkImage* image, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, SkBlendMode bmode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) onDrawAtlas2() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A 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/drivers/lima/
H A Dlima_draw.c355 uint32_t cull = 0; in lima_pack_plbu_cmd() local
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.h189 uint8_t cull[AGX_CULL_LENGTH]; member

Completed in 21 milliseconds

12