Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h404 GLDisableVertexAttribArray, enumerator
Dentry_points_enum_autogen.cpp793 case EntryPoint::GLDisableVertexAttribArray: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp1198 EVENT(context, GLDisableVertexAttribArray, "context = %d, index = %u", CID(context), index); in GL_DisableVertexAttribArray()
1205 context, angle::EntryPoint::GLDisableVertexAttribArray, index)); in GL_DisableVertexAttribArray()
/external/angle/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp720 return CallCapture(angle::EntryPoint::GLDisableVertexAttribArray, std::move(paramBuffer)); in CaptureDisableVertexAttribArray()
DFrameCapture.cpp1960 case EntryPoint::GLDisableVertexAttribArray: in IsVertexArrayUpdate()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp720 case angle::EntryPoint::GLDisableVertexAttribArray: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp1786 return CallCapture(EntryPoint::GLDisableVertexAttribArray, std::move(params)); in ParseCallCapture()