Home
last modified time | relevance | path

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

12

/external/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
231 #define USE_COLOR_MATERIAL(attr, side) \ argument
238 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_AMBIENT; in nv20_emit_material_ambient() local
282 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_DIFFUSE; in nv20_emit_material_diffuse() local
[all …]
/external/python/cpython2/Demo/turtle/
Dtdemo_bytedesign.py110 def pentl(self, side, ang, scale): argument
116 def pentr(self, side, ang, scale): argument
122 def tripolyr(self, side, scale): argument
132 def tripolyl(self, side, scale): argument
/external/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
/external/iptables/include/linux/netfilter/
Dxt_recent.h32 __u8 side; member
41 __u8 side; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_recent.h33 __u8 side; member
42 __u8 side; member
/external/webrtc/webrtc/modules/audio_coding/test/
DAPITest.cc591 void APITest::CheckVADStatus(char side) { in CheckVADStatus()
662 void APITest::TestDelay(char side) { in TestDelay()
913 void APITest::TestSendVAD(char side) { in TestSendVAD()
995 void APITest::CurrentCodec(char side) { in CurrentCodec()
1012 void APITest::ChangeCodec(char side) { in ChangeCodec()
DTestRedFec.cc423 int16_t TestRedFec::RegisterSendCodec(char side, const char* codecName, in RegisterSendCodec()
DTestAllCodecs.cc357 void TestAllCodecs::RegisterSendCodec(char side, char* codec_name, in RegisterSendCodec()
DTestStereo.cc681 void TestStereo::RegisterSendCodec(char side, char* codec_name, in RegisterSendCodec()
/external/cblas/testing/
Dauxiliary.c32 void get_side_type(char *type, enum CBLAS_SIDE *side) { in get_side_type()
Dc_dblas3.c83 enum CBLAS_SIDE side; in F77_dsymm() local
238 enum CBLAS_SIDE side; in F77_dtrmm() local
289 enum CBLAS_SIDE side; in F77_dtrsm() local
Dc_sblas3.c80 enum CBLAS_SIDE side; in F77_ssymm() local
235 enum CBLAS_SIDE side; in F77_strmm() local
286 enum CBLAS_SIDE side; in F77_strsm() local
Dc_zblas3.c98 enum CBLAS_SIDE side; in F77_zhemm() local
162 enum CBLAS_SIDE side; in F77_zsymm() local
453 enum CBLAS_SIDE side; in F77_ztrmm() local
512 enum CBLAS_SIDE side; in F77_ztrsm() local
Dc_cblas3.c98 enum CBLAS_SIDE side; in F77_chemm() local
162 enum CBLAS_SIDE side; in F77_csymm() local
453 enum CBLAS_SIDE side; in F77_ctrmm() local
512 enum CBLAS_SIDE side; in F77_ctrsm() local
/external/python/cpython2/Lib/idlelib/
DMultiStatusBar.py11 def set_label(self, name, text='', side=LEFT, width=0): argument
/external/skia/src/utils/
DSkInsetConvexPolygon.cpp40 int side = compute_side(p0, p1, p2); in get_winding() local
54 int side, SkPoint* offset0, SkPoint* offset1) { in SkOffsetSegment()
250 int side = winding*compute_side(edgeData[currIndex].fInset.fP0, in SkInsetConvexPolygon() local
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSquaringDrawable.java21 private final int side; field in SquaringDrawable
23 public SquaringDrawable(GlideDrawable wrapped, int side) { in SquaringDrawable()
/external/skia/src/pathops/
DSkOpCubicHull.cpp40 static int side(double x) { in side() function
/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h115 GLint side; in TAG() local
294 GLint side; in TAG() local
/external/freetype/src/base/
Dftstroke.c894 FT_Int side ) in ft_stroker_arcto()
922 FT_Int side ) in ft_stroker_cap()
996 FT_Int side, in ft_stroker_inside()
1061 FT_Int side, in ft_stroker_outside()
1303 FT_Int side; in FT_Stroker_LineTo() local
1462 FT_Int side; in FT_Stroker_ConicTo() local
1668 FT_Int side; in FT_Stroker_CubicTo() local
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c893 FT_Int side ) in ft_stroker_arcto()
921 FT_Int side ) in ft_stroker_cap()
995 FT_Int side, in ft_stroker_inside()
1060 FT_Int side, in ft_stroker_outside()
1302 FT_Int side; in FT_Stroker_LineTo() local
1461 FT_Int side; in FT_Stroker_ConicTo() local
1667 FT_Int side; in FT_Stroker_CubicTo() local
/external/gemmlowp/internal/
Dblock_params.h161 inline void GetSideBlockParams(Side side, SideBlockParams* side_block_params, in GetSideBlockParams()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c131 GLuint side ) in check_active_shininess()
843 static GLuint material_attrib( GLuint side, GLuint property ) in material_attrib()
866 static struct ureg get_material( struct tnl_program *p, GLuint side, in get_material()
883 #define SCENE_COLOR_BITS(side) (( MAT_BIT_FRONT_EMISSION | \ argument
899 static struct ureg get_scenecolor( struct tnl_program *p, GLuint side ) in get_scenecolor()
917 GLuint side, GLuint property ) in get_lightprod()
/external/libopus/celt/tests/
Dtest_unit_mathops.c161 opus_int32 side=bitexact_cos(16384-i); in testbitexactlog2tan() local
/external/eigen/blas/
Dcommon.h62 inline bool check_side(const char* side) in check_side()

12