ExtDisjointTimerQuery class - dart:web_gl library (original) (raw)
Annotations
- @Native.new("EXTDisjointTimerQuery")
Properties
The hash code for this object.
no setterinherited
A representation of the runtime type of the object.
no setterinherited
Methods
beginQueryExt(int target, TimerQueryExt query)→ void
createQueryExt()→ TimerQueryExt
deleteQueryExt(TimerQueryExt? query)→ void
endQueryExt(int target)→ void
getQueryExt(int target, int pname)→ Object?
getQueryObjectExt(TimerQueryExt query, int pname)→ Object?
isQueryExt(TimerQueryExt? query)→ bool
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryCounterExt(TimerQueryExt query, int target)→ void
A string representation of this object.
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited
Constants
CURRENT_QUERY_EXT → const int
GPU_DISJOINT_EXT → const int
QUERY_COUNTER_BITS_EXT → const int
QUERY_RESULT_AVAILABLE_EXT → const int
QUERY_RESULT_EXT → const int
TIME_ELAPSED_EXT → const int
TIMESTAMP_EXT → const int