Searched refs:glGetPerfMonitorGroupStringAMD (Results 1 - 4 of 4) sorted by relevance
/development/tools/emulator/opengl/system/GLESv2_enc/ |
H A D | gl2_ftable.h | 174 {"glGetPerfMonitorGroupStringAMD", (void*)glGetPerfMonitorGroupStringAMD},
|
H A D | gl2_client_context.h | 174 glGetPerfMonitorGroupStringAMD_client_proc_t glGetPerfMonitorGroupStringAMD; member in struct:gl2_client_context_t 383 virtual glGetPerfMonitorGroupStringAMD_client_proc_t set_glGetPerfMonitorGroupStringAMD(glGetPerfMonitorGroupStringAMD_client_proc_t f) { glGetPerfMonitorGroupStringAMD_client_proc_t retval = glGetPerfMonitorGroupStringAMD; glGetPerfMonitorGroupStringAMD = f; return retval;}
|
H A D | gl2_entry.cpp | 172 void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei* length, GLchar* groupString); 1214 void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei* length, GLchar* groupString) function 1217 ctx->glGetPerfMonitorGroupStringAMD(ctx, group, bufSize, length, groupString);
|
/development/ndk/platforms/android-5/include/GLES2/ |
H A D | gl2ext.h | 577 GL_APICALL void GL_APIENTRY glGetPerfMonitorGroupStringAMD (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);
|
Completed in 12 milliseconds