X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fgraphics%2Fgles%2Fegl-graphics.cpp;h=ace3e93e994fb35827dcdd38060a5845ab7f49bc;hb=6206c977d8ec33445d0fa948886b214bee02214d;hp=ebaaa5ae574e0cd4925d6a4f864c9c555d860a46;hpb=8999300d7e1382d64455e0089d012521758cf143;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/graphics/gles/egl-graphics.cpp b/dali/internal/graphics/gles/egl-graphics.cpp index ebaaa5a..ace3e93 100644 --- a/dali/internal/graphics/gles/egl-graphics.cpp +++ b/dali/internal/graphics/gles/egl-graphics.cpp @@ -38,6 +38,16 @@ EglGraphics::~EglGraphics() { } +void EglGraphics::SetGlesVersion( const int32_t glesVersion ) +{ + mEglImplementation->SetGlesVersion( glesVersion ); + mGLES->SetGlesVersion( glesVersion ); +} + +void EglGraphics::SetIsSurfacelessContextSupported( const bool isSupported ) +{ + mGLES->SetIsSurfacelessContextSupported( isSupported ); +} void EglGraphics::Initialize( EnvironmentOptions* environmentOptions ) {