Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A Dentry_points_enum_autogen.h501 GLGenProgramPipelines, enumerator
H A Dentry_points_enum_autogen.cpp987 case EntryPoint::GLGenProgramPipelines: in GetEntryPointName()
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp385 EVENT(context, GLGenProgramPipelines, "context = %d, n = %d, pipelines = 0x%016" PRIxPTR "", in GL_GenProgramPipelines()
394 ValidateGenProgramPipelines(context, angle::EntryPoint::GLGenProgramPipelines, n, in GL_GenProgramPipelines()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp279 return CallCapture(angle::EntryPoint::GLGenProgramPipelines, std::move(paramBuffer)); in CaptureGenProgramPipelines()
H A DFrameCapture.cpp2443 case EntryPoint::GLGenProgramPipelines: in MaybeCaptureUpdateResourceIDs()
7849 case EntryPoint::GLGenProgramPipelines: in maybeCapturePreCallUpdates()
/aosp_15_r20/external/angle/util/capture/
H A Dframe_capture_replay_autogen.cpp1147 case angle::EntryPoint::GLGenProgramPipelines: in ReplayTraceFunctionCall()
H A Dtrace_interpreter_autogen.cpp2432 return CallCapture(EntryPoint::GLGenProgramPipelines, std::move(params)); in ParseCallCapture()