Searched defs:glDisable (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dstate.cpp302 void glDisable(GLenum cap) { function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java243 public void glDisable(int cap) { method in class:GLErrorWrapper
245 mgl.glDisable(cap);
H A DGLES10.java514 // C function void glDisable ( GLenum cap )
516 public static native void glDisable( method in class:GLES10
H A DGLLogWrapper.java1481 public void glDisable(int cap) { method in class:GLLogWrapper
1482 begin("glDisable");
1486 mgl.glDisable(cap);
H A DGLES20.java653 // C function void glDisable ( GLenum cap )
655 public static native void glDisable( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java327 // C function void glDisable ( GLenum cap )
329 public native void glDisable( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java425 void glDisable( method in interface:GL10

Completed in 94 milliseconds