Searched refs:GLGenProgramPipelines (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/angle/src/common/ |
H A D | entry_points_enum_autogen.h | 501 GLGenProgramPipelines, enumerator
|
H A D | entry_points_enum_autogen.cpp | 987 case EntryPoint::GLGenProgramPipelines: in GetEntryPointName()
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | entry_points_gles_3_1_autogen.cpp | 385 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 D | capture_gles_3_1_autogen.cpp | 279 return CallCapture(angle::EntryPoint::GLGenProgramPipelines, std::move(paramBuffer)); in CaptureGenProgramPipelines()
|
H A D | FrameCapture.cpp | 2443 case EntryPoint::GLGenProgramPipelines: in MaybeCaptureUpdateResourceIDs() 7849 case EntryPoint::GLGenProgramPipelines: in maybeCapturePreCallUpdates()
|
/aosp_15_r20/external/angle/util/capture/ |
H A D | frame_capture_replay_autogen.cpp | 1147 case angle::EntryPoint::GLGenProgramPipelines: in ReplayTraceFunctionCall()
|
H A D | trace_interpreter_autogen.cpp | 2432 return CallCapture(EntryPoint::GLGenProgramPipelines, std::move(params)); in ParseCallCapture()
|