Home | History | Annotate | Download | only in opengl

Lines Matching defs:glIsBuffer

3155     public boolean glIsBuffer(int buffer) {
3156 begin("glIsBuffer");
3159 boolean result = mgl11.glIsBuffer(buffer);