Searched refs:TexInternalFormat (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderImageSizeTests.cpp | 358 GLenum TexInternalFormat(); 361 GLenum TexInternalFormat<vec4>() in TexInternalFormat() function 367 GLenum TexInternalFormat<ivec4>() in TexInternalFormat() function 373 GLenum TexInternalFormat<uvec4>() in TexInternalFormat() function 784 glTexStorage2D(target[i], 10, TexInternalFormat<T>(), 512, 128); in Run() 785 glBindImageTexture(1, m_texture[i], 1, GL_FALSE, 0, GL_READ_ONLY, TexInternalFormat<T>()); in Run() 789 glTexStorage3D(target[i], 3, TexInternalFormat<T>(), 8, 8, 4); in Run() 790 glBindImageTexture(2, m_texture[i], 0, GL_TRUE, 0, GL_READ_ONLY, TexInternalFormat<T>()); in Run() 794 glTexStorage2D(target[i], 4, TexInternalFormat<T>(), 16, 16); in Run() 795 glBindImageTexture(3, m_texture[i], 0, GL_FALSE, 0, GL_READ_WRITE, TexInternalFormat<T>()); in Run() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cShaderImageSizeTests.cpp | 134 GLenum TexInternalFormat(); 137 GLenum TexInternalFormat<vec4>() in TexInternalFormat() function 143 GLenum TexInternalFormat<ivec4>() in TexInternalFormat() function 149 GLenum TexInternalFormat<uvec4>() in TexInternalFormat() function 596 glTexStorage2D(target[i], 10, TexInternalFormat<T>(), 512, 128); in Run() 597 glBindImageTexture(0, m_texture[i], 1, GL_FALSE, 0, GL_READ_ONLY, TexInternalFormat<T>()); in Run() 601 glTexStorage3D(target[i], 3, TexInternalFormat<T>(), 8, 8, 4); in Run() 602 glBindImageTexture(1, m_texture[i], 0, GL_TRUE, 0, GL_READ_ONLY, TexInternalFormat<T>()); in Run() 606 glTexStorage2D(target[i], 4, TexInternalFormat<T>(), 16, 16); in Run() 607 glBindImageTexture(2, m_texture[i], 0, GL_TRUE, 0, GL_READ_WRITE, TexInternalFormat<T>()); in Run() [all …]
|