Home | History | Annotate | Download | only in c

Lines Matching defs:SwapBuffers

55  * g3d->SwapBuffers(context, callback);
221 * Note that the same error code is also returned in the SwapBuffers callback.
222 * It is recommended to handle error in the SwapBuffers callback because
239 * <code>SwapBuffers</code> callback.
251 * SwapBuffers() makes the contents of the color buffer available for
254 * undefined after calling <code>SwapBuffers</code>. The contents of the color
259 * <code>SwapBuffers</code> runs in asynchronous mode. Specify a callback
263 * SwapBuffers callback, additional calls to SwapBuffers will fail.
271 * SwapBuffers performs an implicit flush operation on context.
281 * <code>SwapBuffers</code> completes.
288 int32_t (*SwapBuffers)(PP_Resource context,