Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp1558 void getFormatSamples (glw::GLenum target, std::vector<int>& samples);
1591 getFormatSamples(GL_TEXTURE_2D_MULTISAMPLE, textureSamples); in init()
1592 getFormatSamples(GL_RENDERBUFFER, rboSamples); in init()
1763 void NegativeFramebufferCase::getFormatSamples (glw::GLenum target, std::vector<int>& samples) in getFormatSamples() function in deqp::gles31::Functional::__anona9e459750111::NegativeFramebufferCase
Des31fTextureLevelStateQueryTests.cpp829 void getFormatSamples (glw::GLenum internalFormat, std::vector<int>& samples);
892 void TextureLevelCase::getFormatSamples (glw::GLenum internalFormat, std::vector<int>& samples) in getFormatSamples() function in deqp::gles31::Functional::__anon2d4abc970111::TextureLevelCase
1000 getFormatSamples(internalFormat, samples); in generateTestIterations()