Home
last modified time | relevance | path

Searched refs:GL_GetProgramBinary (Results 1 – 8 of 8) 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_egl_autogen.cpp464 {"glGetProgramBinary", P(GL_GetProgramBinary)},
Dentry_points_gles_3_0_autogen.cpp1337 void GL_APIENTRY GL_GetProgramBinary(GLuint program, in GL_GetProgramBinary() function
DlibGLESv2_autogen.cpp1155 return GL_GetProgramBinary(program, bufSize, length, binaryFormat, binary); in glGetProgramBinary()
/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp354 {"glGetProgramBinary", P(GL_GetProgramBinary)},
Dentry_points_gl_4_autogen.h142 ANGLE_EXPORT void GL_APIENTRY GL_GetProgramBinary(GLuint program,
DlibGL_autogen.cpp4369 return GL_GetProgramBinary(program, bufSize, length, binaryFormat, binary); in glGetProgramBinary()
Dentry_points_gl_4_autogen.cpp1601 void GL_APIENTRY GL_GetProgramBinary(GLuint program, in GL_GetProgramBinary() function