Home
last modified time | relevance | path

Searched refs:InvalidateSubFramebuffer (Results 1 – 13 of 13) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_3_autogen.h119 ANGLE_EXPORT void GL_APIENTRY InvalidateSubFramebuffer(GLenum target,
Dentry_points_gl_4_3_autogen.cpp728 void GL_APIENTRY InvalidateSubFramebuffer(GLenum target, in InvalidateSubFramebuffer() function
755 ANGLE_CAPTURE(InvalidateSubFramebuffer, isCallValid, context, target, numAttachments, in InvalidateSubFramebuffer()
Dproc_table_wgl_autogen.cpp485 {"glInvalidateSubFramebuffer", P(gl::InvalidateSubFramebuffer)},
DlibGL_autogen.cpp5221 return gl::InvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height); in glInvalidateSubFramebuffer()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.h168 ANGLE_EXPORT void GL_APIENTRY InvalidateSubFramebuffer(GLenum target,
Dentry_points_gles_3_0_autogen.cpp1476 void GL_APIENTRY InvalidateSubFramebuffer(GLenum target, in InvalidateSubFramebuffer() function
1503 ANGLE_CAPTURE(InvalidateSubFramebuffer, isCallValid, context, target, numAttachments, in InvalidateSubFramebuffer()
Dproc_table_egl_autogen.cpp923 {"glInvalidateSubFramebuffer", P(gl::InvalidateSubFramebuffer)},
DlibGLESv2_autogen.cpp1244 return gl::InvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height); in glInvalidateSubFramebuffer()
Dentry_points_gles_ext_autogen.cpp16098 ANGLE_CAPTURE(InvalidateSubFramebuffer, isCallValid, context, target, numAttachments, in InvalidateSubFramebufferContextANGLE()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dentry_points_enum_autogen.h659 InvalidateSubFramebuffer, enumerator
Dentry_points_enum_autogen.cpp1303 case EntryPoint::InvalidateSubFramebuffer: in GetEntryPointName()
Dcapture_gles_3_0_autogen.cpp1242 return CallCapture(gl::EntryPoint::InvalidateSubFramebuffer, std::move(paramBuffer)); in CaptureInvalidateSubFramebuffer()
Dframe_capture_replay_autogen.cpp1709 case gl::EntryPoint::InvalidateSubFramebuffer: in ReplayCall()