Home
last modified time | relevance | path

Searched refs:glBeginPerfMonitorAMD (Results 1 – 9 of 9) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp157 static void glBeginPerfMonitorAMD(GLuint) { in glBeginPerfMonitorAMD() function
629 glBeginPerfMonitorAMD = ::glBeginPerfMonitorAMD; in GLESv3()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h180 {"glBeginPerfMonitorAMD", (void*)glBeginPerfMonitorAMD},
Dgl2_client_context.h182 glBeginPerfMonitorAMD_client_proc_t glBeginPerfMonitorAMD; member
Dgl2_client_context.cpp182glBeginPerfMonitorAMD = (glBeginPerfMonitorAMD_client_proc_t) getProc("glBeginPerfMonitorAMD", use… in initDispatchByName()
Dgl2_entry.cpp177 void glBeginPerfMonitorAMD(GLuint monitor);
1475 void glBeginPerfMonitorAMD(GLuint monitor) in glBeginPerfMonitorAMD() function
1478 ctx->glBeginPerfMonitorAMD(ctx, monitor); in glBeginPerfMonitorAMD()
Dgl2_enc.cpp11742 this->glBeginPerfMonitorAMD = (glBeginPerfMonitorAMD_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib328 glBeginPerfMonitorAMD
Dgles3.in173 GL_ENTRY(void, glBeginPerfMonitorAMD, GLuint monitor)
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h504 GL_APICALL void GL_APIENTRY glBeginPerfMonitorAMD (GLuint monitor);