egl/egltest/src/egltestcommonsession.cpp
changeset 194 18f84489a694
parent 152 9f1c3fea0f87
equal deleted inserted replaced
183:6a1564a2f3e6 194:18f84489a694
  1765             {
  1765             {
  1766             // The extension is not supported
  1766             // The extension is not supported
  1767             return EFalse;
  1767             return EFalse;
  1768             }
  1768             }
  1769         }
  1769         }
       
  1770 	if(aExtension & KEGL_KHR_lock_surface || extensionName.Compare(KEglKhrLockSurface)==0)
       
  1771 		{
       
  1772 		TBool bFoundExtensionEGL_KHR_lock_surface = FindExtensionStringL(EIsEGL,KEglKhrLockSurface);
       
  1773 		if (!bFoundExtensionEGL_KHR_lock_surface)
       
  1774 			{
       
  1775 			return EFalse;
       
  1776 			}
       
  1777 		}
  1770 	return ETrue;
  1778 	return ETrue;
  1771 	}
  1779 	}
  1772 
  1780 
  1773 EXPORT_C CFbsBitmap* CTestEglSession::CreateReferenceBitmapL(TDisplayMode aMode)
  1781 EXPORT_C CFbsBitmap* CTestEglSession::CreateReferenceBitmapL(TDisplayMode aMode)
  1774 	{
  1782 	{