Searched refs:isPointSpriteEnabled (Results 1 – 3 of 3) sorted by relevance
575 bool isPointSpriteEnabled() const;
3449 bool Context::isPointSpriteEnabled() const in isPointSpriteEnabled() function in es1::Context
2524 case GL_POINT_SPRITE_OES: return context->isPointSpriteEnabled(); break; in IsEnabled()