Searched refs:GLGenProgramPipelines (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 633 GLGenProgramPipelines, enumerator
|
D | entry_points_enum_autogen.cpp | 1251 case EntryPoint::GLGenProgramPipelines: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 376 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/ |
D | capture_gles_3_1_autogen.cpp | 279 return CallCapture(angle::EntryPoint::GLGenProgramPipelines, std::move(paramBuffer)); in CaptureGenProgramPipelines()
|
D | FrameCapture.cpp | 2010 case EntryPoint::GLGenProgramPipelines: in MaybeCaptureUpdateResourceIDs() 7220 case EntryPoint::GLGenProgramPipelines: in maybeCapturePreCallUpdates()
|
/external/angle/util/capture/ |
D | frame_capture_replay_autogen.cpp | 1110 case angle::EntryPoint::GLGenProgramPipelines: in ReplayTraceFunctionCall()
|
D | trace_interpreter_autogen.cpp | 2379 return CallCapture(EntryPoint::GLGenProgramPipelines, std::move(params)); in ParseCallCapture()
|