Lines Matching refs:OP
259 #define ANGLE_PLATFORM_OP(OP) \ argument
260 OP(currentTime, CurrentTime) \
261 OP(monotonicallyIncreasingTime, MonotonicallyIncreasingTime) \
262 OP(logError, LogError) \
263 OP(logWarning, LogWarning) \
264 OP(logInfo, LogInfo) \
265 OP(getTraceCategoryEnabledFlag, GetTraceCategoryEnabledFlag) \
266 OP(addTraceEvent, AddTraceEvent) \
267 OP(updateTraceEventDuration, UpdateTraceEventDuration) \
268 OP(histogramCustomCounts, HistogramCustomCounts) \
269 OP(histogramEnumeration, HistogramEnumeration) \
270 OP(histogramSparse, HistogramSparse) \
271 OP(histogramBoolean, HistogramBoolean) \
272 OP(overrideWorkaroundsD3D, OverrideWorkaroundsD3D) \
273 OP(overrideFeaturesVk, OverrideFeaturesVk) \
274 OP(cacheProgram, CacheProgram)