HomeSort by relevance Sort by last modified time
    Searched defs: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::__anon17660::AttributeArray
939 , m_bound (false)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 580 bool m_bound; member in class:deqp::gles31::Functional::__anon17499::TestFramebuffer
591 , m_bound (false)
655 if (!m_bound)
658 m_bound = true;
664 if (m_bound)
667 m_bound = false;
    [all...]

Completed in 620 milliseconds