HomeSort by relevance Sort by last modified time
    Searched refs:ex0 (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/compiler/glsl/
ast_expr.cpp 81 ast_expression_bin::ast_expression_bin(int oper, ast_expression *ex0,
83 ast_expression(oper, ex0, ex1, NULL)
glsl_parser_extras.cpp     [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 57 GLfloat ex0, ey0; /* quad edge vectors */ member in struct:LineInfo
300 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0);
308 cross0 = info->ex0 + info->ey0;
360 line->ex0 = line->qx1 - line->qx0;
  /system/core/libpixelflinger/
trap.cpp 568 int32_t ex0 = ey0; local
573 if (ex0>0 && ex1>0 && ex2>0)
575 ex0 -= dy01 << TRI_FRACTION_BITS;
581 if (!(ex0>0 && ex1>0 && ex2>0))
583 ex0 -= dy01 << TRI_FRACTION_BITS;
    [all...]

Completed in 546 milliseconds