Searched refs:FunctionsEGL (Results 1 – 18 of 18) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | FunctionsEGL.cpp | 37 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 …]
|
D | FunctionsEGL.h | 25 class FunctionsEGL 28 FunctionsEGL(); 29 virtual ~FunctionsEGL(); 110 FunctionsEGL(const FunctionsEGL &) = delete; 111 void operator=(const FunctionsEGL &) = delete;
|
D | ImageEGL.h | 22 class FunctionsEGL; variable 31 const FunctionsEGL *egl); 47 const FunctionsEGL *mEGL;
|
D | SyncEGL.h | 22 class FunctionsEGL; variable 27 SyncEGL(const egl::AttributeMap &attribs, const FunctionsEGL *egl); 48 const FunctionsEGL *mEGL;
|
D | SurfaceEGL.h | 23 SurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config); 64 const FunctionsEGL *mEGL;
|
D | FunctionsEGLDL.h | 17 class FunctionsEGLDL : public FunctionsEGL
|
D | PbufferSurfaceEGL.h | 23 PbufferSurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config);
|
D | WindowSurfaceEGL.h | 21 const FunctionsEGL *egl,
|
D | FunctionsEGLDL.cpp | 59 return FunctionsEGL::initialize(nativeDisplay); in initialize()
|
D | PbufferSurfaceEGL.cpp | 18 const FunctionsEGL *egl, in PbufferSurfaceEGL()
|
D | WindowSurfaceEGL.cpp | 18 const FunctionsEGL *egl, in WindowSurfaceEGL()
|
D | SyncEGL.cpp | 18 SyncEGL::SyncEGL(const egl::AttributeMap &attribs, const FunctionsEGL *egl) in SyncEGL()
|
D | DisplayEGL.cpp | 36 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()
|
D | ImageEGL.cpp | 28 const FunctionsEGL *egl) in ImageEGL()
|
D | SurfaceEGL.cpp | 16 SurfaceEGL::SurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config) in SurfaceEGL()
|
/external/angle/src/libANGLE/renderer/gl/egl/android/ |
D | DisplayAndroid.cpp | 233 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/ |
D | BUILD.gn | 137 "egl/FunctionsEGL.cpp", 138 "egl/FunctionsEGL.h",
|
/external/angle/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 992 WorkerContextGbm(EGLContext context, FunctionsEGL *functions); 1000 FunctionsEGL *mFunctions; 1003 WorkerContextGbm::WorkerContextGbm(EGLContext context, FunctionsEGL *functions) in WorkerContextGbm()
|