Home | History | Annotate | Download | only in fake-pipeline2

Lines Matching full:num_channels

31 #define G (Scene::GRASS * Scene::NUM_CHANNELS)
32 #define S (Scene::GRASS_SHADOW * Scene::NUM_CHANNELS)
33 #define H (Scene::HILL * Scene::NUM_CHANNELS)
34 #define W (Scene::WALL * Scene::NUM_CHANNELS)
35 #define R (Scene::ROOF * Scene::NUM_CHANNELS)
36 #define D (Scene::DOOR * Scene::NUM_CHANNELS)
37 #define C (Scene::CHIMNEY * Scene::NUM_CHANNELS)
38 #define I (Scene::WINDOW * Scene::NUM_CHANNELS)
39 #define U (Scene::SUN * Scene::NUM_CHANNELS)
40 #define K (Scene::SKY * Scene::NUM_CHANNELS)
41 #define M (Scene::MOON * Scene::NUM_CHANNELS)
296 mCurrentColors[i*NUM_CHANNELS + 0] =
301 mCurrentColors[i*NUM_CHANNELS + 1] =
306 mCurrentColors[i*NUM_CHANNELS + 2] =
311 mCurrentColors[i*NUM_CHANNELS + 3] =
318 mCurrentColors[i*NUM_CHANNELS + 0],
319 mCurrentColors[i*NUM_CHANNELS + 1],
320 mCurrentColors[i*NUM_CHANNELS + 2],
321 mCurrentColors[i*NUM_CHANNELS + 3]);