HomeSort by relevance Sort by last modified time
    Searched refs:bNotInit (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 36 static bool bNotInit = true;
37 if ( bNotInit ) {
38 bNotInit = (QueryPerformanceFrequency( &freq ) == FALSE);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 36 static bool bNotInit = true;
37 if ( bNotInit ) {
38 bNotInit = (QueryPerformanceFrequency( &freq ) == FALSE);

Completed in 325 milliseconds