Home
last modified time | relevance | path

Searched refs:GLDispatchComputeIndirect (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/common/
Dentry_points_enum_autogen.h410 GLDispatchComputeIndirect, enumerator
Dutilities.cpp1442 case EntryPoint::GLDispatchComputeIndirect: in IsDispatchEntryPoint()
Dentry_points_enum_autogen.cpp805 case EntryPoint::GLDispatchComputeIndirect: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp251 EVENT(context, GLDispatchComputeIndirect, "context = %d, indirect = %llu", CID(context), in GL_DispatchComputeIndirect()
259 context, angle::EntryPoint::GLDispatchComputeIndirect, indirect)); in GL_DispatchComputeIndirect()
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_1_autogen.cpp176 return CallCapture(angle::EntryPoint::GLDispatchComputeIndirect, std::move(paramBuffer)); in CaptureDispatchComputeIndirect()
DFrameCapture.cpp1942 case EntryPoint::GLDispatchComputeIndirect: in IsImageUpdate()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp740 case angle::EntryPoint::GLDispatchComputeIndirect: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp1824 return CallCapture(EntryPoint::GLDispatchComputeIndirect, std::move(params)); in ParseCallCapture()