Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.h53 ANGLE_EXPORT void GL_APIENTRY GL_GetProgramInfoLog(GLuint program,
Dproc_table_wgl_autogen.cpp355 {"glGetProgramInfoLog", P(GL_GetProgramInfoLog)},
Dentry_points_gl_2_autogen.cpp479 void GL_APIENTRY GL_GetProgramInfoLog(GLuint program, in GL_GetProgramInfoLog() function
DlibGL_autogen.cpp2576 return GL_GetProgramInfoLog(program, bufSize, length, infoLog); in glGetProgramInfoLog()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h159 ANGLE_EXPORT void GL_APIENTRY GL_GetProgramInfoLog(GLuint program,
Dproc_table_egl_autogen.cpp449 {"glGetProgramInfoLog", P(GL_GetProgramInfoLog)},
Dentry_points_gles_2_0_autogen.cpp1755 void GL_APIENTRY GL_GetProgramInfoLog(GLuint program, in GL_GetProgramInfoLog() function
DlibGLESv2_autogen.cpp408 return GL_GetProgramInfoLog(program, bufSize, length, infoLog); in glGetProgramInfoLog()