Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CEGLUtils Class Reference

#include <EGLUtils.h>

Static Public Member Functions

static std::set< std::string > GetClientExtensions ()
 
static std::set< std::string > GetExtensions (EGLDisplay eglDisplay)
 
static bool HasExtension (EGLDisplay eglDisplay, std::string const &name)
 
static bool HasClientExtension (std::string const &name)
 
static void Log (int logLevel, std::string const &what)
 
template<typename T >
static T GetRequiredProcAddress (const char *procname)
 

Member Function Documentation

◆ GetClientExtensions()

std::set< std::string > CEGLUtils::GetClientExtensions ( )
static

◆ GetExtensions()

std::set< std::string > CEGLUtils::GetExtensions ( EGLDisplay eglDisplay)
static

◆ GetRequiredProcAddress()

template<typename T >
static T CEGLUtils::GetRequiredProcAddress ( const char * procname)
inlinestatic

◆ HasClientExtension()

bool CEGLUtils::HasClientExtension ( std::string const & name)
static

◆ HasExtension()

bool CEGLUtils::HasExtension ( EGLDisplay eglDisplay,
std::string const & name )
static

◆ Log()

void CEGLUtils::Log ( int logLevel,
std::string const & what )
static

The documentation for this class was generated from the following files: