Android-cuttlefish cvd tool
Classes | Namespaces | Macros
egl.h File Reference
#include <string>
#include "EGL/egl.h"
#include "EGL/eglext.h"
#include "cuttlefish/host/graphics_detector/egl_funcs.h"
#include "cuttlefish/host/graphics_detector/expected.h"
#include "cuttlefish/host/graphics_detector/lib.h"
Include dependency graph for egl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gfxstream::Egl
 

Namespaces

namespace  gfxstream
 

Macros

#define DECLARE_EGL_FUNCTION_MEMBER_POINTER(return_type, function_name, signature)    return_type(EGLAPIENTRY* function_name) signature = nullptr;
 

Macro Definition Documentation

◆ DECLARE_EGL_FUNCTION_MEMBER_POINTER

#define DECLARE_EGL_FUNCTION_MEMBER_POINTER (   return_type,
  function_name,
  signature 
)     return_type(EGLAPIENTRY* function_name) signature = nullptr;