Home
last modified time | relevance | path

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

123

/external/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
/external/skqp/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.cpp113 SkRect cull = {-200,-200,+200,+200}; in DEF_TEST() local
/external/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.cpp100 SkRect cull = {-200,-200,+200,+200}; in DEF_TEST() local
/external/skqp/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.cpp314 sk_sp<SkPicture> SkPicture::MakePlaceholder(SkRect cull) { in MakePlaceholder()
DSkOverdrawCanvas.cpp164 SkBlendMode mode, const SkRect* cull, const SkPaint* paint) { in onDrawAtlas()
/external/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.cpp320 sk_sp<SkPicture> SkPicture::MakePlaceholder(SkRect cull) { in MakePlaceholder()
/external/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
/external/skqp/samplecode/
DSampleAtlas.cpp22 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas()
28 … const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas_sim()
189 const SkRect cull = this->getBounds(); in onDraw() local
DSampleShip.cpp27 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas()
33 … const SkRect tex[], const SkColor colors[], int count, const SkRect* cull, in draw_atlas_sim()
/external/mesa3d/src/compiler/nir/
Dnir_lower_clip_cull_distance_arrays.c64 nir_variable *cull = NULL; in combine_clip_cull() local
/external/clang/test/CodeGen/
Dcomplex-convert.c14 _Complex unsigned long long cull) { in foo()
/external/llvm-project/clang/test/CodeGen/
Dcomplex-convert.c14 _Complex unsigned long long cull) { in foo()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_raster.c127 int cull = ctx->Polygon.CullFaceMode; in nv04_emit_control() local
/external/llvm-project/clang/test/Analysis/
Dglobals.cpp10 const unsigned long long cull = 0; variable
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c85 translate_cull_mode(unsigned cull) in translate_cull_mode()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp222 D3DCULL cull = D3DCULL_CCW; in ConvertCullMode() local
/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h623 d3dcull_to_pipe_face(D3DCULL cull) in d3dcull_to_pipe_face()
/external/skia/src/utils/
DSkPaintFilterCanvas.cpp212 const SkRect* cull, const SkPaint* paint) { in onDrawAtlas2()

123