Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h175 {"glGetPerfMonitorCounterStringAMD", (void*)glGetPerfMonitorCounterStringAMD},
Dgl2_client_context.h177 glGetPerfMonitorCounterStringAMD_client_proc_t glGetPerfMonitorCounterStringAMD; member
Dgl2_client_context.cpp177glGetPerfMonitorCounterStringAMD = (glGetPerfMonitorCounterStringAMD_client_proc_t) getProc("glGet… in initDispatchByName()
Dgl2_entry.cpp173 …void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei* leng…
1220 void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei* lengt… in glGetPerfMonitorCounterStringAMD() function
1223 ctx->glGetPerfMonitorCounterStringAMD(ctx, group, counter, bufSize, length, counterString); in glGetPerfMonitorCounterStringAMD()
Dgl2_enc.cpp5146 …this->glGetPerfMonitorCounterStringAMD = (glGetPerfMonitorCounterStringAMD_client_proc_t) &enc_uns… in gl2_encoder_context_t()