Searched refs:GLMapBufferOES (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 1002 GLMapBufferOES, enumerator
|
D | entry_points_enum_autogen.cpp | 1989 case EntryPoint::GLMapBufferOES: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 12013 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/ |
D | FrameCapture.cpp | 6817 ASSERT(call.entryPoint == EntryPoint::GLMapBufferOES); in captureCustomMapBufferFromContext() 6872 case EntryPoint::GLMapBufferOES: in maybeOverrideEntryPoint() 7426 case EntryPoint::GLMapBufferOES: in maybeCapturePreCallUpdates()
|
D | capture_gles_ext_autogen.cpp | 10807 return CallCapture(angle::EntryPoint::GLMapBufferOES, std::move(paramBuffer)); in CaptureMapBufferOES()
|
/external/angle/util/capture/ |
D | frame_capture_replay_autogen.cpp | 2242 case angle::EntryPoint::GLMapBufferOES: in ReplayTraceFunctionCall()
|
D | trace_interpreter_autogen.cpp | 4036 return CallCapture(EntryPoint::GLMapBufferOES, std::move(params)); in ParseCallCapture()
|