Home
last modified time | relevance | path

Searched refs:IsQuery (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp561 PFNISQUERYPROC IsQuery; variable
1309 IsQuery = (PFNISQUERYPROC)IntGetProcAddress("glIsQuery"); in Switch_IsQuery()
1310 return IsQuery(id); in Switch_IsQuery()
2549 IsQuery = Switch_IsQuery; in InitializeVariables()
Dgl_core_3_1.hpp1164 extern GLboolean (CODEGEN_FUNCPTR *IsQuery)(GLuint id);
/external/mdnsresponder/mDNSShared/
Ddnsextd.c531 mDNSlocal mDNSBool IsQuery( PktMsg * pkt ) in IsQuery() function
645 if ( IsQuery( pkt ) ) in SetZone()
2439 if ( IsQuery( pkt ) ) in IsAuthorized()
/external/mesa3d/include/GL/
Dgl_mangle.h970 #define glIsQuery MANGLE(IsQuery)