egl/egltest/src/egltestcommonsession.cpp
changeset 45 36b2e23a8629
parent 36 01a6848ebfd7
child 121 d72fc2aace31
equal deleted inserted replaced
36:01a6848ebfd7 45:36b2e23a8629
   449 		INFO_PRINTF2(_L("\n*********************************\n\n"), index);
   449 		INFO_PRINTF2(_L("\n*********************************\n\n"), index);
   450 #endif
   450 #endif
   451 		}
   451 		}
   452 	}
   452 	}
   453 
   453 
   454 EXPORT_C TEglConfigMatchType GetMatchType(EGLint aAttrib, TEglConfigMatchRule aMatchRule)
   454 LOCAL_C TEglConfigMatchType GetMatchType(EGLint aAttrib, TEglConfigMatchRule aMatchRule)
   455 	{
   455 	{
   456 	const TConfigMatchRuleItem* curMatchRuleItem = KConfigMatchRules[aMatchRule];
   456 	const TConfigMatchRuleItem* curMatchRuleItem = KConfigMatchRules[aMatchRule];
   457 
   457 
   458 	while(curMatchRuleItem->iAttrib != EGL_NONE)
   458 	while(curMatchRuleItem->iAttrib != EGL_NONE)
   459 		{
   459 		{