Lines Matching refs:retval
48 GLenum retval;
65 retval = GL_VOLATILE_APPLE;
67 retval = ctx->Driver.BufferObjectPurgeable(ctx, bufObj, option);
69 return retval;
77 GLenum retval;
94 retval = GL_VOLATILE_APPLE;
96 retval = ctx->Driver.RenderObjectPurgeable(ctx, bufObj, option);
98 return retval;
106 GLenum retval;
123 retval = GL_VOLATILE_APPLE;
125 retval = ctx->Driver.TextureObjectPurgeable(ctx, bufObj, option);
127 return retval;
134 GLenum retval;
159 retval = texture_object_purgeable(ctx, name, option);
162 retval = renderbuffer_purgeable(ctx, name, option);
165 retval = buffer_object_purgeable(ctx, name, option);
179 return option == GL_VOLATILE_APPLE ? GL_VOLATILE_APPLE : retval;
187 GLenum retval;
205 retval = option;
207 retval = ctx->Driver.BufferObjectUnpurgeable(ctx, bufObj, option);
209 return retval;
217 GLenum retval;
235 retval = option;
237 retval = ctx->Driver.RenderObjectUnpurgeable(ctx, bufObj, option);
239 return retval;
247 GLenum retval;
265 retval = option;
267 retval = ctx->Driver.TextureObjectUnpurgeable(ctx, bufObj, option);
269 return retval;