Lines Matching refs:residences
335 GLboolean APIENTRY shared_dispatch_stub_322(GLsizei n, const GLuint *textures, GLboolean *residences);
1200 GLboolean APIENTRY shared_dispatch_stub_1187(GLsizei n, const GLuint *ids, GLboolean *residences);
3373 static GLboolean APIENTRY noopAreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences)
3375 (void) n; (void) textures; (void) residences;
8600 static GLboolean APIENTRY noopAreProgramsResidentNV(GLsizei n, const GLuint *ids, GLboolean *residences)
8602 (void) n; (void) ids; (void) residences;
19802 GLboolean APIENTRY shared_dispatch_stub_322(GLsizei n, const GLuint *textures, GLboolean *residences)
19806 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
25857 GLboolean APIENTRY shared_dispatch_stub_1187(GLsizei n, const GLuint *ids, GLboolean *residences)
25861 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *ids, GLboolean *residences)) _func)(n, ids, residences);