Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fMultisampleShaderRenderCase.hpp100 glw::GLint getMaxConformantSampleCount(glw::GLenum target, glw::GLenum internalFormat);
Des31fMultisampleShaderRenderCase.cpp123 … 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
Des31fTextureMultisampleTests.cpp581 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/
Dgl4cTextureViewTests.hpp580 glw::GLint getMaxConformantSampleCount(glw::GLenum target, glw::GLenum internalFormat);
Dgl4cTextureViewTests.cpp4801 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()