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

  /external/swiftshader/src/OpenGL/libGL/
Context.cpp 1029 QueryType qType;
1033 qType = QUERY_ANY_SAMPLES_PASSED;
1036 qType = QUERY_ANY_SAMPLES_PASSED_CONSERVATIVE;
1057 mState.activeQuery[qType] = queryObject;
1065 QueryType qType;
1070 qType = QUERY_ANY_SAMPLES_PASSED;
1073 qType = QUERY_ANY_SAMPLES_PASSED_CONSERVATIVE;
1079 Query *queryObject = mState.activeQuery[qType];
1088 mState.activeQuery[qType] = nullptr;
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp     [all...]

Completed in 1284 milliseconds