Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h482 GLDisableVertexAttribArray, enumerator
Dentry_points_enum_autogen.cpp949 case EntryPoint::GLDisableVertexAttribArray: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp274 EVENT(context, GLDisableVertexAttribArray, "context = %d, index = %u", CID(context), index); in GL_DisableVertexAttribArray()
281 context, angle::EntryPoint::GLDisableVertexAttribArray, index)); in GL_DisableVertexAttribArray()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp1074 EVENT(context, GLDisableVertexAttribArray, "context = %d, index = %u", CID(context), index); in GL_DisableVertexAttribArray()
1081 context, angle::EntryPoint::GLDisableVertexAttribArray, index)); in GL_DisableVertexAttribArray()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp721 return CallCapture(angle::EntryPoint::GLDisableVertexAttribArray, std::move(paramBuffer)); in CaptureDisableVertexAttribArray()
Dframe_capture_replay_autogen.cpp663 case angle::EntryPoint::GLDisableVertexAttribArray: in ReplayCall()