Home
last modified time | relevance | path

Searched refs:DrawElementsIndirect (Results 1 – 14 of 14) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_0_autogen.h28 ANGLE_EXPORT void GL_APIENTRY DrawElementsIndirect(GLenum mode, GLenum type, const void *indirect);
Dentry_points_gl_4_0_autogen.cpp200 void GL_APIENTRY DrawElementsIndirect(GLenum mode, GLenum type, const void *indirect) in DrawElementsIndirect() function
221 ANGLE_CAPTURE(DrawElementsIndirect, isCallValid, context, modePacked, typePacked, indirect); in DrawElementsIndirect()
Dproc_table_wgl_autogen.cpp233 {"glDrawElementsIndirect", P(gl::DrawElementsIndirect)},
DlibGL_autogen.cpp4092 return gl::DrawElementsIndirect(mode, type, indirect); in glDrawElementsIndirect()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.h42 ANGLE_EXPORT void GL_APIENTRY DrawElementsIndirect(GLenum mode, GLenum type, const void *indirect);
Dentry_points_gles_3_1_autogen.cpp239 void GL_APIENTRY DrawElementsIndirect(GLenum mode, GLenum type, const void *indirect) in DrawElementsIndirect() function
260 ANGLE_CAPTURE(DrawElementsIndirect, isCallValid, context, modePacked, typePacked, indirect); in DrawElementsIndirect()
Dproc_table_egl_autogen.cpp420 {"glDrawElementsIndirect", P(gl::DrawElementsIndirect)},
DlibGLESv2_autogen.cpp1585 return gl::DrawElementsIndirect(mode, type, indirect); in glDrawElementsIndirect()
Dentry_points_gles_ext_autogen.cpp10926 ANGLE_CAPTURE(DrawElementsIndirect, isCallValid, context, modePacked, typePacked, indirect); in DrawElementsIndirectContextANGLE()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dentry_points_enum_autogen.h273 DrawElementsIndirect, enumerator
Dentry_points_enum_autogen.cpp531 case EntryPoint::DrawElementsIndirect: in GetEntryPointName()
Dcapture_gles_3_1_autogen.cpp191 return CallCapture(gl::EntryPoint::DrawElementsIndirect, std::move(paramBuffer)); in CaptureDrawElementsIndirect()
Dframe_capture_replay_autogen.cpp706 case gl::EntryPoint::DrawElementsIndirect: in ReplayCall()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/
Dgl_mangle.h411 #define glDrawElementsIndirect MANGLE(DrawElementsIndirect)