Searched refs:GLDisableVertexAttribArray (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 404 GLDisableVertexAttribArray, enumerator
|
D | entry_points_enum_autogen.cpp | 793 case EntryPoint::GLDisableVertexAttribArray: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 1198 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/ |
D | capture_gles_2_0_autogen.cpp | 720 return CallCapture(angle::EntryPoint::GLDisableVertexAttribArray, std::move(paramBuffer)); in CaptureDisableVertexAttribArray()
|
D | FrameCapture.cpp | 1960 case EntryPoint::GLDisableVertexAttribArray: in IsVertexArrayUpdate()
|
/external/angle/util/capture/ |
D | frame_capture_replay_autogen.cpp | 720 case angle::EntryPoint::GLDisableVertexAttribArray: in ReplayTraceFunctionCall()
|
D | trace_interpreter_autogen.cpp | 1786 return CallCapture(EntryPoint::GLDisableVertexAttribArray, std::move(params)); in ParseCallCapture()
|