Searched refs:addCreateTextureCubemapActions (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglImageFormatTests.cpp | 1875 …void addCreateTextureCubemapActions(const string &suffix, GLenum internalFormat, GLenum format, GL… 1914 void ImageTests::addCreateTextureCubemapActions(const string &suffix, GLenum internalFormat, GLenum… in addCreateTextureCubemapActions() function in deqp::egl::Image::ImageTests 2134 addCreateTextureCubemapActions("_rgba", GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE); in init() 2135 addCreateTextureCubemapActions("_rgb", GL_RGB, GL_RGB, GL_UNSIGNED_BYTE); in init() 2326 addCreateTextureCubemapActions("_rgba8", GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE); in init() 2327 addCreateTextureCubemapActions("_rgb8", GL_RGB, GL_RGB, GL_UNSIGNED_BYTE); in init()
|