Searched refs:eglGetProcAddress (Results 1 – 12 of 12) sorted by relevance
95 MALI_SYMBOL(eglGetProcAddress),538 eglGetProcAddress(const char *procname) in eglGetProcAddress() function544 return (__eglMustCastToProperFunctionPointerType)eglGetProcAddress; in eglGetProcAddress()574 eglGetProcAddress("eglGetPlatformDisplayEXT"); in eglGetDisplay()
68 (void *) eglGetProcAddress("eglGetPlatformDisplayEXT"); in glamor_egl_get_display()
730 (PFNEGLCREATEIMAGEKHRPROC)eglGetProcAddress("eglCreateImageKHR"); in glamor_xv_render_dma()732 (PFNEGLDESTROYIMAGEKHRPROC)eglGetProcAddress("eglDestroyImageKHR"); in glamor_xv_render_dma()735 eglGetProcAddress("glEGLImageTargetTexture2DOES"); in glamor_xv_render_dma()
418 + (void *) eglGetProcAddress("eglGetPlatformDisplayEXT");420 + (void *) eglGetProcAddress("eglQueryWaylandBufferWL");422 + (void *) eglGetProcAddress("eglBindWaylandDisplayWL");424 + (void *) eglGetProcAddress("eglUnbindWaylandDisplayWL");
481 + (void *) eglGetProcAddress("eglGetPlatformDisplayEXT");483 + (void *) eglGetProcAddress("eglQueryWaylandBufferWL");485 + (void *) eglGetProcAddress("eglBindWaylandDisplayWL");487 + (void *) eglGetProcAddress("eglUnbindWaylandDisplayWL");
3 glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with \
27 + reinterpret_cast<PFNEGLGETPLATFORMDISPLAYEXTPROC>(eglGetProcAddress("eglGetPlatformDisplay…
62 eglGetProcAddress("eglCreatePlatformWindowSurfaceEXT");
135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
34 do { val = (type) eglGetProcAddress(func); } while (0)
164 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…