Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.h36 ANGLE_EXPORT void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x,
Dproc_table_egl_autogen.cpp284 {"glDispatchCompute", P(GL_DispatchCompute)},
Dentry_points_gles_3_1_autogen.cpp197 void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in GL_DispatchCompute() function
DlibGLESv2_autogen.cpp1569 return GL_DispatchCompute(num_groups_x, num_groups_y, num_groups_z); in glDispatchCompute()
/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp208 {"glDispatchCompute", P(GL_DispatchCompute)},
Dentry_points_gl_4_autogen.h491 ANGLE_EXPORT void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x,
DlibGL_autogen.cpp5074 return GL_DispatchCompute(num_groups_x, num_groups_y, num_groups_z); in glDispatchCompute()
Dentry_points_gl_4_autogen.cpp4395 void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in GL_DispatchCompute() function