Home | History | Annotate | Download | only in opengl

Lines Matching defs:glIsTexture

3173     public boolean glIsTexture(int texture) {
3174 begin("glIsTexture");
3177 boolean result = mgl11.glIsTexture(texture);