Home
last modified time | relevance | path

Searched refs:GL_BlendEquationSeparateiOES (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp168 {"glBlendEquationSeparateiOES", P(GL_BlendEquationSeparateiOES)},
Dentry_points_gles_ext_autogen.h1272 ANGLE_EXPORT void GL_APIENTRY GL_BlendEquationSeparateiOES(GLuint buf,
DlibGLESv2_autogen.cpp4934 return GL_BlendEquationSeparateiOES(buf, modeRGB, modeAlpha); in glBlendEquationSeparateiOES()
Dentry_points_gles_ext_autogen.cpp8306 void GL_APIENTRY GL_BlendEquationSeparateiOES(GLuint buf, GLenum modeRGB, GLenum modeAlpha) in GL_BlendEquationSeparateiOES() function