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.h633 GLGenProgramPipelines, enumerator
Dentry_points_enum_autogen.cpp1251 case EntryPoint::GLGenProgramPipelines: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp376 EVENT(context, GLGenProgramPipelines, "context = %d, n = %d, pipelines = 0x%016" PRIxPTR "", in GL_GenProgramPipelines()
385 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.cpp2010 case EntryPoint::GLGenProgramPipelines: in MaybeCaptureUpdateResourceIDs()
7220 case EntryPoint::GLGenProgramPipelines: in maybeCapturePreCallUpdates()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp1110 case angle::EntryPoint::GLGenProgramPipelines: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp2379 return CallCapture(EntryPoint::GLGenProgramPipelines, std::move(params)); in ParseCallCapture()