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

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

Completed in 263 milliseconds