Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLifetimeTests.hpp162 , m_existsFunc (existsFunc) in SimpleType()
168 bool exists (GLuint name) { return (this->*m_existsFunc)(name) != GL_FALSE; } in exists()
178 const ExistsFunc m_existsFunc; member in deqp::gls::LifetimeTests::details::SimpleType