Searched defs:texel4 (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
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 }; in configureConversionDatabase() local 3762 const unsigned char texel4[4] = { 0, 255, 127, 63 }; in configureConversionDatabase() local 3844 const unsigned short texel4[4] = { 0, 1023, 682, 0 }; in configureConversionDatabase() local 3871 const unsigned short texel4[4] = { 0, 1023, 682, 0 }; in configureConversionDatabase() local 3891 const unsigned char texel4[4] = { 0, 255, 127, 63 }; in configureConversionDatabase() local 3922 const signed char texel4[1] = { -127 }; in configureConversionDatabase() local 3937 const unsigned char texel4[1] = { 0 }; in configureConversionDatabase() local 3953 const signed short texel4[1] = { -32767 }; in configureConversionDatabase() local [all …]
|