Home
last modified time | relevance | path

Searched refs:FramebufferTexture2DMultisampleEXT (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dentry_points_enum_autogen.h356 FramebufferTexture2DMultisampleEXT, enumerator
Dentry_points_enum_autogen.cpp697 case EntryPoint::FramebufferTexture2DMultisampleEXT: in GetEntryPointName()
Dcapture_gles_ext_autogen.cpp3830 return CallCapture(gl::EntryPoint::FramebufferTexture2DMultisampleEXT, std::move(paramBuffer)); in CaptureFramebufferTexture2DMultisampleEXT()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp511 {"glFramebufferTexture2DMultisampleEXT", P(gl::FramebufferTexture2DMultisampleEXT)},
Dentry_points_gles_ext_autogen.h773 ANGLE_EXPORT void GL_APIENTRY FramebufferTexture2DMultisampleEXT(GLenum target,
Dentry_points_gles_ext_autogen.cpp4406 void GL_APIENTRY FramebufferTexture2DMultisampleEXT(GLenum target, in FramebufferTexture2DMultisampleEXT() function
4432 ANGLE_CAPTURE(FramebufferTexture2DMultisampleEXT, isCallValid, context, target, attachment, in FramebufferTexture2DMultisampleEXT()
12073 ANGLE_CAPTURE(FramebufferTexture2DMultisampleEXT, isCallValid, context, target, attachment, in FramebufferTexture2DMultisampleEXTContextANGLE()
DlibGLESv2_autogen.cpp4070 return gl::FramebufferTexture2DMultisampleEXT(target, attachment, textarget, texture, level, in glFramebufferTexture2DMultisampleEXT()