Home
last modified time | relevance | path

Searched defs:texel3 (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp2992 const unsigned char texel3[1] = { 63 }; in configureConversionDatabase() local
3016 const unsigned char texel3[2] = { 63, 0 }; in configureConversionDatabase() local
3053 const unsigned char texel3[3] = { 63, 0, 255 }; in configureConversionDatabase() local
3761 const unsigned char texel3[4] = { 63, 0, 255, 127 }; in configureConversionDatabase() local
3843 const unsigned short texel3[4] = { 341, 0, 1023, 1 }; in configureConversionDatabase() local
3870 const unsigned short texel3[4] = { 341, 0, 1023, 1 }; in configureConversionDatabase() local
3890 const unsigned char texel3[4] = { 63, 0, 255, 127 }; in configureConversionDatabase() local
3921 const signed char texel3[1] = { -43 }; in configureConversionDatabase() local
3936 const unsigned char texel3[1] = { 63 }; in configureConversionDatabase() local
3952 const signed short texel3[1] = { -10923 }; in configureConversionDatabase() local
[all …]
/third_party/astc-encoder/Source/
Dastcenc_internal.h966 inline vfloat4 texel3(unsigned int index) const in texel3() function