Searched refs:isTextureCoordArrayEnabled (Results 1 – 3 of 3) sorted by relevance
566 bool isTextureCoordArrayEnabled() const;
3419 bool Context::isTextureCoordArrayEnabled() const in isTextureCoordArrayEnabled() function in es1::Context
2515 case GL_TEXTURE_COORD_ARRAY: return context->isTextureCoordArrayEnabled(); break; in IsEnabled()