/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xregion.h | 52 short x1, x2, y1, y2; member 93 (r1)->y2 > (r2)->y1 && \ 94 (r1)->y1 < (r2)->y2) 106 if((r)->y2 > (idRect)->extents.y2)\ 107 (idRect)->extents.y2 = (r)->y2;\ 131 ((R-1)->y2 == (Ry2)) &&\ 142 (r)->y2 = (ry2);\ 158 (r)->y2 = (ry2);\ 171 ( ((r).y2 > y)) && \
|
D | Xprotostr.h | 55 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | quaternion.inl | 139 tquat<T, P> y2(y); //BUG!!! tquat<T> y2; local 142 y2 = -y; 163 k0 * x.w + k1 * y2.w, 164 k0 * x.x + k1 * y2.x, 165 k0 * x.y + k1 * y2.y, 166 k0 * x.z + k1 * y2.z);
|
D | fast_exponential.inl | 101 float y2 = y1 * y1; 102 return 2.0f * y1 * (1.0f + y2 * (0.3333333333f + y2 * (0.2f + y2 * 0.1428571429f)));
|
D | simd_mat4.hpp | 63 float const & x2, float const & y2, float const & z2, float const & w2,
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | Xfixes.h | 259 int x2, int y2, int directions, 264 int x2, int y2, int directions, int velocity,
|
D | XKBgeom.h | 93 short x2,y2; member 96 #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
|
D | xfixesproto.h | 517 INT16 y2 B16; 561 INT16 y2 B16;
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | BrightnessController.h | 346 static inline float LinearInterpolation(float x, float x1, float x2, float y1, float y2) { in LinearInterpolation() argument 352 if (y2 == y1) { in LinearInterpolation() 362 return y1 + (y2 - y1) * t; in LinearInterpolation()
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_mat3x2.hpp | 40 T x2, T y2); 54 X2 x2, Y2 y2,
|
D | type_mat4x2.hpp | 40 T x2, T y2, 57 X2 x2, Y2 y2,
|
D | type_mat3x4.hpp | 40 T x2, T y2, T z2, T w2); 54 X2 x2, Y2 y2, Z2 z2, W2 w2,
|
D | type_mat2x2.hpp | 38 T const & x2, T const & y2); 48 M const & x2, N const & y2);
|
D | type_mat4x3.hpp | 40 T const & x2, T const & y2, T const & z2, 57 X2 const & x2, Y2 const & y2, Z2 const & z2,
|
D | type_mat3x3.hpp | 39 T x2, T y2, T z2); 53 X2 x2, Y2 y2, Z2 z2,
|
D | type_mat4x4.hpp | 39 T const & x2, T const & y2, T const & z2, T const & w2, 56 X2 const & x2, Y2 const & y2, Z2 const & z2, W2 const & w2,
|
D | type_mat3x2.inl | 56 T x2, T y2 argument 61 this->value[2] = col_type(x2, y2); 87 X2 x2, Y2 y2, argument 92 this->value[1] = col_type(static_cast<T>(x2), value_type(y2));
|
D | type_mat4x2.inl | 67 T x2, T y2, argument 73 this->value[2] = col_type(x2, y2); 103 X2 x2, Y2 y2, argument 109 this->value[1] = col_type(static_cast<T>(x2), value_type(y2));
|
D | type_mat3x3.inl | 58 T x2, T y2, T z2 argument 63 this->value[2] = col_type(x2, y2, z2); 89 X2 x2, Y2 y2, Z2 z2, argument 94 this->value[1] = col_type(static_cast<T>(x2), value_type(y2), value_type(z2));
|
D | type_mat3x4.inl | 56 T x2, T y2, T z2, T w2 argument 61 this->value[2] = col_type(x2, y2, z2, w2); 87 X2 x2, Y2 y2, Z2 z2, W2 w2, argument 92 this->value[1] = col_type(static_cast<T>(x2), value_type(y2), value_type(z2), value_type(w2));
|
D | type_mat4x3.inl | 60 T const & x2, T const & y2, T const & z2, argument 66 this->value[2] = col_type(x2, y2, z2); 96 X2 const & x2, Y2 const & y2, Z2 const & z2, argument 102 this->value[1] = col_type(static_cast<T>(x2), value_type(y2), value_type(z2));
|
D | type_mat2x3.hpp | 49 X2 x2, Y2 y2, Z2 z2);
|
D | type_mat2x4.hpp | 51 X2 x2, Y2 y2, Z2 z2, W2 w2);
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | quaternion.inl | 406 tquat<T, P> y2(y); //BUG!!! tquat<T, P> y2; 409 y2 = -y; 430 k0 * x.w + k1 * y2.w, 431 k0 * x.x + k1 * y2.x, 432 k0 * x.y + k1 * y2.y, 433 k0 * x.z + k1 * y2.z);
|
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_crtc.cpp | 725 roi_v1_.roi[i].y2 = crtc_rois[i].bottom; in SetROI() 727 roi_v1_.roi[i].x1, roi_v1_.roi[i].y1, roi_v1_.roi[i].x2, roi_v1_.roi[i].y2); in SetROI() 747 drm_dim_layer_v1_.layer_cfg[i].rect.y2 = (uint16_t)sf.bounding_rect.bottom; in SetSolidfillStages()
|