Android-cuttlefish cvd tool
|
#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"
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; |
#define DECLARE_EGL_FUNCTION_MEMBER_POINTER | ( | return_type, | |
function_name, | |||
signature | |||
) | return_type(EGLAPIENTRY* function_name) signature = nullptr; |