H A D | es3cCopyTexImageConversionsTests.cpp | 2990 const unsigned char texel1[1] = { 255 }; in configureConversionDatabase() local 3014 const unsigned char texel1[2] = { 255, 127 }; in configureConversionDatabase() local 3051 const unsigned char texel1[3] = { 255, 127, 63 }; configureConversionDatabase() local 3759 const unsigned char texel1[4] = { 255, 127, 63, 0 }; configureConversionDatabase() local 3841 const unsigned short texel1[4] = { 1023, 682, 341, 3 }; configureConversionDatabase() local 3868 const unsigned short texel1[4] = { 1023, 682, 341, 3 }; configureConversionDatabase() local 3888 const unsigned char texel1[4] = { 255, 127, 63, 0 }; configureConversionDatabase() local 3919 const signed char texel1[1] = { 127 }; configureConversionDatabase() local 3934 const unsigned char texel1[1] = { 255 }; configureConversionDatabase() local 3950 const signed short texel1[1] = { 32767 }; configureConversionDatabase() local 3965 const unsigned short texel1[1] = { 65535 }; configureConversionDatabase() local 3981 const int texel1[1] = { 2147483647l }; configureConversionDatabase() local 3996 const unsigned int texel1[1] = { 4294967295u }; configureConversionDatabase() local 4012 const signed char texel1[2] = { 127, 42 }; configureConversionDatabase() local 4035 const unsigned char texel1[2] = { 255, 127 }; configureConversionDatabase() local 4064 const short texel1[2] = { 32767, 10922 }; configureConversionDatabase() local 4088 const unsigned short texel1[2] = { 65535, 43690 }; configureConversionDatabase() local 4117 const int texel1[2] = { 2147483647, 715827883l }; configureConversionDatabase() local 4141 const unsigned int texel1[2] = { 4294967295u, 2863311530u }; configureConversionDatabase() local 4170 const signed char texel1[4] = { 127, 42, -43, -127 }; configureConversionDatabase() local 4220 const unsigned char texel1[4] = { 255, 127, 63, 0 }; configureConversionDatabase() local 4273 const short texel1[4] = { 32767, 10922, -10923, -32767 }; configureConversionDatabase() local 4323 const unsigned short texel1[4] = { 65535, 43690, 21845, 0 }; configureConversionDatabase() local 4376 const int texel1[4] = { 2147483647, 715827883, -715827881, -2147483647 }; configureConversionDatabase() local 4426 const unsigned int texel1[4] = { 4294967295u, 2863311530u, 1431655765u, 0 }; configureConversionDatabase() local 4477 const float texel1[1] = { 1 }; configureConversionDatabase() local 4493 const float texel1[2] = { 1, 0 }; configureConversionDatabase() local 4520 const float texel1[1] = { 1 }; configureConversionDatabase() local 4535 const float texel1[2] = { 1, 0 }; configureConversionDatabase() local 4559 const float texel1[3] = { 1, 0, -1 }; configureConversionDatabase() local 4599 const float texel1[4] = { 1, 0, -1, 0.25f }; configureConversionDatabase() local 4650 const float texel1[3] = { 1, 0, -1 }; configureConversionDatabase() local 4687 const float texel1[4] = { 1, 0, -1, 0.25f }; configureConversionDatabase() local [all...] |