Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp297 class FunctionsGLEGL : public FunctionsGL class
300 FunctionsGLEGL(const FunctionsEGL &egl) : mEGL(egl) {} in FunctionsGLEGL() function in rx::FunctionsGLEGL
302 ~FunctionsGLEGL() override {} in ~FunctionsGLEGL()
315 return new FunctionsGLEGL(*this); in makeFunctionsGL()