Searched refs:GL_StencilFunc (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 226 ANGLE_EXPORT void GL_APIENTRY GL_StencilFunc(GLenum func, GLint ref, GLuint mask);
|
D | proc_table_egl_autogen.cpp | 777 {"glStencilFunc", P(GL_StencilFunc)},
|
D | entry_points_gles_2_0_autogen.cpp | 2619 void GL_APIENTRY GL_StencilFunc(GLenum func, GLint ref, GLuint mask) in GL_StencilFunc() function
|
D | libGLESv2_autogen.cpp | 605 return GL_StencilFunc(func, ref, mask); in glStencilFunc()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 692 return GL_StencilFunc(func, ref, mask); in glStencilFunc()
|
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 775 {"glStencilFunc", P(GL_StencilFunc)},
|
D | entry_points_gl_1_autogen.h | 320 ANGLE_EXPORT void GL_APIENTRY GL_StencilFunc(GLenum func, GLint ref, GLuint mask);
|
D | libGL_autogen.cpp | 1203 return GL_StencilFunc(func, ref, mask); in glStencilFunc()
|
D | entry_points_gl_1_autogen.cpp | 5245 void GL_APIENTRY GL_StencilFunc(GLenum func, GLint ref, GLuint mask) in GL_StencilFunc() function
|