Home
last modified time | relevance | path

Searched refs:GLBindFramebufferOES (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h263 GLBindFramebufferOES, enumerator
Dentry_points_enum_autogen.cpp511 case EntryPoint::GLBindFramebufferOES: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp9455 EVENT(context, GLBindFramebufferOES, "context = %d, target = %s, framebuffer = %u", in GL_BindFramebufferOES()
9464 ValidateBindFramebufferOES(context, angle::EntryPoint::GLBindFramebufferOES, target, in GL_BindFramebufferOES()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp4962 case EntryPoint::GLBindFramebufferOES: in maybeCapturePreCallUpdates()
Dcapture_gles_ext_autogen.cpp9390 return CallCapture(angle::EntryPoint::GLBindFramebufferOES, std::move(paramBuffer)); in CaptureBindFramebufferOES()