Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dentry_points_gl_2_autogen.h88 ANGLE_EXPORT void GL_APIENTRY GL_StencilOpSeparate(GLenum face,
Dproc_table_wgl_autogen.cpp780 {"glStencilOpSeparate", P(GL_StencilOpSeparate)},
Dentry_points_gl_2_autogen.cpp929 void GL_APIENTRY GL_StencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) in GL_StencilOpSeparate() function
DlibGL_autogen.cpp2672 return GL_StencilOpSeparate(face, sfail, dpfail, dppass); in glStencilOpSeparate()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h234 ANGLE_EXPORT void GL_APIENTRY GL_StencilOpSeparate(GLenum face,
Dproc_table_egl_autogen.cpp782 {"glStencilOpSeparate", P(GL_StencilOpSeparate)},
Dentry_points_gles_2_0_autogen.cpp2735 void GL_APIENTRY GL_StencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) in GL_StencilOpSeparate() function
DlibGLESv2_autogen.cpp630 return GL_StencilOpSeparate(face, sfail, dpfail, dppass); in glStencilOpSeparate()