Home
last modified time | relevance | path

Searched refs:GL_GetProgramBinary (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.h145 ANGLE_EXPORT void GL_APIENTRY GL_GetProgramBinary(GLuint program,
Dproc_table_wgl_autogen.cpp547 {"glGetProgramBinary", P(GL_GetProgramBinary)},
Dproc_table_glx_autogen.cpp547 {"glGetProgramBinary", P(GL_GetProgramBinary)},
Dproc_table_egl_autogen.cpp669 {"glGetProgramBinary", P(GL_GetProgramBinary)},
Dentry_points_gles_3_0_autogen.cpp1433 void GL_APIENTRY GL_GetProgramBinary(GLuint program, in GL_GetProgramBinary() function
DlibGLESv2_autogen.cpp1162 return GL_GetProgramBinary(program, bufSize, length, binaryFormat, binary); in glGetProgramBinary()