Searched refs:glGetPerfMonitorGroupStringAMD (Results 1 - 4 of 4) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_ftable.h174 {"glGetPerfMonitorGroupStringAMD", (void*)glGetPerfMonitorGroupStringAMD},
H A Dgl2_client_context.h174 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 Dgl2_entry.cpp172 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 Dgl2ext.h577 GL_APICALL void GL_APIENTRY glGetPerfMonitorGroupStringAMD (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);

Completed in 12 milliseconds