X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali%2Finternal%2Fgraphics%2Fgles%2Fegl-graphics.cpp;h=ace3e93e994fb35827dcdd38060a5845ab7f49bc;hb=6206c977d8ec33445d0fa948886b214bee02214d;hp=a54b9edfed1fbfab7cdcf0485d973f2421596124;hpb=0cf21c8af6a919c263b00d22cb205df2964d0b04;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 a54b9ed..ace3e93 100644 --- a/dali/internal/graphics/gles/egl-graphics.cpp +++ b/dali/internal/graphics/gles/egl-graphics.cpp @@ -44,6 +44,11 @@ void EglGraphics::SetGlesVersion( const int32_t glesVersion ) mGLES->SetGlesVersion( glesVersion ); } +void EglGraphics::SetIsSurfacelessContextSupported( const bool isSupported ) +{ + mGLES->SetIsSurfacelessContextSupported( isSupported ); +} + void EglGraphics::Initialize( EnvironmentOptions* environmentOptions ) { if( environmentOptions->GetGlesCallTime() > 0 )