Searched defs:texel4 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 2988 const unsigned char texel4[1] = { 0 }; in configureConversionDatabase() local 3012 const unsigned char texel4[2] = { 0, 255 }; in configureConversionDatabase() local 3049 const unsigned char texel4[3] = { 0, 255, 127 }; in configureConversionDatabase() local 3757 const unsigned char texel4[4] = { 0, 255, 127, 63 }; in configureConversionDatabase() local 3839 const unsigned short texel4[4] = { 0, 1023, 682, 0 }; in configureConversionDatabase() local 3866 const unsigned short texel4[4] = { 0, 1023, 682, 0 }; in configureConversionDatabase() local 3886 const unsigned char texel4[4] = { 0, 255, 127, 63 }; in configureConversionDatabase() local 3917 const signed char texel4[1] = { -127 }; in configureConversionDatabase() local 3932 const unsigned char texel4[1] = { 0 }; in configureConversionDatabase() local 3948 const signed short texel4[1] = { -32767 }; in configureConversionDatabase() local [all …]
|