Home
last modified time | relevance | path

Searched refs:matGL44 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/
Dmosaic_renderer_jni.cpp217 void ConvertAffine3x3toGL4x4(double *matGL44, double *mat33) in ConvertAffine3x3toGL4x4() argument
219 matGL44[0] = mat33[0]; in ConvertAffine3x3toGL4x4()
220 matGL44[1] = mat33[3]; in ConvertAffine3x3toGL4x4()
221 matGL44[2] = 0.0; in ConvertAffine3x3toGL4x4()
222 matGL44[3] = mat33[6]; in ConvertAffine3x3toGL4x4()
224 matGL44[4] = mat33[1]; in ConvertAffine3x3toGL4x4()
225 matGL44[5] = mat33[4]; in ConvertAffine3x3toGL4x4()
226 matGL44[6] = 0.0; in ConvertAffine3x3toGL4x4()
227 matGL44[7] = mat33[7]; in ConvertAffine3x3toGL4x4()
229 matGL44[8] = 0; in ConvertAffine3x3toGL4x4()
[all …]