Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h272 GLBindVertexArray, enumerator
Dentry_points_enum_autogen.cpp529 case EntryPoint::GLBindVertexArray: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp180 EVENT(context, GLBindVertexArray, "context = %d, array = %u", CID(context), array); in GL_BindVertexArray()
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_0_autogen.cpp117 return CallCapture(angle::EntryPoint::GLBindVertexArray, std::move(paramBuffer)); in CaptureBindVertexArray()
Dframe_capture_replay_autogen.cpp157 case angle::EntryPoint::GLBindVertexArray: in ReplayCall()
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp211 EVENT(context, GLBindVertexArray, "context = %d, array = %u", CID(context), array); in GL_BindVertexArray()