Searched defs:getQueryObjecti64v (Results 1 – 5 of 5) sorted by relevance
568 GrGLvoid getQueryObjecti64v(GrGLuint id, GrGLenum pname, GrGLint64 *params) override { in getQueryObjecti64v() function in __anon8285b3770111::NullInterface
98 virtual GrGLvoid getQueryObjecti64v(GrGLuint id, GrGLenum pname, GrGLint64 *params) {} in getQueryObjecti64v() function
383 PFNGLGETQUERYOBJECTI64VPROC getQueryObjecti64v = nullptr; variable
339 glGetQueryObjecti64vFunc getQueryObjecti64v; variable
1393 void Context::getQueryObjecti64v(QueryID id, GLenum pname, GLint64 *params) in getQueryObjecti64v() function in gl::Context