D | gl4cDirectStateAccessTexturesTests.cpp | 1537 glw::GLuint StorageAndSubImageTest<T, S, N, D, I>::TestReferenceDataWidth() in TestReferenceDataWidth() function in gl4cts::DirectStateAccess::Textures::StorageAndSubImageTest 1901 if (TextureStorage(TextureTarget(), m_to, 1, InternalFormat<T, S, N>(), TestReferenceDataWidth(), in CreateTexture() 1905 …if (TextureSubImage(TextureTarget(), m_to, 0, TestReferenceDataWidth(), TestReferenceDataHeight(),… in CreateTexture() 2833 glw::GLuint StorageMultisampleTest<T, S, N, D>::TestReferenceDataWidth() in TestReferenceDataWidth() function in gl4cts::DirectStateAccess::Textures::StorageMultisampleTest 3224 InputTextureImage(InternalFormat<T, S, N>(), TestReferenceDataWidth(), TestReferenceDataHeight(), in CreateInputTexture() 3336 gl.textureStorage2DMultisample(m_to_ms, 1, internal_format, TestReferenceDataWidth(), in PrepareFramebufferMultisample() 3340 gl.textureStorage3DMultisample(m_to_ms, 1, internal_format, TestReferenceDataWidth(), in PrepareFramebufferMultisample() 3388 gl.viewport(0, 0, TestReferenceDataWidth(), TestReferenceDataHeight()); in PrepareFramebufferMultisample() 3428 …gl.textureStorage2D(m_to_aux, 1, internal_format, TestReferenceDataWidth(), TestReferenceDataHeigh… in PrepareFramebufferAuxiliary() 3431 …gl.textureStorage3D(m_to_aux, 1, internal_format, TestReferenceDataWidth(), TestReferenceDataHeigh… in PrepareFramebufferAuxiliary() [all …]
|