Home
last modified time | relevance | path

Searched refs:addCreateTexture (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/egl/
DteglImageFormatTests.cpp1076 …void addCreateTexture (const string& name, EGLenum source, GLenum internalFormat, GLenum form…
1087 void ImageTests::addCreateTexture (const string& name, EGLenum source, GLenum internalFormat, GLenu… in addCreateTexture() function in deqp::egl::Image::ImageTests
1104 addCreateTexture(prefix + "rgb8", EGL_GL_TEXTURE_2D_KHR, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE); in addCreateTexture2DActions()
1105addCreateTexture(prefix + "rgb565", EGL_GL_TEXTURE_2D_KHR, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_… in addCreateTexture2DActions()
1106 addCreateTexture(prefix + "rgba8", EGL_GL_TEXTURE_2D_KHR, GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE); in addCreateTexture2DActions()
1107addCreateTexture(prefix + "rgb5_a1", EGL_GL_TEXTURE_2D_KHR, GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_5_… in addCreateTexture2DActions()
1108addCreateTexture(prefix + "rgba4", EGL_GL_TEXTURE_2D_KHR, GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_4_4… in addCreateTexture2DActions()
1113addCreateTexture("cubemap_positive_x" + suffix, EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR, internalFo… in addCreateTextureCubemapActions()
1114addCreateTexture("cubemap_positive_y" + suffix, EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR, internalFo… in addCreateTextureCubemapActions()
1115addCreateTexture("cubemap_positive_z" + suffix, EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR, internalFo… in addCreateTextureCubemapActions()
[all …]