Searched defs:texel2 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 2986 const unsigned char texel2[1] = { 127 }; in configureConversionDatabase() local 3010 const unsigned char texel2[2] = { 127, 63 }; in configureConversionDatabase() local 3047 const unsigned char texel2[3] = { 127, 63, 0 }; in configureConversionDatabase() local 3755 const unsigned char texel2[4] = { 127, 63, 0, 255 }; in configureConversionDatabase() local 3837 const unsigned short texel2[4] = { 682, 341, 0, 2 }; in configureConversionDatabase() local 3864 const unsigned short texel2[4] = { 682, 341, 0, 2 }; in configureConversionDatabase() local 3884 const unsigned char texel2[4] = { 127, 63, 0, 255 }; in configureConversionDatabase() local 3915 const signed char texel2[1] = { 42 }; in configureConversionDatabase() local 3930 const unsigned char texel2[1] = { 127 }; in configureConversionDatabase() local 3946 const signed short texel2[1] = { 10922 }; in configureConversionDatabase() local [all …]
|