Searched refs:s_textureSize (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureMultisampleTests.cpp | 1078 static const int s_textureSize = 256; member in deqp::gles31::Functional::__anoneadaa2760111::MultisampleTextureUsageCase 1134 …_context.getRenderTarget().getWidth() < s_textureSize || m_context.getRenderTarget().getHeight() <… in init() 1135 …at least " + de::toString(static_cast<int>(s_textureSize)) + "x" + de::toString(static_cast<int>(s… in init() 1151 if (s_textureSize > maxTextureSize) in init() 1173 …L_TEXTURE_2D_MULTISAMPLE_ARRAY, m_numSamples, internalFormat, s_textureSize, s_textureSize, s_text… in init() 1175 …mple(GL_TEXTURE_2D_MULTISAMPLE, m_numSamples, internalFormat, s_textureSize, s_textureSize, GL_FAL… in init() 1232 tcu::Surface result (s_textureSize, s_textureSize); in iterate() 1404 gl.viewport(0, 0, s_textureSize, s_textureSize); in renderToTexture() 1488 gl.viewport(0, 0, s_textureSize, s_textureSize); in sampleTexture()
|