Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h277 GLBindVertexArray, enumerator
Dentry_points_enum_autogen.cpp539 case EntryPoint::GLBindVertexArray: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp188 EVENT(context, GLBindVertexArray, "context = %d, array = %u", CID(context), array); in GL_BindVertexArray()
196 ValidateBindVertexArray(context, angle::EntryPoint::GLBindVertexArray, arrayPacked)); in GL_BindVertexArray()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp220 EVENT(context, GLBindVertexArray, "context = %d, array = %u", CID(context), array); in GL_BindVertexArray()
228 ValidateBindVertexArray(context, angle::EntryPoint::GLBindVertexArray, arrayPacked)); in GL_BindVertexArray()
/third_party/skia/third_party/externals/angle2/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()