Searched refs:WaitQuery (Results 1 – 8 of 8) sorted by relevance
122 InstallCallbackInterface WaitQuery = new InstallCallbackInterface() { in InstallService() local147 Callback.onPackageInstall(InstallCallbackInterface.INSTALLATION_PROGRESS, WaitQuery); in InstallService()239 InstallCallbackInterface WaitQuery = new InstallCallbackInterface() {288 … mUserAppCallback.onPackageInstall(InstallCallbackInterface.INSTALLATION_PROGRESS, WaitQuery);
130 driver->WaitQuery = _mesa_wait_query; in _mesa_init_query_object_functions()560 ctx->Driver.WaitQuery(ctx, q); in _mesa_GetQueryObjectivARB()611 ctx->Driver.WaitQuery(ctx, q); in _mesa_GetQueryObjectuivARB()665 ctx->Driver.WaitQuery(ctx, q); in _mesa_GetQueryObjecti64vEXT()706 ctx->Driver.WaitQuery(ctx, q); in _mesa_GetQueryObjectui64vEXT()
136 ctx->Driver.WaitQuery(ctx, q); in _mesa_check_conditional_render()
631 void (*WaitQuery)(struct gl_context *ctx, struct gl_query_object *q); member
193 functions->WaitQuery = st_WaitQuery; in st_init_query_functions()
191 functions->WaitQuery = radeonWaitQuery; in radeonInitQueryObjFunctions()
477 functions->WaitQuery = brw_wait_query; in brw_init_queryobj_functions()