Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h503 GLGenProgramPipelines, enumerator
Dentry_points_enum_autogen.cpp991 case EntryPoint::GLGenProgramPipelines: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp369 EVENT(context, GLGenProgramPipelines, "context = %d, n = %d, pipelines = 0x%016" PRIxPTR "", in GL_GenProgramPipelines()
378 ValidateGenProgramPipelines(context, angle::EntryPoint::GLGenProgramPipelines, n, in GL_GenProgramPipelines()
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_1_autogen.cpp279 return CallCapture(angle::EntryPoint::GLGenProgramPipelines, std::move(paramBuffer)); in CaptureGenProgramPipelines()
DFrameCapture.cpp1782 case EntryPoint::GLGenProgramPipelines: in MaybeCaptureUpdateResourceIDs()
6980 case EntryPoint::GLGenProgramPipelines: in maybeCapturePreCallUpdates()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp1147 case angle::EntryPoint::GLGenProgramPipelines: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp2446 return CallCapture(EntryPoint::GLGenProgramPipelines, std::move(params)); in ParseCallCapture()