Searched refs:GLDispatchComputeIndirect (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 410 GLDispatchComputeIndirect, enumerator
|
D | utilities.cpp | 1442 case EntryPoint::GLDispatchComputeIndirect: in IsDispatchEntryPoint()
|
D | entry_points_enum_autogen.cpp | 805 case EntryPoint::GLDispatchComputeIndirect: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 251 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/ |
D | capture_gles_3_1_autogen.cpp | 176 return CallCapture(angle::EntryPoint::GLDispatchComputeIndirect, std::move(paramBuffer)); in CaptureDispatchComputeIndirect()
|
D | FrameCapture.cpp | 1942 case EntryPoint::GLDispatchComputeIndirect: in IsImageUpdate()
|
/external/angle/util/capture/ |
D | frame_capture_replay_autogen.cpp | 740 case angle::EntryPoint::GLDispatchComputeIndirect: in ReplayTraceFunctionCall()
|
D | trace_interpreter_autogen.cpp | 1824 return CallCapture(EntryPoint::GLDispatchComputeIndirect, std::move(params)); in ParseCallCapture()
|