• Home
  • Raw
  • Download

Lines Matching refs:AAA

58 			#defin AAA
342 # define AAA 2.0
344 # define VALUE (AAA - 1.0)
361 # define AAA 2.0
362 # define VALUE (AAA - 1.0)
363 # define VALUE (AAA- 1.0)
379 # define AAA 2.0
380 # define VALUE (AAA - 1.0)
381 # define VALUE (AAA + 1.0)
397 # define AAA 2.0
398 # define VALUE (AAA - 1.0)
399 # define VALUE (AAA - 1.1)
415 # define AAA 2.0
416 # define VALUE (AAA - 1.0)
417 # define VALUE (AAA - 1.0e-1)
433 # define AAA 2
434 # define VALUE (AAA - 1)
435 # define VALUE (AAA - 2)
451 # define AAA 2
452 # define VALUE (AAA - 1)
453 # define VALUE (AAA - 0x1)
960 #define AAA(a,b) a*(BBB(a,b))
965 out0 = BBB(AAA(8.0/4.0, 2.0)*BBB(2.0*2.0,0.75*2.0), AAA(40.0,10.0*BBB(5.0,3.0)));
999 # define AAA AAA
1003 ${POSITION_FRAG_COLOR} = vec4(AAA);
1015 # define AAA BBB
1016 #define BBB AAA
1020 ${POSITION_FRAG_COLOR} = vec4(AAA);
1032 # define AAA (1.0+BBB)
1033 #define BBB (2.0+AAA)
1037 ${POSITION_FRAG_COLOR} = vec4(AAA);
1049 # define AAA(a) AAA(a)
1053 ${POSITION_FRAG_COLOR} = vec4(AAA(1.0));
1065 # define AAA(a, b) AAA(b, a)
1069 ${POSITION_FRAG_COLOR} = vec4(AAA(1.0, 2.0));
1490 #define AAA __VERSION__
1491 out0 = float(AAA);
1520 #define AAA(A) A
1524 out0 = float(AAA(GL_ES));
1558 #define AAA(a,b) BBB, a, b
1562 out0 = vec4(AAA(__LINE__,
1636 #define AAA asdf
1638 #if defined AAA && !defined(BBB)
1657 #define AAA defined(BBB)
1659 #if !AAA
1678 #define AAA defined
1680 #if AAA AAA
1700 #define AAA defined(BBB)
1703 #if !AAA
1724 #define AAA defined
1726 #if AAA CCC
1747 #define AAA defined
1748 out0 = 1.0 - (AAA CCC);
1927 #define AAA 1
1945 #define AAA 1
1963 #define AAA 1
1981 #define AAA 1
1999 #define AAA 1
2004 #if defined((AAA))
2017 #define AAA 1
2022 #if defined(AAA
2037 #define AAA 1.0
2041 out0 = AAA;
2060 #if 1 || AAA
2079 #if 0 && AAA
2098 #if 1 - CCC + (-AAA || BBB)
2802 #define AAA
2807 #ifdef AAA
2822 #define AAA
2827 #if defined ( AAA)
2846 #ifdef AAA
2865 #ifndef AAA
2882 #define AAA
2885 #ifndef AAA
2904 #ifndef AAA
3104 #version AAA
3148 #define AAA asdf
3149 #error 1 * AAA /* comment */