Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp1946 EVENT(context, GLMapBufferRange, in GL_MapBufferRange()
1958 ValidateMapBufferRange(context, angle::EntryPoint::GLMapBufferRange, in GL_MapBufferRange()
1966 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLMapBufferRange, void *>(); in GL_MapBufferRange()
1974 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLMapBufferRange, void *>(); in GL_MapBufferRange()
/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h965 GLMapBufferRange, enumerator
Dentry_points_enum_autogen.cpp1915 case EntryPoint::GLMapBufferRange: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp1415 EVENT(context, GLMapBufferRange, in GL_MapBufferRange()
1427 ValidateMapBufferRange(context, angle::EntryPoint::GLMapBufferRange, in GL_MapBufferRange()
1435 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLMapBufferRange, void *>(); in GL_MapBufferRange()
1443 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLMapBufferRange, void *>(); in GL_MapBufferRange()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp624 if (call.entryPoint == EntryPoint::GLMapBufferRange || in WriteCppReplayForCall()
5237 case EntryPoint::GLMapBufferRange: in maybeCapturePreCallUpdates()
Dcapture_gles_3_0_autogen.cpp1836 return CallCapture(angle::EntryPoint::GLMapBufferRange, std::move(paramBuffer)); in CaptureMapBufferRange()
Dframe_capture_replay_autogen.cpp1891 case angle::EntryPoint::GLMapBufferRange: in ReplayCall()