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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 287 struct mat_t : public vec_t<vec_t<T, r>, c> struct in inherits:vec_t
309 vec_t<T, e> operator *(const mat_t<T, e, d>& m, const vec_t<T, d>& b)
319 mat_t<T, e, f> operator *(const mat_t<T, e, d>& m, const mat_t<T, d, f>& b)
321 mat_t<T, e, f> r;
348 typedef mat_t<float, 4, 4> float4x4;
349 typedef mat_t<float, 4, 3> float4x3;
350 typedef mat_t<float, 3, 4> float3x4;
351 typedef mat_t<float, 3, 3> float3x3
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 287 struct mat_t : public vec_t<vec_t<T, r>, c> struct in inherits:vec_t
309 vec_t<T, e> operator *(const mat_t<T, e, d>& m, const vec_t<T, d>& b)
319 mat_t<T, e, f> operator *(const mat_t<T, e, d>& m, const mat_t<T, d, f>& b)
321 mat_t<T, e, f> r;
348 typedef mat_t<float, 4, 4> float4x4;
349 typedef mat_t<float, 4, 3> float4x3;
350 typedef mat_t<float, 3, 4> float3x4;
351 typedef mat_t<float, 3, 3> float3x3
    [all...]
  /external/opencv/cvaux/src/
cvmat.cpp 222 CvMAT::CvMAT( const _CvMAT_T_& mat_t )
227 *this = mat_t;
369 CvMAT& CvMAT::operator = ( const _CvMAT_T_& mat_t )
371 CvMAT* src = (CvMAT*)&mat_t.a;
  /external/opencv/cvaux/include/
cvmat.hpp 395 explicit CvMAT( const _CvMAT_T_& mat_t );
423 CvMAT& operator = ( const _CvMAT_T_& mat_t );
    [all...]

Completed in 95 milliseconds