Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.hpp178 virtual void unBind (void) { m_bound = false; } in unBind()
179 virtual bool isBound (void) const { return m_bound; } in isBound()
203 bool m_bound; member in deqp::gls::ContextArray
H A DglsDrawTest.cpp928 bool isBound (void) const { return m_bound; } in isBound()
939 bool m_bound; member in deqp::gls::__anon30985::AttributeArray
959 , m_bound (false) in AttributeArray()
1018 m_bound = bound; in setupArray()
H A DglsVertexArrayTests.cpp389 , m_bound (false) in ContextArray()
472 m_bound = true; in bind()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp570 bool m_bound; member in deqp::gles31::Functional::__anon30822::TestFramebuffer
581 , m_bound (false) in TestFramebuffer()
635 if (!m_bound) in bind()
638 m_bound = true; in bind()
644 if (m_bound) in unbind()
647 m_bound = false; in unbind()

Completed in 24 milliseconds