Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp1064 static const int s_textureSize = 256; member in deqp::gles31::Functional::__anoneadaa2760111::MultisampleTextureUsageCase
1119 …_context.getRenderTarget().getWidth() < s_textureSize || m_context.getRenderTarget().getHeight() <… in init()
1120 …at least " + de::toString(static_cast<int>(s_textureSize)) + "x" + de::toString(static_cast<int>(s… in init()
1136 if (s_textureSize > maxTextureSize) in init()
1158 …L_TEXTURE_2D_MULTISAMPLE_ARRAY, m_numSamples, internalFormat, s_textureSize, s_textureSize, s_text… in init()
1160 …mple(GL_TEXTURE_2D_MULTISAMPLE, m_numSamples, internalFormat, s_textureSize, s_textureSize, GL_FAL… in init()
1217 tcu::Surface result (s_textureSize, s_textureSize); in iterate()
1383 gl.viewport(0, 0, s_textureSize, s_textureSize); in renderToTexture()
1467 gl.viewport(0, 0, s_textureSize, s_textureSize); in sampleTexture()