Home
last modified time | relevance | path

Searched refs:FramebufferTextureMultiviewOVR (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/extensions/
DANGLE_multiview_multisample.txt66 Modify the error list of FramebufferTextureMultiviewOVR:
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dentry_points_enum_autogen.h362 FramebufferTextureMultiviewOVR, enumerator
Dentry_points_enum_autogen.cpp709 case EntryPoint::FramebufferTextureMultiviewOVR: in GetEntryPointName()
Dcapture_gles_ext_autogen.cpp6045 return CallCapture(gl::EntryPoint::FramebufferTextureMultiviewOVR, std::move(paramBuffer)); in CaptureFramebufferTextureMultiviewOVR()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp522 {"glFramebufferTextureMultiviewOVR", P(gl::FramebufferTextureMultiviewOVR)},
Dentry_points_gles_ext_autogen.h1157 ANGLE_EXPORT void GL_APIENTRY FramebufferTextureMultiviewOVR(GLenum target,
Dentry_points_gles_ext_autogen.cpp7247 void GL_APIENTRY FramebufferTextureMultiviewOVR(GLenum target, in FramebufferTextureMultiviewOVR() function
7275 ANGLE_CAPTURE(FramebufferTextureMultiviewOVR, isCallValid, context, target, attachment, in FramebufferTextureMultiviewOVR()
12239 ANGLE_CAPTURE(FramebufferTextureMultiviewOVR, isCallValid, context, target, attachment, in FramebufferTextureMultiviewOVRContextANGLE()
DlibGLESv2_autogen.cpp4855 return gl::FramebufferTextureMultiviewOVR(target, attachment, texture, level, baseViewIndex, in glFramebufferTextureMultiviewOVR()