Home
last modified time | relevance | path

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

/aosp12/packages/apps/LegacyCamera/jni/
H A Dmosaic_renderer_jni.cpp219 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()
226 matGL44[6] = 0.0; in ConvertAffine3x3toGL4x4()
229 matGL44[8] = 0; in ConvertAffine3x3toGL4x4()
230 matGL44[9] = 0; in ConvertAffine3x3toGL4x4()
231 matGL44[10] = 1.0; in ConvertAffine3x3toGL4x4()
232 matGL44[11] = 0.0; in ConvertAffine3x3toGL4x4()
[all …]