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