Searched refs:GL_StencilFuncSeparate (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libGL/ |
D | entry_points_gl_2_autogen.h | 83 ANGLE_EXPORT void GL_APIENTRY GL_StencilFuncSeparate(GLenum face,
|
D | proc_table_wgl_autogen.cpp | 776 {"glStencilFuncSeparate", P(GL_StencilFuncSeparate)},
|
D | entry_points_gl_2_autogen.cpp | 882 void GL_APIENTRY GL_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in GL_StencilFuncSeparate() function
|
D | libGL_autogen.cpp | 2662 return GL_StencilFuncSeparate(face, func, ref, mask); in glStencilFuncSeparate()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 227 ANGLE_EXPORT void GL_APIENTRY GL_StencilFuncSeparate(GLenum face,
|
D | proc_table_egl_autogen.cpp | 778 {"glStencilFuncSeparate", P(GL_StencilFuncSeparate)},
|
D | entry_points_gles_2_0_autogen.cpp | 2642 void GL_APIENTRY GL_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in GL_StencilFuncSeparate() function
|
D | libGLESv2_autogen.cpp | 610 return GL_StencilFuncSeparate(face, func, ref, mask); in glStencilFuncSeparate()
|