Home
last modified time | relevance | path

Searched refs:callType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDebugMarkerTests.cpp124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1)); in iterate() local
126 if (callType == CALL_TYPE_PUSH_GROUP || callType == CALL_TYPE_INSERT_MARKER) in iterate()
144 if (callType == CALL_TYPE_PUSH_GROUP) in iterate()
/external/clang/lib/Sema/
DSemaChecking.cpp4150 Sema::VariadicCallType callType, in CheckFormatHandler() argument
4158 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler()