Home | History | Annotate | Download | only in opengl

Lines Matching defs:glIsEnabled

3164     public boolean glIsEnabled(int cap) {
3165 begin("glIsEnabled");
3168 boolean result = mgl11.glIsEnabled(cap);