Searched refs:addCreateTextureCubemapActions (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 1080 …void addCreateTextureCubemapActions (const string& suffix, GLenum internalFormat, GLenum format,… 1111 void ImageTests::addCreateTextureCubemapActions (const string& suffix, GLenum internalFormat, GLenu… in addCreateTextureCubemapActions() function in deqp::egl::Image::ImageTests 1261 addCreateTextureCubemapActions("_rgba", GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE); in init() 1262 addCreateTextureCubemapActions("_rgb", GL_RGB, GL_RGB, GL_UNSIGNED_BYTE); in init() 1445 addCreateTextureCubemapActions("_rgba8", GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE); in init() 1446 addCreateTextureCubemapActions("_rgb8", GL_RGB, GL_RGB, GL_UNSIGNED_BYTE); in init()
|