HomeSort by relevance Sort by last modified time
    Searched full:m_bound (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 177 virtual void unBind (void) { m_bound = false; }
178 virtual bool isBound (void) const { return m_bound; }
202 bool m_bound; member in class:deqp::gls::ContextArray
glsVertexArrayTests.cpp 452 , m_bound (false)
535 m_bound = true;
    [all...]
glsDrawTest.cpp 909 bool isBound (void) const { return m_bound; }
920 bool m_bound; member in class:deqp::gls::__anon8094::AttributeArray
940 , m_bound (false)
    [all...]

Completed in 2314 milliseconds