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

  /external/deqp/modules/gles3/functional/
es3fSyncTests.cpp 51 enum WaitCommand
66 FenceSyncCase (Context& context, const char* name, const char* description, int numPrimitives, deUint32 waitCommand, deUint32 waitFlags, deUint64 timeout, deUint32 options);
89 FenceSyncCase::FenceSyncCase (Context& context, const char* name, const char* description, int numPrimitives, deUint32 waitCommand, deUint32 waitFlags, deUint64 timeout, deUint32 options)
93 , m_waitCommand (waitCommand)
  /external/deqp/modules/gles3/stress/
es3sSyncTests.cpp 51 enum WaitCommand
60 FenceSyncCase (Context& context, const char* name, const char* description, int numPrimitives, deUint32 waitCommand);
80 FenceSyncCase::FenceSyncCase (Context& context, const char* name, const char* description, int numSyncs, deUint32 waitCommand)
84 , m_waitCommand (waitCommand)

Completed in 275 milliseconds