Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h477 GLDisableVertexAttribArray, enumerator
Dentry_points_enum_autogen.cpp939 case EntryPoint::GLDisableVertexAttribArray: in GetEntryPointName()
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp262 EVENT(context, GLDisableVertexAttribArray, "context = %d, index = %u", CID(context), index); in GL_DisableVertexAttribArray()
/external/angle/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()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp1030 EVENT(context, GLDisableVertexAttribArray, "context = %d, index = %u", CID(context), index); in GL_DisableVertexAttribArray()