From 4e3cf037ff537a6949a55957ee6372c2e3862163 Mon Sep 17 00:00:00 2001 From: Chandan Padhi Date: Thu, 2 Aug 2018 16:36:36 +0530 Subject: [PATCH] fixup! [M63 Dev][EFL] Integrate EvasGL Delegated Renderer This commit removes NOTIMPLEMENTED() logs that are seen during rendering of every frame which may affect KPI performance. Change-Id: Ic5c9240592d9cf919b68b12a40031c550b7f5406 Signed-off-by: Chandan Padhi --- gpu/command_buffer/client/gles2_implementation_efl_autogen.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/gpu/command_buffer/client/gles2_implementation_efl_autogen.h b/gpu/command_buffer/client/gles2_implementation_efl_autogen.h index f95b967..edd751a 100644 --- a/gpu/command_buffer/client/gles2_implementation_efl_autogen.h +++ b/gpu/command_buffer/client/gles2_implementation_efl_autogen.h @@ -914,9 +914,7 @@ void GLES2ImplementationEfl::ShallowFlushCHROMIUM() { NOTIMPLEMENTED(); } -void GLES2ImplementationEfl::OrderingBarrierCHROMIUM() { - NOTIMPLEMENTED(); -} +void GLES2ImplementationEfl::OrderingBarrierCHROMIUM() {} void GLES2ImplementationEfl::StencilFunc(GLenum func, GLint ref, GLuint mask) { evas_gl_api_->glStencilFunc(func, ref, mask); @@ -1798,15 +1796,11 @@ void GLES2ImplementationEfl::GenSyncTokenCHROMIUM(GLbyte* /* sync_token */) { } void GLES2ImplementationEfl::GenUnverifiedSyncTokenCHROMIUM( - GLbyte* /* sync_token */) { - NOTIMPLEMENTED(); -} + GLbyte* /* sync_token */) {} void GLES2ImplementationEfl::VerifySyncTokensCHROMIUM( GLbyte** /* sync_tokens */, - GLsizei /* count */) { - NOTIMPLEMENTED(); -} + GLsizei /* count */) {} void GLES2ImplementationEfl::WaitSyncTokenCHROMIUM(const GLbyte* sync_token) { DoWaitSyncTokenCHROMIUM(sync_token); -- 2.7.4