OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeQuery
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp
232
mState.
activeQuery
[i].set(NULL);
613
queryObject = mState.
activeQuery
[QUERY_ANY_SAMPLES_PASSED].get();
616
queryObject = mState.
activeQuery
[QUERY_ANY_SAMPLES_PASSED_CONSERVATIVE].get();
986
if (mState.
activeQuery
[i].get() != NULL)
1021
mState.
activeQuery
[qType].set(queryObject);
1044
Query *queryObject = mState.
activeQuery
[qType].get();
1053
mState.
activeQuery
[qType].set(NULL);
[
all
...]
Context.h
162
BindingPointer<Query>
activeQuery
[QUERY_TYPE_COUNT];
Completed in 51 milliseconds