Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp157 {"glBindFramebufferContextANGLE", P(gl::BindFramebufferContextANGLE)},
Dentry_points_gles_ext_autogen.h1206 ANGLE_EXPORT void GL_APIENTRY BindFramebufferContextANGLE(GLeglContext ctx,
DlibGLESv2_autogen.cpp4954 return gl::BindFramebufferContextANGLE(ctx, target, framebuffer); in glBindFramebufferContextANGLE()
Dentry_points_gles_ext_autogen.cpp7616 void GL_APIENTRY BindFramebufferContextANGLE(GLeglContext ctx, GLenum target, GLuint framebuffer) in BindFramebufferContextANGLE() function