Home
last modified time | relevance | path

Searched refs:glGetPerfMonitorGroupsAMD (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h172 {"glGetPerfMonitorGroupsAMD", (void*)glGetPerfMonitorGroupsAMD},
Dgl2_client_context.h174 glGetPerfMonitorGroupsAMD_client_proc_t glGetPerfMonitorGroupsAMD; member
Dgl2_client_context.cpp174glGetPerfMonitorGroupsAMD = (glGetPerfMonitorGroupsAMD_client_proc_t) getProc("glGetPerfMonitorGro… in initDispatchByName()
Dgl2_entry.cpp170 void glGetPerfMonitorGroupsAMD(GLint* numGroups, GLsizei groupsSize, GLuint* groups);
1202 void glGetPerfMonitorGroupsAMD(GLint* numGroups, GLsizei groupsSize, GLuint* groups) in glGetPerfMonitorGroupsAMD() function
1205 ctx->glGetPerfMonitorGroupsAMD(ctx, numGroups, groupsSize, groups); in glGetPerfMonitorGroupsAMD()
Dgl2_enc.cpp5143 this->glGetPerfMonitorGroupsAMD = (glGetPerfMonitorGroupsAMD_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()