Searched defs:simulation (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp23 mType(deuteranomaly), mMode(simulation), mDirty(true) {
143 // simulation: type of color blindness to simulate:
145 mat4 simulation; local
147 // correction: type of color blindness correction (should match the simulation above):
148 // set to identity, errp, errd, errt ([0] for simulation only)
151 // control: simulation post-correction (used for debugging):
157 simulation = lms2lmsp;
163 simulation = lms2lmsd;
169 simulation = lms2lmst;
176 control = simulation;
[all...]
H A DDaltonizer.h36 simulation, enumerator in enum:android::Daltonizer::Mode

Completed in 71 milliseconds