Searched defs:glStencilOp (Results 1 - 10 of 10) sorted by relevance
/frameworks/native/opengl/libagl/ |
H A D | state.cpp | 237 void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass) { function
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11ExtensionPack.java | 327 void glStencilOp( method in interface:GL11ExtensionPack
|
H A D | GL10.java | 859 void glStencilOp( method in interface:GL10
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLErrorWrapper.java | 730 public void glStencilOp(int fail, int zfail, int zpass) { method in class:GLErrorWrapper 732 mgl.glStencilOp(fail, zfail, zpass);
|
H A D | GLES10.java | 1128 // C function void glStencilOp ( GLenum fail, GLenum zfail, GLenum zpass ) 1130 public static native void glStencilOp( method in class:GLES10
|
H A D | GLLogWrapper.java | 2374 public void glStencilOp(int fail, int zfail, int zpass) { method in class:GLLogWrapper 2375 begin("glStencilOp"); 2381 mgl.glStencilOp(fail, zfail, zpass);
|
H A D | GLES20.java | 1413 // C function void glStencilOp ( GLenum fail, GLenum zfail, GLenum zpass ) 1415 public static native void glStencilOp( method in class:GLES20
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 953 // C function void glStencilOp ( GLenum fail, GLenum zfail, GLenum zpass ) 955 public native void glStencilOp( method in class:GLImpl
|
/frameworks/base/libs/hwui/debug/ |
H A D | gles_redefine.h | 764 #define glStencilOp wrap_glStencilOp macro
|
H A D | gles_undefine.h | 763 #undef glStencilOp macro
|
Completed in 43 milliseconds