Lines Matching refs:residences
339 GLboolean APIENTRY shared_dispatch_stub_322(GLsizei n, const GLuint *textures, GLboolean *residences);
1204 GLboolean APIENTRY shared_dispatch_stub_1187(GLsizei n, const GLuint *ids, GLboolean *residences);
3612 static GLboolean APIENTRY noopAreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences)
3614 (void) n; (void) textures; (void) residences;
8839 static GLboolean APIENTRY noopAreProgramsResidentNV(GLsizei n, const GLuint *ids, GLboolean *residences)
8841 (void) n; (void) ids; (void) residences;
22455 GLboolean APIENTRY shared_dispatch_stub_322(GLsizei n, const GLuint *textures, GLboolean *residences)
22459 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
28510 GLboolean APIENTRY shared_dispatch_stub_1187(GLsizei n, const GLuint *ids, GLboolean *residences)
28514 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *ids, GLboolean *residences)) _func)(n, ids, residences);