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

/frameworks/native/opengl/libagl/
H A Dstate.cpp306 void glDisable(GLenum cap) { function
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp110 void glDisable(GLenum cap) { function
H A Dunwrap_gles.h187 #undef glDisable macro
H A Dwrap_gles.h187 #define glDisable wrap_glDisable macro
/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.java657 // C function void glDisable ( GLenum cap )
659 public static native void glDisable( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java328 // C function void glDisable ( GLenum cap )
330 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 2805 milliseconds