Home
last modified time | relevance | path

Searched refs:m_internalformat_n_samples_count (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderTextureImageSamplesTests.cpp52 , m_internalformat_n_samples_count(0) in ShaderTextureImageSamplesTestBase()
457 &m_internalformat_n_samples_count); in executeFunctionalTest()
460 if (m_internalformat_n_samples_count < 1) in executeFunctionalTest()
465 m_internalformat_n_samples_data = new glw::GLint[m_internalformat_n_samples_count]; in executeFunctionalTest()
467 gl.getInternalformativ(texture_target, texture_internalformat, GL_SAMPLES, m_internalformat_n_samples_count, in executeFunctionalTest()
475 for (int n_value = 0; n_value < m_internalformat_n_samples_count; ++n_value) in executeFunctionalTest()
H A Dgl4cShaderTextureImageSamplesTests.hpp79 glw::GLint m_internalformat_n_samples_count; member in glcts::ShaderTextureImageSamplesTestBase

Completed in 2 milliseconds