Searched refs:testIntegerTextureInit (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | RobustResourceInitTest.cpp | 303 void testIntegerTextureInit(const char *samplerType, 1141 void RobustResourceInitTestES3::testIntegerTextureInit(const char *samplerType, in testIntegerTextureInit() function in angle::RobustResourceInitTestES3 1217 testIntegerTextureInit<uint8_t>("u", GL_RGBA8UI, GL_RGB8UI, GL_UNSIGNED_BYTE); in TEST_P() 1223 testIntegerTextureInit<uint32_t>("u", GL_RGBA32UI, GL_RGB32UI, GL_UNSIGNED_INT); in TEST_P() 1232 testIntegerTextureInit<int8_t>("i", GL_RGBA8I, GL_RGB8I, GL_BYTE); in TEST_P() 1238 testIntegerTextureInit<int32_t>("i", GL_RGBA32I, GL_RGB32I, GL_INT); in TEST_P()
|