Home
last modified time | relevance | path

Searched refs:glGetPerfMonitorGroupStringAMD_client_proc_t (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_client_context.h174 glGetPerfMonitorGroupStringAMD_client_proc_t glGetPerfMonitorGroupStringAMD;
Dgl2_client_context.cpp176 …glGetPerfMonitorGroupStringAMD = (glGetPerfMonitorGroupStringAMD_client_proc_t) getProc("glGetPerf… in initDispatchByName()
Dgl2_client_proc.h175 typedef void (gl2_APIENTRY *glGetPerfMonitorGroupStringAMD_client_proc_t) (void * ctx, GLuint, GLsi… typedef
Dgl2_enc.cpp3089 …this->glGetPerfMonitorGroupStringAMD = (glGetPerfMonitorGroupStringAMD_client_proc_t) &enc_unsuppo… in gl2_encoder_context_t()