Searched refs:isPointSizeArrayEnabled (Results 1 – 3 of 3) sorted by relevance
563 bool isPointSizeArrayEnabled() const;
3409 bool Context::isPointSizeArrayEnabled() const in isPointSizeArrayEnabled() function in es1::Context
2514 case GL_POINT_SIZE_ARRAY_OES: return context->isPointSizeArrayEnabled(); break; in IsEnabled()