Searched refs:grY (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/ |
D | Scene.h | 43 void setColorFilterXYZ(float rX, float rY, float rZ, float grX, float grY,
|
D | Scene.cpp | 116 float grY, float grZ, float gbX, float gbY, in setColorFilterXYZ() argument 122 mFilterGr[1] = grY; in setColorFilterXYZ()
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | Scene.h | 47 float grX, float grY, float grZ,
|
D | Scene.cpp | 118 float grX, float grY, float grZ, in setColorFilterXYZ() argument 122 mFilterGr[0] = grX; mFilterGr[1] = grY; mFilterGr[2] = grZ; in setColorFilterXYZ()
|