Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp1578 void getFormatSamples (glw::GLenum target, std::vector<int>& samples);
1611 getFormatSamples(GL_TEXTURE_2D_MULTISAMPLE, textureSamples); in init()
1612 getFormatSamples(GL_RENDERBUFFER, rboSamples); in init()
1783 void NegativeFramebufferCase::getFormatSamples (glw::GLenum target, std::vector<int>& samples) in getFormatSamples() function in deqp::gles31::Functional::__anoneadaa2760111::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::__anon224f9e180111::TextureLevelCase
1000 getFormatSamples(internalFormat, samples); in generateTestIterations()