Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h1002 GLMapBufferOES, enumerator
Dentry_points_enum_autogen.cpp1989 case EntryPoint::GLMapBufferOES: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp12013 EVENT(context, GLMapBufferOES, "context = %d, target = %s, access = %s", CID(context), in GL_MapBufferOES()
12026 angle::EntryPoint::GLMapBufferOES) && in GL_MapBufferOES()
12027 ValidateMapBufferOES(context, angle::EntryPoint::GLMapBufferOES, targetPacked, in GL_MapBufferOES()
12035 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLMapBufferOES, void *>(); in GL_MapBufferOES()
12042 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLMapBufferOES, void *>(); in GL_MapBufferOES()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp6817 ASSERT(call.entryPoint == EntryPoint::GLMapBufferOES); in captureCustomMapBufferFromContext()
6872 case EntryPoint::GLMapBufferOES: in maybeOverrideEntryPoint()
7426 case EntryPoint::GLMapBufferOES: in maybeCapturePreCallUpdates()
Dcapture_gles_ext_autogen.cpp10807 return CallCapture(angle::EntryPoint::GLMapBufferOES, std::move(paramBuffer)); in CaptureMapBufferOES()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp2242 case angle::EntryPoint::GLMapBufferOES: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp4036 return CallCapture(EntryPoint::GLMapBufferOES, std::move(params)); in ParseCallCapture()