Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h278 GLBindVertexArray, enumerator
Dentry_points_enum_autogen.cpp541 case EntryPoint::GLBindVertexArray: in GetEntryPointName()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp4516 Capture(&resetCalls[angle::EntryPoint::GLBindVertexArray], in CaptureMidExecutionSetup()
7318 case EntryPoint::GLBindVertexArray: in maybeCapturePreCallUpdates()
7324 EntryPoint::GLBindVertexArray); in maybeCapturePreCallUpdates()
8309 case angle::EntryPoint::GLBindVertexArray: in setDefaultResetCalls()
8314 Capture(&mResetCalls[angle::EntryPoint::GLBindVertexArray], in setDefaultResetCalls()
Dcapture_gles_3_0_autogen.cpp116 return CallCapture(angle::EntryPoint::GLBindVertexArray, std::move(paramBuffer)); in CaptureBindVertexArray()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp207 EVENT(context, GLBindVertexArray, "context = %d, array = %u", CID(context), array); in GL_BindVertexArray()
215 ValidateBindVertexArray(context, angle::EntryPoint::GLBindVertexArray, arrayPacked)); in GL_BindVertexArray()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp138 case angle::EntryPoint::GLBindVertexArray: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp970 return CallCapture(EntryPoint::GLBindVertexArray, std::move(params)); in ParseCallCapture()