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