Lines Matching defs:resident
103 * Return TRUE if the texture handle is resident in the current context.
113 * Return TRUE if the image handle is resident in the current context.
123 * Make a texture handle resident/non-resident in the current context.
128 bool resident)
134 if (resident) {
144 * are no handles using the object that are resident in any context.
173 * Make an image handle resident/non-resident in the current context.
178 GLenum access, bool resident)
183 if (resident) {
193 * are resident in any context.
403 * Init/free per-context resident handles.
756 * resident in the current GL context."
767 "glMakeTextureHandleResidentARB(already resident)");
802 * handle, or if <handle> is not resident in the current GL context."
813 "glMakeTextureHandleNonResidentARB(not resident)");
946 * resident in the current GL context."
957 "glMakeImageHandleResidentARB(already resident)");
993 * or if <handle> is not resident in the current GL context."
1004 "glMakeImageHandleNonResidentARB(not resident)");