Home | History | Annotate | Download | only in libagl

Lines Matching refs:enable

430 void enableDisableClientState(ogles_context_t* c, GLenum array, bool enable)
443 a->enable = enable ? GL_TRUE : GL_FALSE;
1054 if (c->rasterizer.state.texture[i].enable)
1116 if (c->lighting.enable) { // needs normal transforms and eye coords
1123 if (c->clipPlanes.enable || (enables & GGL_ENABLE_FOG)) {
1154 if (am.vertex.enable) {
1161 if (am.normal.enable) {
1168 if (am.color.enable) {
1170 if (c->lighting.enable) {
1184 if (c->rasterizer.state.texture[i].enable) {
1187 if (am.texture[i].enable) {
1362 if (count == 0 || !c->arrays.vertex.enable)
1364 if ((c->cull.enable) && (c->cull.cullFace == GL_FRONT_AND_BACK))
1415 if (count == 0 || !c->arrays.vertex.enable)
1417 if ((c->cull.enable) && (c->cull.cullFace == GL_FRONT_AND_BACK))