Searched refs:isVertexArrayEnabled (Results 1 – 3 of 3) sorted by relevance
554 bool isVertexArrayEnabled() const;
3379 bool Context::isVertexArrayEnabled() const in isVertexArrayEnabled() function in es1::Context
2511 case GL_VERTEX_ARRAY: return context->isVertexArrayEnabled(); break; in IsEnabled()