Searched refs:groupsSize (Results 1 - 3 of 3) sorted by relevance
/development/ndk/platforms/android-5/include/GLES2/ |
H A D | gl2ext.h | 575 GL_APICALL void GL_APIENTRY glGetPerfMonitorGroupsAMD (GLint *numGroups, GLsizei groupsSize, GLuint *groups); 587 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORGROUPSAMDPROC) (GLint *numGroups, GLsizei groupsSize, GLuint *groups);
|
/development/tools/emulator/opengl/system/GLESv2_enc/ |
H A D | gl2_entry.cpp | 170 void glGetPerfMonitorGroupsAMD(GLint* numGroups, GLsizei groupsSize, GLuint* groups); 1202 void glGetPerfMonitorGroupsAMD(GLint* numGroups, GLsizei groupsSize, GLuint* groups) argument 1205 ctx->glGetPerfMonitorGroupsAMD(ctx, numGroups, groupsSize, groups);
|
H A D | gl2_enc.h | 186 void glGetPerfMonitorGroupsAMD_enc(void *self , GLint* numGroups, GLsizei groupsSize, GLuint* groups);
|
Completed in 81 milliseconds