Searched refs:isColorMaterialEnabled (Results 1 – 3 of 3) sorted by relevance
545 bool isColorMaterialEnabled() const;
3349 bool Context::isColorMaterialEnabled() const in isColorMaterialEnabled() function in es1::Context
2508 case GL_COLOR_MATERIAL: return context->isColorMaterialEnabled(); break; in IsEnabled()