Searched refs:getLuminance8Alpha8OESPixelData (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 354 …PixelData getLuminance8Alpha8OESPixelData(GLenum type, unsigned char luminance, unsigned char alph… 760 PixelData ConversionDatabase::getLuminance8Alpha8OESPixelData(GLenum type, unsigned char luminance,… in getLuminance8Alpha8OESPixelData() function in es3cts::ConversionDatabase 3334 …getLuminance8Alpha8OESPixelData(GL_UNSIGNED_BYTE, temp_4444_to_8888_tl[0], temp_4444_to_8888_tl[3]… in configureConversionDatabase() 3337 …getLuminance8Alpha8OESPixelData(GL_UNSIGNED_BYTE, temp_4444_to_8888_tr[0], temp_4444_to_8888_tr[3]… in configureConversionDatabase() 3340 …getLuminance8Alpha8OESPixelData(GL_UNSIGNED_BYTE, temp_4444_to_8888_bl[0], temp_4444_to_8888_bl[3]… in configureConversionDatabase() 3343 …getLuminance8Alpha8OESPixelData(GL_UNSIGNED_BYTE, temp_4444_to_8888_br[0], temp_4444_to_8888_br[3]… in configureConversionDatabase() 3348 getLuminance8Alpha8OESPixelData(GL_UNSIGNED_BYTE, temp_8888_through_4444_to_8888_tl[0], in configureConversionDatabase() 3351 getLuminance8Alpha8OESPixelData(GL_UNSIGNED_BYTE, temp_8888_through_4444_to_8888_tr[0], in configureConversionDatabase() 3354 getLuminance8Alpha8OESPixelData(GL_UNSIGNED_BYTE, temp_8888_through_4444_to_8888_bl[0], in configureConversionDatabase() 3357 getLuminance8Alpha8OESPixelData(GL_UNSIGNED_BYTE, temp_8888_through_4444_to_8888_br[0], in configureConversionDatabase() [all …]
|