Searched refs:getSamplerTypes (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp354 vector<glu::DataType> getSamplerTypes (void) const function in class:deqp::gles31::Functional::__anon20290::UniformCollection
364 return getSamplerTypes().size() > 1;
1108 const vector<glu::DataType> samplerTypes = m_uniformCollection->getSamplerTypes();
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp308 vector<glu::DataType> getSamplerTypes (void) const
318 return getSamplerTypes().size() > 1;
1111 const bool containsSamplers = !m_uniformCollection->getSamplerTypes().empty();
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp374 vector<glu::DataType> getSamplerTypes (void) const
384 return getSamplerTypes().size() > 1;
1292 const vector<glu::DataType> samplerTypes = m_uniformCollection->getSamplerTypes();

Completed in 648 milliseconds