#include "gtest/gtest.h"
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <string>
Go to the source code of this file.
◆ CONFORMANCE_TESTS_ES2
#define CONFORMANCE_TESTS_ES2 2 |
◆ CONFORMANCE_TESTS_ES3
#define CONFORMANCE_TESTS_ES3 3 |
◆ DEFINE_CONFORMANCE_TEST_CLASS
#define DEFINE_CONFORMANCE_TEST_CLASS |
( |
|
name | ) |
|
Value: TYPED_TEST_CASE(
name, ConformanceTestTypes);
EGLImageKHR EGLint * name
Definition: eglext.h:851
◆ RunConformanceTest()
void RunConformanceTest |
( |
const std::string & |
testPath, |
|
|
EGLNativeDisplayType |
nativeDisplay |
|
) |
| |