vghwinterface/vghwapiwrapper/src/opengles11apiwrapper.cpp
branchbug235_bringup_0
changeset 71 243bbc1d70db
parent 53 c2ef9095503a
equal deleted inserted replaced
70:08233365fef6 71:243bbc1d70db
   524 }
   524 }
   525 
   525 
   526 int OGLES11Wrapper::WriteReply()
   526 int OGLES11Wrapper::WriteReply()
   527 {
   527 {
   528 #ifdef LOG_ERROR
   528 #ifdef LOG_ERROR
       
   529 #ifdef PRINT_TRACES
   529     int operationid = (int)m_currentFunctionCall.Data().Header().iOpCode;
   530     int operationid = (int)m_currentFunctionCall.Data().Header().iOpCode;
       
   531 #endif
   530     
   532     
   531     int glerror = ::glGetError();
   533     int glerror = ::glGetError();
   532     if ( m_lastGlError != glerror )
   534     if ( m_lastGlError != glerror )
   533     {
   535     {
   534         if ( GL_NO_ERROR != glerror )
   536         if ( GL_NO_ERROR != glerror )