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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp456 /* void glDispatchCompute ( GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z ) */
459 (JNIEnv *_env, jobject _this, jint num_groups_x, jint num_groups_y, jint num_groups_z) {
463 (GLuint)num_groups_z
458 android_glDispatchCompute__III(JNIEnv *_env, jobject _this, jint num_groups_x, jint num_groups_y, jint num_groups_z) argument

Completed in 64 milliseconds