Home
last modified time | relevance | path

Searched defs:glDispatchCompute (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Dtrace_gles_loader_autogen.h352 #define glDispatchCompute t_glDispatchCompute macro
/third_party/skia/third_party/externals/angle2/util/
Dgles_loader_autogen.h352 #define glDispatchCompute l_glDispatchCompute macro
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwApi.inl174 #define glDispatchCompute glwDispatchCompute macro
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
DlibGLESv2_autogen.cpp1567 void GL_APIENTRY glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in glDispatchCompute() function
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp5072 void GL_APIENTRY glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in glDispatchCompute() function
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl1571 GLW_APICALL void GLW_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint n… function
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl1204 void CallLogWrapper::glDispatchCompute (glw::GLuint num_groups_x, glw::GLuint num_groups_y, glw::GL… function in CallLogWrapper