Home
last modified time | relevance | path

Searched refs:texel3 (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp2992 const unsigned char texel3[1] = { 63 }; in configureConversionDatabase() local
2999 getR8PixelData(1, GL_UNSIGNED_BYTE, texel3[0]), getLuminance8OESPixelData(GL_UNSIGNED_BYTE, texel3[0]), in configureConversionDatabase()
3007 getR8PixelData(1, GL_UNSIGNED_BYTE, texel3[0]), getR8PixelData(0, GL_UNSIGNED_BYTE, texel3[0]), in configureConversionDatabase()
3016 const unsigned char texel3[2] = { 63, 0 }; in configureConversionDatabase() local
3024 getRG8PixelData(1, GL_UNSIGNED_BYTE, texel3[0], texel3[1]), in configureConversionDatabase()
3025 getLuminance8OESPixelData(GL_UNSIGNED_BYTE, texel3[0]), in configureConversionDatabase()
3033 getRG8PixelData(1, GL_UNSIGNED_BYTE, texel3[ in configureConversionDatabase()
3053 const unsigned char texel3[3] = { 63, 0, 255 }; configureConversionDatabase() local
3761 const unsigned char texel3[4] = { 63, 0, 255, 127 }; configureConversionDatabase() local
3843 const unsigned short texel3[4] = { 341, 0, 1023, 1 }; configureConversionDatabase() local
3870 const unsigned short texel3[4] = { 341, 0, 1023, 1 }; configureConversionDatabase() local
3890 const unsigned char texel3[4] = { 63, 0, 255, 127 }; configureConversionDatabase() local
3921 const signed char texel3[1] = { -43 }; configureConversionDatabase() local
3936 const unsigned char texel3[1] = { 63 }; configureConversionDatabase() local
3952 const signed short texel3[1] = { -10923 }; configureConversionDatabase() local
3967 const unsigned short texel3[1] = { 21845 }; configureConversionDatabase() local
3983 const int texel3[1] = { -715827881l }; configureConversionDatabase() local
3998 const unsigned int texel3[1] = { 1431655765u }; configureConversionDatabase() local
4014 const signed char texel3[2] = { -43, -127 }; configureConversionDatabase() local
4037 const unsigned char texel3[2] = { 63, 0 }; configureConversionDatabase() local
4066 const short texel3[2] = { -10923, -32767 }; configureConversionDatabase() local
4090 const unsigned short texel3[2] = { 21845, 0 }; configureConversionDatabase() local
4119 const int texel3[2] = { -715827881, -2147483647l }; configureConversionDatabase() local
4143 const unsigned int texel3[2] = { 1431655765u, 0 }; configureConversionDatabase() local
4172 const signed char texel3[4] = { -43, -127, 127, 42 }; configureConversionDatabase() local
4222 const unsigned char texel3[4] = { 63, 0, 255, 127 }; configureConversionDatabase() local
4275 const short texel3[4] = { -10923, -32767, 32767, 10922 }; configureConversionDatabase() local
4325 const unsigned short texel3[4] = { 21845, 0, 65535, 43690 }; configureConversionDatabase() local
4378 const int texel3[4] = { -715827881, -2147483647, 2147483647, 715827883 }; configureConversionDatabase() local
4428 const unsigned int texel3[4] = { 1431655765u, 0, 4294967295u, 2863311530u }; configureConversionDatabase() local
4479 const float texel3[1] = { -4096 }; configureConversionDatabase() local
4495 const float texel3[2] = { -32000, 32000 }; configureConversionDatabase() local
4522 const float texel3[1] = { -4096 }; configureConversionDatabase() local
4537 const float texel3[2] = { -32000, 32000 }; configureConversionDatabase() local
4561 const float texel3[3] = { -32000, 32000, -456.7f }; configureConversionDatabase() local
4601 const float texel3[4] = { -32000, 32000, -456.7f, 0.75f }; configureConversionDatabase() local
4652 const float texel3[3] = { -32000, 32000, -456.7f }; configureConversionDatabase() local
4689 const float texel3[4] = { -32000, 32000, -456.7f, 0.75f }; configureConversionDatabase() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_internal.h829 inline vfloat4 texel3(unsigned int index) const in texel3() function
H A Dastcenc_averages_and_directions.cpp597 vfloat4 texel_datum = blk.texel3(iwt); in compute_avgs_and_dirs_3_comp_rgb()

Completed in 12 milliseconds