Searched defs:prescale (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c169 struct svga_prescale prescale; local
189 memset( &prescale, 0, sizeof(prescale) );
203 prescale.scale[0] = 1.0;
204 prescale.scale[1] = 1.0;
205 prescale.scale[2] = 1.0;
206 prescale.scale[3] = 1.0;
207 prescale.translate[0] = 0;
208 prescale.translate[1] = 0;
209 prescale
[all...]
H A Dsvga_context.h260 struct svga_prescale prescale; member in struct:svga_hw_clear_state
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c169 struct svga_prescale prescale; local
189 memset( &prescale, 0, sizeof(prescale) );
203 prescale.scale[0] = 1.0;
204 prescale.scale[1] = 1.0;
205 prescale.scale[2] = 1.0;
206 prescale.scale[3] = 1.0;
207 prescale.translate[0] = 0;
208 prescale.translate[1] = 0;
209 prescale
[all...]
H A Dsvga_context.h260 struct svga_prescale prescale; member in struct:svga_hw_clear_state
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h193 inline Transform& prescale(const MatrixBase<OtherDerived> &other);
196 inline Transform& prescale(Scalar s);
378 * \sa prescale()
392 * \sa prescale(Scalar)
408 Transform<Scalar,Dim>::prescale(const MatrixBase<OtherDerived> &other) function in class:Eigen::Transform
420 inline Transform<Scalar,Dim>& Transform<Scalar,Dim>::prescale(Scalar s) function in class:Eigen::Transform
/external/eigen/Eigen/src/Geometry/
H A DTransform.h507 inline Transform& prescale(const MatrixBase<OtherDerived> &other);
510 inline Transform& prescale(const Scalar& s);
779 * \sa prescale()
794 * \sa prescale(Scalar)
811 Transform<Scalar,Dim,Mode,Options>::prescale(const MatrixBase<OtherDerived> &other) function in class:Eigen::Transform
824 inline Transform<Scalar,Dim,Mode,Options>& Transform<Scalar,Dim,Mode,Options>::prescale(const Scalar& s) function in class:Eigen::Transform
/external/opencv/cv/src/
H A Dcvcolor.cpp1042 int prescale, const float* post_coeffs )
1058 if( prescale )
1040 icvBGRx2ABC_8u_CnC3R( const uchar* src, int srcstep, uchar* dst, int dststep, CvSize size, int src_cn, int blue_idx, CvColorCvtFunc2 cvtfunc_32f, int prescale, const float* post_coeffs ) argument

Completed in 166 milliseconds