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

  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 178 virtual void unBind (void) { m_bound = false; }
179 virtual bool isBound (void) const { return m_bound; }
203 bool m_bound; member in class:deqp::gls::ContextArray
glsDrawTest.cpp 908 bool isBound (void) const { return m_bound; }
919 bool m_bound; member in class:deqp::gls::__anon17489::AttributeArray
939 , m_bound (false)
    [all...]
glsVertexArrayTests.cpp 452 , m_bound (false)
535 m_bound = true;
    [all...]

Completed in 210 milliseconds