Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h382 GLDeleteProgramPipelines, enumerator
Dentry_points_enum_autogen.cpp749 case EntryPoint::GLDeleteProgramPipelines: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp195 EVENT(context, GLDeleteProgramPipelines, "context = %d, n = %d, pipelines = 0x%016" PRIxPTR "", in GL_DeleteProgramPipelines()
204 ValidateDeleteProgramPipelines(context, angle::EntryPoint::GLDeleteProgramPipelines, n, in GL_DeleteProgramPipelines()
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_1_autogen.cpp150 return CallCapture(angle::EntryPoint::GLDeleteProgramPipelines, std::move(paramBuffer)); in CaptureDeleteProgramPipelines()
DFrameCapture.cpp6965 case EntryPoint::GLDeleteProgramPipelines: in maybeCapturePreCallUpdates()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp644 case angle::EntryPoint::GLDeleteProgramPipelines: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp1644 return CallCapture(EntryPoint::GLDeleteProgramPipelines, std::move(params)); in ParseCallCapture()