|
vdr-plugin-softhddevice-drm-gles 1.4.0
|
Some helper functions for GL. More...
#include <stdio.h>#include <stdlib.h>#include <EGL/egl.h>#include <GLES2/gl2.h>#include "logger.h"

Go to the source code of this file.
Macros | |
| #define | GL_CHECK(stmt) |
| #define | EGL_CHECK(stmt) |
Functions | |
| static void | glCheckError (const char *stmt, const char *fname, int line) |
| static void | eglCheckError (const char *stmt, const char *fname, int line) |
Some helper functions for GL.
AGPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
Definition in file glhelpers.h.
| #define EGL_CHECK | ( | stmt | ) |
Definition at line 60 of file glhelpers.h.
| #define GL_CHECK | ( | stmt | ) |
Definition at line 55 of file glhelpers.h.
|
inlinestatic |
Definition at line 49 of file glhelpers.h.
References LOGERROR.
|
inlinestatic |
Definition at line 43 of file glhelpers.h.
References LOGERROR.