H A D | es3cCopyTexImageConversionsTests.cpp | 2993 const unsigned char texel4[1] = { 0 }; in configureConversionDatabase() local 3017 const unsigned char texel4[2] = { 0, 255 }; in configureConversionDatabase() local 3054 const unsigned char texel4[3] = { 0, 255, 127 }; configureConversionDatabase() local 3762 const unsigned char texel4[4] = { 0, 255, 127, 63 }; configureConversionDatabase() local 3844 const unsigned short texel4[4] = { 0, 1023, 682, 0 }; configureConversionDatabase() local 3871 const unsigned short texel4[4] = { 0, 1023, 682, 0 }; configureConversionDatabase() local 3891 const unsigned char texel4[4] = { 0, 255, 127, 63 }; configureConversionDatabase() local 3922 const signed char texel4[1] = { -127 }; configureConversionDatabase() local 3937 const unsigned char texel4[1] = { 0 }; configureConversionDatabase() local 3953 const signed short texel4[1] = { -32767 }; configureConversionDatabase() local 3968 const unsigned short texel4[1] = { 0 }; configureConversionDatabase() local 3984 const int texel4[1] = { -2147483647l }; configureConversionDatabase() local 3999 const unsigned int texel4[1] = { 0 }; configureConversionDatabase() local 4015 const signed char texel4[2] = { -127, 127 }; configureConversionDatabase() local 4038 const unsigned char texel4[2] = { 0, 255 }; configureConversionDatabase() local 4067 const short texel4[2] = { -32767, 32767 }; configureConversionDatabase() local 4091 const unsigned short texel4[2] = { 0, 65535 }; configureConversionDatabase() local 4120 const int texel4[2] = { -2147483647, 2147483647l }; configureConversionDatabase() local 4144 const unsigned int texel4[2] = { 0, 4294967295u }; configureConversionDatabase() local 4173 const signed char texel4[4] = { -127, 127, 42, -43 }; configureConversionDatabase() local 4223 const unsigned char texel4[4] = { 0, 255, 127, 63 }; configureConversionDatabase() local 4276 const short texel4[4] = { -32767, 32767, 10922, -10923 }; configureConversionDatabase() local 4326 const unsigned short texel4[4] = { 0, 65535, 43690, 21845 }; configureConversionDatabase() local 4379 const int texel4[4] = { -2147483647, 2147483647, 715827883, -715827881 }; configureConversionDatabase() local 4429 const unsigned int texel4[4] = { 0, 4294967295u, 2863311530u, 1431655765u }; configureConversionDatabase() local 4480 const float texel4[1] = { 32000 }; configureConversionDatabase() local 4496 const float texel4[2] = { 1.5f, -4.7f }; configureConversionDatabase() local 4523 const float texel4[1] = { 32000 }; configureConversionDatabase() local 4538 const float texel4[2] = { 1.5f, -4.7f }; configureConversionDatabase() local 4562 const float texel4[3] = { 1.5f, -4.7f, 123.6f }; configureConversionDatabase() local 4602 const float texel4[4] = { 1.5f, -4.7f, 123.6f, 1 }; configureConversionDatabase() local 4653 const float texel4[3] = { 1.5f, -4.7f, 123.6f }; configureConversionDatabase() local 4690 const float texel4[4] = { 1.5f, -4.7f, 123.6f, 1 }; configureConversionDatabase() local [all...] |