Home
last modified time | relevance | path

Searched refs:GL_StencilFuncSeparate (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libGL/
Dentry_points_gl_2_autogen.h83 ANGLE_EXPORT void GL_APIENTRY GL_StencilFuncSeparate(GLenum face,
Dproc_table_wgl_autogen.cpp776 {"glStencilFuncSeparate", P(GL_StencilFuncSeparate)},
Dentry_points_gl_2_autogen.cpp882 void GL_APIENTRY GL_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in GL_StencilFuncSeparate() function
DlibGL_autogen.cpp2662 return GL_StencilFuncSeparate(face, func, ref, mask); in glStencilFuncSeparate()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h227 ANGLE_EXPORT void GL_APIENTRY GL_StencilFuncSeparate(GLenum face,
Dproc_table_egl_autogen.cpp778 {"glStencilFuncSeparate", P(GL_StencilFuncSeparate)},
Dentry_points_gles_2_0_autogen.cpp2642 void GL_APIENTRY GL_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in GL_StencilFuncSeparate() function
DlibGLESv2_autogen.cpp610 return GL_StencilFuncSeparate(face, func, ref, mask); in glStencilFuncSeparate()