Home
last modified time | relevance | path

Searched defs:side (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tnl.c36 #define LIGHT_MODEL_AMBIENT_R(side) \ argument
39 #define LIGHT_AMBIENT_R(side, i) \ argument
42 #define LIGHT_DIFFUSE_R(side, i) \ argument
45 #define LIGHT_SPECULAR_R(side, i) \ argument
48 #define MATERIAL_FACTOR_R(side) \ argument
51 #define MATERIAL_FACTOR_A(side) \ argument
54 #define MATERIAL_SHININESS(side) \ argument
232 #define USE_COLOR_MATERIAL(attr, side) \ argument
239 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_AMBIENT; in nv20_emit_material_ambient() local
284 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_DIFFUSE; in nv20_emit_material_diffuse() local
[all …]
/third_party/python/Lib/turtledemo/
Dbytedesign.py109 def pentl(self, side, ang, scale): argument
115 def pentr(self, side, ang, scale): argument
121 def tripolyr(self, side, scale): argument
131 def tripolyl(self, side, scale): argument
/third_party/toybox/toys/other/
Dhexedit.c99 static void highlight(int xx, int yy, int side) in highlight()
121 int x, i, side = 0, key, ro = toys.optflags&FLAG_r, in hexedit_main() local
/third_party/boost/boost/geometry/algorithms/detail/
Dpoint_is_spike_or_equal.hpp60 int const side = strategy.apply(segment_a, segment_b, last_point); in point_is_spike_or_equal() local
128 int const side = strategy.apply(segment_a, segment_b, last_point); in point_is_collinear() local
Dget_left_turns.hpp97 int const side = m_strategy.apply(m_origin, q.point, p.point); in operator ()() local
148 int const side = m_strategy.apply(m_origin, q.point, p.point); in operator ()() local
/third_party/boost/boost/geometry/strategies/
Dside.hpp31 namespace strategy { namespace side namespace
/third_party/boost/boost/sort/block_indirect_sort/blk_detail/
Dblock.hpp54 block_pos (size_t position, bool side = false) in block_pos()
78 bool side (void) const { return ((num & 1) != 0); }; in side() function in boost::sort::blk_detail::block_pos
/third_party/iptables/include/linux/netfilter/
Dxt_recent.h32 __u8 side; member
41 __u8 side; member
/third_party/boost/boost/geometry/strategies/geographic/
Dside_andoyer.hpp25 namespace strategy { namespace side namespace
Dside_vincenty.hpp25 namespace strategy { namespace side namespace
Dside_thomas.hpp25 namespace strategy { namespace side namespace
Dside.hpp42 namespace strategy { namespace side namespace
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genec.c55 lws_genec_keypair_import(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side, in lws_genec_keypair_import()
195 enum enum_lws_dh_side side) in lws_genecdh_set_key()
237 lws_genecdh_new_keypair(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side, in lws_genecdh_new_keypair()
/third_party/python/Lib/idlelib/
Dstatusbar.py10 def set_label(self, name, text='', side='left', width=0): argument
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genec.c302 enum enum_lws_dh_side side) in lws_genecdh_set_key()
344 lws_genec_new_keypair(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side, in lws_genec_new_keypair()
452 lws_genecdh_new_keypair(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side, in lws_genecdh_new_keypair()
/third_party/boost/boost/geometry/strategies/cartesian/
Dbuffer_side_straight.hpp58 buffer_side_selector side, in apply()
Dbuffer_end_flat.hpp62 buffer_side_selector side, in apply()
/third_party/boost/boost/geometry/strategies/agnostic/
Dpoint_in_box_by_side.hpp92 int const side = strategy.apply(point, bp[i - 1], bp[i]); in apply() local
Dhull_graham_andrew.hpp151 typedef SideStrategy side; in apply() typedef
320 typedef typename strategy::side::services::default_strategy<cs_tag>::type side; in add_to_hull() typedef
/third_party/boost/boost/geometry/strategies/spherical/
Dside_by_cross_track.hpp36 namespace strategy { namespace side namespace
/third_party/mindspore/tests/ut/cpp/dataset/
Dcenter_crop_op_test.cc62 int side = 128; in TEST_F() local
/third_party/typescript/src/services/codefixes/
DaddMissingAwait.ts194 for (const side of [expression.left, expression.right]) { constant
239 for (const side of [insertionSite.left, insertionSite.right]) { constant
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dbuffer_with_strategies.cpp100 bg::strategy::buffer::side_straight side; in test_all() local
/third_party/flutter/skia/src/pathops/
DSkOpCubicHull.cpp40 static int side(double x) { in side() function
/third_party/skia/src/pathops/
DSkOpCubicHull.cpp40 static int side(double x) { in side() function

12345