Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h1512 GLUnmapBufferOES, enumerator
Dentry_points_enum_autogen.cpp3009 case EntryPoint::GLUnmapBufferOES: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp9382 EVENT(context, GLUnmapBufferOES, "context = %d, target = %s", CID(context), in GL_UnmapBufferOES()
9398 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLUnmapBufferOES, GLboolean>(); in GL_UnmapBufferOES()
9405 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLUnmapBufferOES, GLboolean>(); in GL_UnmapBufferOES()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp4706 case EntryPoint::GLUnmapBufferOES: in maybeCapturePreCallUpdates()
Dcapture_gles_ext_autogen.cpp9550 return CallCapture(angle::EntryPoint::GLUnmapBufferOES, std::move(paramBuffer)); in CaptureUnmapBufferOES()