Searched refs:isQuery (Results 1 – 8 of 8) sorted by relevance
153 ASSIGN("glIsQuery", isQuery); in initProcsDesktopGL()1128 ASSIGN("glIsQueryARB", isQuery); in initProcsDesktopGL()2130 ASSIGN("glIsQuery", isQuery); in initProcsGLES()2350 ASSIGN("glIsQueryEXT", isQuery); in initProcsGLES()2425 ASSIGN("glIsQueryEXT", isQuery); in initProcsGLES()2921 isQuery = &glIsQueryNULL; in initProcsDesktopGLNULL()3894 isQuery = &glIsQueryNULL; in initProcsDesktopGLNULL()4895 isQuery = &glIsQueryNULL; in initProcsGLESNULL()5115 isQuery = &glIsQueryNULL; in initProcsGLESNULL()5190 isQuery = &glIsQueryNULL; in initProcsGLESNULL()
149 PFNGLISQUERYPROC isQuery = nullptr; variable
98 GLboolean isQuery(QueryID idPacked) const; \
1750 context->isQuery(params.getParam("idPacked", ParamType::TQueryID, 0).value.QueryIDVal); in ReplayCall()
6892 GLboolean Context::isQuery(QueryID id) const in isQuery() function in gl::Context
394 returnValue = context->isQuery(idPacked); in IsQuery()
1521 returnValue = context->isQuery(idPacked); in IsQuery()
3508 returnValue = context->isQuery(idPacked); in IsQueryEXT()16444 returnValue = context->isQuery(idPacked); in IsQueryContextANGLE()16473 returnValue = context->isQuery(idPacked); in IsQueryEXTContextANGLE()