Home
last modified time | relevance | path

Searched refs:FunctionsEGL (Results 1 – 18 of 18) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp37 struct FunctionsEGL::EGLDispatchTable
151 FunctionsEGL::FunctionsEGL() in FunctionsEGL() function in rx::FunctionsEGL
155 FunctionsEGL::~FunctionsEGL() in ~FunctionsEGL()
160 egl::Error FunctionsEGL::initialize(EGLNativeDisplayType nativeDisplay) in initialize()
287 egl::Error FunctionsEGL::terminate() in terminate()
300 FunctionsGLEGL(const FunctionsEGL &egl) : mEGL(egl) {} in FunctionsGLEGL()
310 const FunctionsEGL &mEGL;
313 FunctionsGL *FunctionsEGL::makeFunctionsGL(void) const in makeFunctionsGL()
318 bool FunctionsEGL::hasExtension(const char *extension) const in hasExtension()
323 EGLDisplay FunctionsEGL::getDisplay() const in getDisplay()
[all …]
DFunctionsEGL.h25 class FunctionsEGL
28 FunctionsEGL();
29 virtual ~FunctionsEGL();
110 FunctionsEGL(const FunctionsEGL &) = delete;
111 void operator=(const FunctionsEGL &) = delete;
DImageEGL.h22 class FunctionsEGL; variable
31 const FunctionsEGL *egl);
47 const FunctionsEGL *mEGL;
DSyncEGL.h22 class FunctionsEGL; variable
27 SyncEGL(const egl::AttributeMap &attribs, const FunctionsEGL *egl);
48 const FunctionsEGL *mEGL;
DSurfaceEGL.h23 SurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config);
64 const FunctionsEGL *mEGL;
DFunctionsEGLDL.h17 class FunctionsEGLDL : public FunctionsEGL
DPbufferSurfaceEGL.h23 PbufferSurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config);
DWindowSurfaceEGL.h21 const FunctionsEGL *egl,
DFunctionsEGLDL.cpp59 return FunctionsEGL::initialize(nativeDisplay); in initialize()
DPbufferSurfaceEGL.cpp18 const FunctionsEGL *egl, in PbufferSurfaceEGL()
DWindowSurfaceEGL.cpp18 const FunctionsEGL *egl, in WindowSurfaceEGL()
DSyncEGL.cpp18 SyncEGL::SyncEGL(const egl::AttributeMap &attribs, const FunctionsEGL *egl) in SyncEGL()
DDisplayEGL.cpp36 EGLint ESBitFromPlatformAttrib(const rx::FunctionsEGL *egl, const EGLAttrib platformAttrib) in ESBitFromPlatformAttrib()
68 WorkerContextEGL(EGLContext context, rx::FunctionsEGL *functions, EGLSurface pbuffer);
76 rx::FunctionsEGL *mFunctions;
81 rx::FunctionsEGL *functions, in WorkerContextEGL()
DImageEGL.cpp28 const FunctionsEGL *egl) in ImageEGL()
DSurfaceEGL.cpp16 SurfaceEGL::SurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config) in SurfaceEGL()
/external/angle/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp233 const FunctionsEGL *egl, in ExternalSurfaceEGL()
495 WorkerContextAndroid(EGLContext context, FunctionsEGL *functions, EGLSurface pbuffer);
503 FunctionsEGL *mFunctions;
508 FunctionsEGL *functions, in WorkerContextAndroid()
/external/angle/src/libANGLE/renderer/gl/
DBUILD.gn137 "egl/FunctionsEGL.cpp",
138 "egl/FunctionsEGL.h",
/external/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp992 WorkerContextGbm(EGLContext context, FunctionsEGL *functions);
1000 FunctionsEGL *mFunctions;
1003 WorkerContextGbm::WorkerContextGbm(EGLContext context, FunctionsEGL *functions) in WorkerContextGbm()