Home | History | Annotate | Download | only in common

Lines Matching full:dispatchcompute

1832 		gl.dispatchCompute(16, 16, 1);
1833 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
2073 gl.dispatchCompute(16, 16, 1);
2074 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
2338 gl.dispatchCompute(16, 16, 1);
2339 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
2483 gl.dispatchCompute(width, height, 1 /* depth */);
2484 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
2500 gl.dispatchCompute(width, height, 1 /* depth */);
2501 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
2517 gl.dispatchCompute(width, height, 1 /* depth */);
2518 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
2980 gl.dispatchCompute(16, 16, 1);
2981 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
3247 gl.dispatchCompute(16, 16, 1);
3248 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
3350 gl.dispatchCompute(1 /* x */, 1 /* y */, 1 /* z */);
3351 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");
3630 gl.dispatchCompute(1 /* x */, 1 /* y */, 1 /* z */);
3631 GLU_EXPECT_NO_ERROR(gl.getError(), "DispatchCompute");