Home | History | Annotate | Download | only in opengl

Lines Matching refs:glIsTexture

1225     public boolean glIsTexture(int texture) {
1227 boolean valid = mgl11.glIsTexture(texture);