Searched defs:num_groups_y (Results 1 - 3 of 3) 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) {
331 (GLuint)num_groups_y,
327 android_glDispatchCompute__III(JNIEnv *_env, jobject _this, jint num_groups_x, jint num_groups_y, jint num_groups_z) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java202 // C function void glDispatchCompute ( GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z )
206 int num_groups_y,
204 glDispatchCompute( int num_groups_x, int num_groups_y, int 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
10357 // copy argument num_groups_y
10361 arg_num_groups_y->add_intvalue(num_groups_y);
10372 glContext->hooks->gl.glDispatchCompute(num_groups_x, num_groups_y, num_groups_z);
[all...]

Completed in 634 milliseconds