Searched defs:texel1 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 2985 const unsigned char texel1[1] = { 255 }; in configureConversionDatabase() local 3009 const unsigned char texel1[2] = { 255, 127 }; in configureConversionDatabase() local 3046 const unsigned char texel1[3] = { 255, 127, 63 }; in configureConversionDatabase() local 3754 const unsigned char texel1[4] = { 255, 127, 63, 0 }; in configureConversionDatabase() local 3836 const unsigned short texel1[4] = { 1023, 682, 341, 3 }; in configureConversionDatabase() local 3863 const unsigned short texel1[4] = { 1023, 682, 341, 3 }; in configureConversionDatabase() local 3883 const unsigned char texel1[4] = { 255, 127, 63, 0 }; in configureConversionDatabase() local 3914 const signed char texel1[1] = { 127 }; in configureConversionDatabase() local 3929 const unsigned char texel1[1] = { 255 }; in configureConversionDatabase() local 3945 const signed short texel1[1] = { 32767 }; in configureConversionDatabase() local [all …]
|