Searched refs:qType (Results 1 – 2 of 2) sorted by relevance
1359 QueryType qType; in beginQuery() local1363 qType = QUERY_ANY_SAMPLES_PASSED; in beginQuery()1366 qType = QUERY_ANY_SAMPLES_PASSED_CONSERVATIVE; in beginQuery()1369 qType = QUERY_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN; in beginQuery()1391 mState.activeQuery[qType] = queryObject; in beginQuery()1399 QueryType qType; in endQuery() local1403 …case GL_ANY_SAMPLES_PASSED_EXT: qType = QUERY_ANY_SAMPLES_PASSED; … in endQuery()1404 …case GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT: qType = QUERY_ANY_SAMPLES_PASSED_CONSERVATIVE; … in endQuery()1405 …case GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: qType = QUERY_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN… in endQuery()1409 Query *queryObject = mState.activeQuery[qType]; in endQuery()[all …]
1870 QualType qType = Class->getTypeForDecl()->getCanonicalTypeInternal(); in IsSimplyAccessible() local1873 qType); in IsSimplyAccessible()