Panda3D
Functions
config_egldisplay.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "config_egldisplay.h"
#include "eglGraphicsPipe.h"
#include "eglGraphicsWindow.h"
#include "eglGraphicsStateGuardian.h"
#include "graphicsPipeSelection.h"
#include "dconfig.h"
#include "pandaSystem.h"

Go to the source code of this file.

Functions

 Configure (config_egldisplay)
 
 ConfigureFn (config_egldisplay)
 
const std::string get_egl_error_string (int error)
 Returns the given EGL error as string. More...
 
void init_libegldisplay ()
 Initializes the library. More...
 
 NotifyCategoryDef (egldisplay, "display")
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
cary
Date
1999-10-07

Definition in file config_egldisplay.cxx.

Function Documentation

◆ get_egl_error_string()

const std::string get_egl_error_string ( int  error)

Returns the given EGL error as string.

Definition at line 66 of file config_egldisplay.cxx.

◆ init_libegldisplay()

void init_libegldisplay ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 40 of file config_egldisplay.cxx.

References GraphicsPipeSelection::add_pipe_type(), GraphicsPipeSelection::get_global_ptr(), PandaSystem::get_global_ptr(), and PandaSystem::set_system_tag().

Referenced by init_libpandagles(), and init_libpandagles2().