Searched refs:getMaxConformantSampleCount (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fMultisampleShaderRenderCase.hpp | 100 glw::GLint getMaxConformantSampleCount(glw::GLenum target, glw::GLenum internalFormat);
|
D | es31fMultisampleShaderRenderCase.cpp | 123 … int32_t maxTextureSamples = getMaxConformantSampleCount(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8); in init() 131 int32_t maxRboSamples = getMaxConformantSampleCount(GL_RENDERBUFFER, GL_RGBA8); in init() 832 glw::GLint MultisampleRenderCase::getMaxConformantSampleCount(glw::GLenum target, glw::GLenum inter… in getMaxConformantSampleCount() function in deqp::gles31::Functional::MultisampleShaderRenderUtil::MultisampleRenderCase
|
D | es31fTextureMultisampleTests.cpp | 581 glw::GLint getMaxConformantSampleCount(glw::GLenum target, glw::GLenum internalFormat); 649 maxSamples = getMaxConformantSampleCount(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8); in init() 1094 glw::GLint SampleMaskCase::getMaxConformantSampleCount(glw::GLenum target, glw::GLenum internalForm… in getMaxConformantSampleCount() function in deqp::gles31::Functional::__anonb59a9e2c0111::SampleMaskCase
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.hpp | 580 glw::GLint getMaxConformantSampleCount(glw::GLenum target, glw::GLenum internalFormat);
|
D | gl4cTextureViewTests.cpp | 4801 glw::GLint TextureViewTestViewSampling::getMaxConformantSampleCount(glw::GLenum target, glw::GLenum… in getMaxConformantSampleCount() function in gl4cts::TextureViewTestViewSampling 6090 … m_max_color_texture_samples_gl_value = getMaxConformantSampleCount(texture_target, GL_RGBA8); in initTextureObject()
|