Searched defs:num_groups_z (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp325 /* void glDispatchCompute ( GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z ) */
328 (JNIEnv *_env, jobject _this, jint num_groups_x, jint num_groups_y, jint num_groups_z) {
332 (GLuint)num_groups_z
327 android_glDispatchCompute__III(JNIEnv *_env, jobject _this, jint num_groups_x, jint num_groups_y, jint num_groups_z) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp10345 void GLTrace_glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) { argument
10363 // copy argument num_groups_z
10367 arg_num_groups_z->add_intvalue(num_groups_z);
10372 glContext->hooks->gl.glDispatchCompute(num_groups_x, num_groups_y, num_groups_z);
[all...]

Completed in 964 milliseconds