Searched refs:GLMapBufferOES (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 956 GLMapBufferOES, enumerator
|
D | entry_points_enum_autogen.cpp | 1897 case EntryPoint::GLMapBufferOES: in GetEntryPointName()
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 589 if (call.entryPoint == EntryPoint::GLMapBuffer || call.entryPoint == EntryPoint::GLMapBufferOES) in WriteCppReplayForCall() 4654 case EntryPoint::GLMapBufferOES: in maybeCapturePreCallUpdates()
|
D | capture_gles_ext_autogen.cpp | 9534 return CallCapture(angle::EntryPoint::GLMapBufferOES, std::move(paramBuffer)); in CaptureMapBufferOES()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 9350 EVENT(context, GLMapBufferOES, "context = %d, target = %s, access = %s", CID(context), in GL_MapBufferOES() 9367 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLMapBufferOES, void *>(); in GL_MapBufferOES() 9374 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLMapBufferOES, void *>(); in GL_MapBufferOES()
|