Searched refs:glStencilFuncSeparate (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec102 void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask )
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h574 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1406 // C function void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask )
1408 public static native void glStencilFuncSeparate( method in class:GLES20
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h413 static const Function glStencilFuncSeparate = Message_Function_glStencilFuncSeparate; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp552 dbg->hooks->gl.glStencilFuncSeparate(
H A Ddebugger_message.pb.cpp339 const Message_Function Message::glStencilFuncSeparate; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp2415 _c->glStencilFuncSeparate(face, func, ref, mask);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h309 GL_ENTRY(void, glStencilFuncSeparate, GLenum face, GLenum func, GLint ref, GLuint mask)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp3612 /* void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask ) */
3616 glStencilFuncSeparate(
5000 {"glStencilFuncSeparate", "(IIII)V", (void *) android_glStencilFuncSeparate__IIII },

Completed in 159 milliseconds