Searched refs:getRG16UIPixelData (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 363 PixelData getRG16UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green); 1161 PixelData ConversionDatabase::getRG16UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green) in getRG16UIPixelData() function in es3cts::ConversionDatabase 4094 addEntryToConversionDatabase(getRG16UIPixelData(1, GL_UNSIGNED_SHORT, texel1[0], texel1[1]), in configureConversionDatabase() 4096 getRG16UIPixelData(1, GL_UNSIGNED_SHORT, texel2[0], texel2[1]), in configureConversionDatabase() 4098 getRG16UIPixelData(1, GL_UNSIGNED_SHORT, texel3[0], texel3[1]), in configureConversionDatabase() 4100 getRG16UIPixelData(1, GL_UNSIGNED_SHORT, texel4[0], texel4[1]), in configureConversionDatabase() 4104 addEntryToConversionDatabase(getRG16UIPixelData(1, GL_UNSIGNED_SHORT, texel1[0], texel1[1]), in configureConversionDatabase() 4105 getRG16UIPixelData(0, GL_UNSIGNED_INT, texel1[0], texel1[1]), in configureConversionDatabase() 4106 getRG16UIPixelData(1, GL_UNSIGNED_SHORT, texel2[0], texel2[1]), in configureConversionDatabase() 4107 getRG16UIPixelData( in configureConversionDatabase() [all...] |
Completed in 7 milliseconds