1 | /* Copyright (c) 2003, Stanford University
|
---|
2 | * All rights reserved
|
---|
3 | *
|
---|
4 | * See the file LICENSE.txt for information on redistributing this software.
|
---|
5 | */
|
---|
6 |
|
---|
7 | #include "packer.h"
|
---|
8 | #include "cr_error.h"
|
---|
9 | #include "cr_string.h"
|
---|
10 |
|
---|
11 | void PACK_APIENTRY crPackPicaListCompositors(const PICAuint *config,
|
---|
12 | PICAint *numResults,
|
---|
13 | PICAcompItem *results, PICAerror *return_value, int* writeback )
|
---|
14 | {
|
---|
15 | crWarning("You can't really pack PICA calls!");
|
---|
16 | *return_value = -1;
|
---|
17 | (void) config;
|
---|
18 | (void) numResults;
|
---|
19 | (void) results;
|
---|
20 | (void) writeback;
|
---|
21 | }
|
---|
22 | void PACK_APIENTRY crPackPicaListCompositorsSWAP(const PICAuint *config,
|
---|
23 | PICAint *numResults,
|
---|
24 | PICAcompItem *results, PICAerror *return_value, int* writeback )
|
---|
25 | {
|
---|
26 | crWarning("You can't really pack PICA calls!");
|
---|
27 | *return_value = -1;
|
---|
28 | (void) config;
|
---|
29 | (void) numResults;
|
---|
30 | (void) results;
|
---|
31 | (void) writeback;
|
---|
32 | }
|
---|
33 | void PACK_APIENTRY crPackPicaGetCompositorParamiv(PICAcompID compositor,
|
---|
34 | PICAparam pname,
|
---|
35 | PICAint *params, PICAerror *return_value, int* writeback )
|
---|
36 | {
|
---|
37 |
|
---|
38 | crWarning("You can't really pack PICA calls!");
|
---|
39 | *return_value = -1;
|
---|
40 | (void) writeback;
|
---|
41 | (void) compositor;
|
---|
42 | (void) pname;
|
---|
43 | (void) params;
|
---|
44 | }
|
---|
45 | void PACK_APIENTRY crPackPicaGetCompositorParamivSWAP(PICAcompID compositor,
|
---|
46 | PICAparam pname,
|
---|
47 | PICAint *params, PICAerror *return_value, int* writeback )
|
---|
48 | {
|
---|
49 |
|
---|
50 | crWarning("You can't really pack PICA calls!");
|
---|
51 | *return_value = -1;
|
---|
52 | (void) writeback;
|
---|
53 | (void) compositor;
|
---|
54 | (void) pname;
|
---|
55 | (void) params;
|
---|
56 | }
|
---|
57 | void PACK_APIENTRY crPackPicaGetCompositorParamfv(PICAcompID compositor,
|
---|
58 | PICAparam pname,
|
---|
59 | PICAfloat *params, PICAerror *return_value, int* writeback )
|
---|
60 | {
|
---|
61 |
|
---|
62 | crWarning("You can't really pack PICA calls!");
|
---|
63 | *return_value = -1;
|
---|
64 | (void) writeback;
|
---|
65 | (void) compositor;
|
---|
66 | (void) pname;
|
---|
67 | (void) params;
|
---|
68 | }
|
---|
69 | void PACK_APIENTRY crPackPicaGetCompositorParamfvSWAP(PICAcompID compositor,
|
---|
70 | PICAparam pname,
|
---|
71 | PICAfloat *params, PICAerror *return_value, int* writeback )
|
---|
72 | {
|
---|
73 |
|
---|
74 | crWarning("You can't really pack PICA calls!");
|
---|
75 | *return_value = -1;
|
---|
76 | (void) writeback;
|
---|
77 | (void) compositor;
|
---|
78 | (void) pname;
|
---|
79 | (void) params;
|
---|
80 | }
|
---|
81 | void PACK_APIENTRY crPackPicaGetCompositorParamcv(PICAcompID compositor,
|
---|
82 | PICAparam pname,
|
---|
83 | PICAchar **params, PICAerror *return_value, int* writeback )
|
---|
84 | {
|
---|
85 |
|
---|
86 | crWarning("You can't really pack PICA calls!");
|
---|
87 | *return_value = -1;
|
---|
88 | (void) writeback;
|
---|
89 | (void) compositor;
|
---|
90 | (void) pname;
|
---|
91 | (void) params;
|
---|
92 | }
|
---|
93 | void PACK_APIENTRY crPackPicaGetCompositorParamcvSWAP(PICAcompID compositor,
|
---|
94 | PICAparam pname,
|
---|
95 | PICAchar **params, PICAerror *return_value, int* writeback )
|
---|
96 | {
|
---|
97 |
|
---|
98 | crWarning("You can't really pack PICA calls!");
|
---|
99 | *return_value = -1;
|
---|
100 | (void) writeback;
|
---|
101 | (void) compositor;
|
---|
102 | (void) pname;
|
---|
103 | (void) params;
|
---|
104 | }
|
---|
105 | void PACK_APIENTRY crPackPicaListNodes(PICAcompID compositor,
|
---|
106 | PICAint *num,
|
---|
107 | PICAnodeItem *results, PICAerror *return_value, int* writeback )
|
---|
108 | {
|
---|
109 |
|
---|
110 | crWarning("You can't really pack PICA calls!");
|
---|
111 | *return_value = -1;
|
---|
112 | (void) writeback;
|
---|
113 | (void) compositor;
|
---|
114 | (void) num;
|
---|
115 | (void) results;
|
---|
116 | }
|
---|
117 | void PACK_APIENTRY crPackPicaListNodesSWAP(PICAcompID compositor,
|
---|
118 | PICAint *num,
|
---|
119 | PICAnodeItem *results, PICAerror *return_value, int* writeback )
|
---|
120 | {
|
---|
121 |
|
---|
122 | crWarning("You can't really pack PICA calls!");
|
---|
123 | *return_value = -1;
|
---|
124 | (void) writeback;
|
---|
125 | (void) compositor;
|
---|
126 | (void) num;
|
---|
127 | (void) results;
|
---|
128 | }
|
---|
129 |
|
---|
130 | void PACK_APIENTRY crPackPicaCreateContext(const PICAuint *config,
|
---|
131 | const PICAnodeID *nodes,
|
---|
132 | PICAuint numNodes, PICAcontextID *return_value, int* writeback )
|
---|
133 | {
|
---|
134 |
|
---|
135 | crWarning("You can't really pack PICA calls!");
|
---|
136 | *return_value = (PICAcontextID) -1;
|
---|
137 | (void) writeback;
|
---|
138 | (void) config;
|
---|
139 | (void) nodes;
|
---|
140 | (void) numNodes;
|
---|
141 | }
|
---|
142 | void PACK_APIENTRY crPackPicaCreateContextSWAP(const PICAuint *config,
|
---|
143 | const PICAnodeID *nodes,
|
---|
144 | PICAuint numNodes, PICAcontextID *return_value, int* writeback )
|
---|
145 | {
|
---|
146 |
|
---|
147 | crWarning("You can't really pack PICA calls!");
|
---|
148 | *return_value = (PICAcontextID) -1;
|
---|
149 | (void) writeback;
|
---|
150 | (void) config;
|
---|
151 | (void) nodes;
|
---|
152 | (void) numNodes;
|
---|
153 | }
|
---|
154 | void PACK_APIENTRY crPackPicaDestroyContext(PICAcontextID ctx, PICAerror *return_value, int* writeback )
|
---|
155 | {
|
---|
156 |
|
---|
157 | crWarning("You can't really pack PICA calls!");
|
---|
158 | *return_value = -1;
|
---|
159 | (void) writeback;
|
---|
160 | (void) ctx;
|
---|
161 | }
|
---|
162 | void PACK_APIENTRY crPackPicaDestroyContextSWAP(PICAcontextID ctx, PICAerror *return_value, int* writeback )
|
---|
163 | {
|
---|
164 |
|
---|
165 | crWarning("You can't really pack PICA calls!");
|
---|
166 | *return_value = -1;
|
---|
167 | (void) writeback;
|
---|
168 | (void) ctx;
|
---|
169 | }
|
---|
170 |
|
---|
171 | void PACK_APIENTRY crPackPicaSetContextParami(PICAcontextID ctx,
|
---|
172 | PICAparam pname,
|
---|
173 | PICAint param, PICAerror *return_value, int* writeback )
|
---|
174 | {
|
---|
175 |
|
---|
176 | crWarning("You can't really pack PICA calls!");
|
---|
177 | *return_value = -1;
|
---|
178 | (void) writeback;
|
---|
179 | (void) ctx;
|
---|
180 | (void) pname;
|
---|
181 | (void) param;
|
---|
182 | }
|
---|
183 | void PACK_APIENTRY crPackPicaSetContextParamiSWAP(PICAcontextID ctx,
|
---|
184 | PICAparam pname,
|
---|
185 | PICAint param, PICAerror *return_value, int* writeback )
|
---|
186 | {
|
---|
187 |
|
---|
188 | crWarning("You can't really pack PICA calls!");
|
---|
189 | *return_value = -1;
|
---|
190 | (void) writeback;
|
---|
191 | (void) ctx;
|
---|
192 | (void) pname;
|
---|
193 | (void) param;
|
---|
194 | }
|
---|
195 | void PACK_APIENTRY crPackPicaSetContextParamiv(PICAcontextID ctx,
|
---|
196 | PICAparam pname,
|
---|
197 | const PICAint *param, PICAerror *return_value, int* writeback )
|
---|
198 | {
|
---|
199 |
|
---|
200 | crWarning("You can't really pack PICA calls!");
|
---|
201 | *return_value = -1;
|
---|
202 | (void) writeback;
|
---|
203 | (void) ctx;
|
---|
204 | (void) pname;
|
---|
205 | (void) param;
|
---|
206 | }
|
---|
207 | void PACK_APIENTRY crPackPicaSetContextParamivSWAP(PICAcontextID ctx,
|
---|
208 | PICAparam pname,
|
---|
209 | const PICAint *param, PICAerror *return_value, int* writeback )
|
---|
210 | {
|
---|
211 |
|
---|
212 | crWarning("You can't really pack PICA calls!");
|
---|
213 | *return_value = -1;
|
---|
214 | (void) writeback;
|
---|
215 | (void) ctx;
|
---|
216 | (void) pname;
|
---|
217 | (void) param;
|
---|
218 | }
|
---|
219 | void PACK_APIENTRY crPackPicaSetContextParamf(PICAcontextID ctx,
|
---|
220 | PICAparam pname,
|
---|
221 | PICAfloat param, PICAerror *return_value, int* writeback )
|
---|
222 | {
|
---|
223 |
|
---|
224 | crWarning("You can't really pack PICA calls!");
|
---|
225 | *return_value = -1;
|
---|
226 | (void) writeback;
|
---|
227 | (void) ctx;
|
---|
228 | (void) pname;
|
---|
229 | (void) param;
|
---|
230 | }
|
---|
231 | void PACK_APIENTRY crPackPicaSetContextParamfSWAP(PICAcontextID ctx,
|
---|
232 | PICAparam pname,
|
---|
233 | PICAfloat param, PICAerror *return_value, int* writeback )
|
---|
234 | {
|
---|
235 |
|
---|
236 | crWarning("You can't really pack PICA calls!");
|
---|
237 | *return_value = -1;
|
---|
238 | (void) writeback;
|
---|
239 | (void) ctx;
|
---|
240 | (void) pname;
|
---|
241 | (void) param;
|
---|
242 | }
|
---|
243 | void PACK_APIENTRY crPackPicaSetContextParamfv(PICAcontextID ctx,
|
---|
244 | PICAparam pname,
|
---|
245 | const PICAfloat *param, PICAerror *return_value, int* writeback )
|
---|
246 | {
|
---|
247 |
|
---|
248 | crWarning("You can't really pack PICA calls!");
|
---|
249 | *return_value = -1;
|
---|
250 | (void) writeback;
|
---|
251 | (void) ctx;
|
---|
252 | (void) pname;
|
---|
253 | (void) param;
|
---|
254 | }
|
---|
255 | void PACK_APIENTRY crPackPicaSetContextParamfvSWAP(PICAcontextID ctx,
|
---|
256 | PICAparam pname,
|
---|
257 | const PICAfloat *param, PICAerror *return_value, int* writeback )
|
---|
258 | {
|
---|
259 |
|
---|
260 | crWarning("You can't really pack PICA calls!");
|
---|
261 | *return_value = -1;
|
---|
262 | (void) writeback;
|
---|
263 | (void) ctx;
|
---|
264 | (void) pname;
|
---|
265 | (void) param;
|
---|
266 | }
|
---|
267 | void PACK_APIENTRY crPackPicaSetContextParamv(PICAcontextID ctx,
|
---|
268 | PICAparam pname,
|
---|
269 | const PICAvoid *param, PICAerror *return_value, int* writeback )
|
---|
270 | {
|
---|
271 |
|
---|
272 | crWarning("You can't really pack PICA calls!");
|
---|
273 | *return_value = -1;
|
---|
274 | (void) writeback;
|
---|
275 | (void) ctx;
|
---|
276 | (void) pname;
|
---|
277 | (void) param;
|
---|
278 | }
|
---|
279 | void PACK_APIENTRY crPackPicaSetContextParamvSWAP(PICAcontextID ctx,
|
---|
280 | PICAparam pname,
|
---|
281 | const PICAvoid *param, PICAerror *return_value, int* writeback )
|
---|
282 | {
|
---|
283 |
|
---|
284 | crWarning("You can't really pack PICA calls!");
|
---|
285 | *return_value = -1;
|
---|
286 | (void) writeback;
|
---|
287 | (void) ctx;
|
---|
288 | (void) pname;
|
---|
289 | (void) param;
|
---|
290 | }
|
---|
291 |
|
---|
292 | void PACK_APIENTRY crPackPicaGetContextParamiv(PICAcontextID ctx,
|
---|
293 | PICAparam pname,
|
---|
294 | PICAint *param, PICAerror *return_value, int* writeback )
|
---|
295 | {
|
---|
296 |
|
---|
297 | crWarning("You can't really pack PICA calls!");
|
---|
298 | *return_value = -1;
|
---|
299 | (void) writeback;
|
---|
300 | (void) ctx;
|
---|
301 | (void) pname;
|
---|
302 | (void) param;
|
---|
303 | }
|
---|
304 |
|
---|
305 | void PACK_APIENTRY crPackPicaGetContextParamivSWAP(PICAcontextID ctx,
|
---|
306 | PICAparam pname,
|
---|
307 | PICAint *param, PICAerror *return_value, int* writeback )
|
---|
308 | {
|
---|
309 |
|
---|
310 | crWarning("You can't really pack PICA calls!");
|
---|
311 | *return_value = -1;
|
---|
312 | (void) writeback;
|
---|
313 | (void) ctx;
|
---|
314 | (void) pname;
|
---|
315 | (void) param;
|
---|
316 | }
|
---|
317 | void PACK_APIENTRY crPackPicaGetContextParamfv(PICAcontextID ctx,
|
---|
318 | PICAparam pname,
|
---|
319 | PICAfloat *param, PICAerror *return_value, int* writeback )
|
---|
320 | {
|
---|
321 |
|
---|
322 | crWarning("You can't really pack PICA calls!");
|
---|
323 | *return_value = -1;
|
---|
324 | (void) writeback;
|
---|
325 | (void) ctx;
|
---|
326 | (void) pname;
|
---|
327 | (void) param;
|
---|
328 | }
|
---|
329 | void PACK_APIENTRY crPackPicaGetContextParamfvSWAP(PICAcontextID ctx,
|
---|
330 | PICAparam pname,
|
---|
331 | PICAfloat *param, PICAerror *return_value, int* writeback )
|
---|
332 | {
|
---|
333 |
|
---|
334 | crWarning("You can't really pack PICA calls!");
|
---|
335 | *return_value = -1;
|
---|
336 | (void) writeback;
|
---|
337 | (void) ctx;
|
---|
338 | (void) pname;
|
---|
339 | (void) param;
|
---|
340 | }
|
---|
341 | void PACK_APIENTRY crPackPicaGetContextParamcv(PICAcontextID ctx,
|
---|
342 | PICAparam pname,
|
---|
343 | PICAchar **param, PICAerror *return_value, int* writeback )
|
---|
344 | {
|
---|
345 |
|
---|
346 | crWarning("You can't really pack PICA calls!");
|
---|
347 | *return_value = -1;
|
---|
348 | (void) writeback;
|
---|
349 | (void) ctx;
|
---|
350 | (void) pname;
|
---|
351 | (void) param;
|
---|
352 | }
|
---|
353 | void PACK_APIENTRY crPackPicaGetContextParamcvSWAP(PICAcontextID ctx,
|
---|
354 | PICAparam pname,
|
---|
355 | PICAchar **param, PICAerror *return_value, int* writeback )
|
---|
356 | {
|
---|
357 |
|
---|
358 | crWarning("You can't really pack PICA calls!");
|
---|
359 | *return_value = -1;
|
---|
360 | (void) writeback;
|
---|
361 | (void) ctx;
|
---|
362 | (void) pname;
|
---|
363 | (void) param;
|
---|
364 | }
|
---|
365 | void PACK_APIENTRY crPackPicaGetContextParamv(PICAcontextID ctx,
|
---|
366 | PICAparam pname,
|
---|
367 | PICAvoid *param, PICAerror *return_value, int* writeback )
|
---|
368 | {
|
---|
369 |
|
---|
370 | crWarning("You can't really pack PICA calls!");
|
---|
371 | *return_value = -1;
|
---|
372 | (void) writeback;
|
---|
373 | (void) ctx;
|
---|
374 | (void) pname;
|
---|
375 | (void) param;
|
---|
376 | }
|
---|
377 | void PACK_APIENTRY crPackPicaGetContextParamvSWAP(PICAcontextID ctx,
|
---|
378 | PICAparam pname,
|
---|
379 | PICAvoid *param, PICAerror *return_value, int* writeback )
|
---|
380 | {
|
---|
381 |
|
---|
382 | crWarning("You can't really pack PICA calls!");
|
---|
383 | *return_value = -1;
|
---|
384 | (void) writeback;
|
---|
385 | (void) ctx;
|
---|
386 | (void) pname;
|
---|
387 | (void) param;
|
---|
388 | }
|
---|
389 |
|
---|
390 | void PACK_APIENTRY crPackPicaBindLocalContext(PICAcontextID globalCtx,
|
---|
391 | PICAnodeID node, PICAcontextID *return_value, int* writeback )
|
---|
392 | {
|
---|
393 |
|
---|
394 | crWarning("You can't really pack PICA calls!");
|
---|
395 | *return_value = (PICAcontextID) -1;
|
---|
396 | (void) writeback;
|
---|
397 | (void) globalCtx;
|
---|
398 | (void) node;
|
---|
399 | }
|
---|
400 |
|
---|
401 | void PACK_APIENTRY crPackPicaBindLocalContextSWAP(PICAcontextID globalCtx,
|
---|
402 | PICAnodeID node, PICAcontextID *return_value, int* writeback )
|
---|
403 | {
|
---|
404 |
|
---|
405 | crWarning("You can't really pack PICA calls!");
|
---|
406 | *return_value = (PICAcontextID) -1;
|
---|
407 | (void) writeback;
|
---|
408 | (void) globalCtx;
|
---|
409 | (void) node;
|
---|
410 | }
|
---|
411 | void PACK_APIENTRY crPackPicaDestroyLocalContext(PICAcontextID lctx, PICAerror *return_value, int* writeback )
|
---|
412 | {
|
---|
413 |
|
---|
414 | crWarning("You can't really pack PICA calls!");
|
---|
415 | *return_value = -1;
|
---|
416 | (void) writeback;
|
---|
417 | (void) lctx;
|
---|
418 | }
|
---|
419 | void PACK_APIENTRY crPackPicaDestroyLocalContextSWAP(PICAcontextID lctx, PICAerror *return_value, int* writeback )
|
---|
420 | {
|
---|
421 |
|
---|
422 | crWarning("You can't really pack PICA calls!");
|
---|
423 | *return_value = -1;
|
---|
424 | (void) writeback;
|
---|
425 | (void) lctx;
|
---|
426 | }
|
---|
427 |
|
---|
428 | void PACK_APIENTRY crPackPicaStartFrame(PICAcontextID lctx,
|
---|
429 | const PICAframeID *frameID,
|
---|
430 | PICAuint numLocalFramelets,
|
---|
431 | PICAuint numOrders,
|
---|
432 | const PICAuint *orderList,
|
---|
433 | const PICArect *srcRectList,
|
---|
434 | const PICApoint *dstList, PICAerror *return_value, int* writeback )
|
---|
435 | {
|
---|
436 |
|
---|
437 | crWarning("You can't really pack PICA calls!");
|
---|
438 | *return_value = -1;
|
---|
439 | (void) writeback;
|
---|
440 | (void) lctx;
|
---|
441 | (void) frameID;
|
---|
442 | (void) numLocalFramelets;
|
---|
443 | (void) numOrders;
|
---|
444 | (void) orderList;
|
---|
445 | (void) srcRectList;
|
---|
446 | (void) dstList;
|
---|
447 | }
|
---|
448 |
|
---|
449 | void PACK_APIENTRY crPackPicaStartFrameSWAP(PICAcontextID lctx,
|
---|
450 | const PICAframeID *frameID,
|
---|
451 | PICAuint numLocalFramelets,
|
---|
452 | PICAuint numOrders,
|
---|
453 | const PICAuint *orderList,
|
---|
454 | const PICArect *srcRectList,
|
---|
455 | const PICApoint *dstList, PICAerror *return_value, int* writeback )
|
---|
456 | {
|
---|
457 |
|
---|
458 | crWarning("You can't really pack PICA calls!");
|
---|
459 | *return_value = -1;
|
---|
460 | (void) writeback;
|
---|
461 | (void) lctx;
|
---|
462 | (void) frameID;
|
---|
463 | (void) numLocalFramelets;
|
---|
464 | (void) numOrders;
|
---|
465 | (void) orderList;
|
---|
466 | (void) srcRectList;
|
---|
467 | (void) dstList;
|
---|
468 | }
|
---|
469 | void PACK_APIENTRY crPackPicaEndFrame(PICAcontextID lctx, PICAerror *return_value, int* writeback )
|
---|
470 | {
|
---|
471 |
|
---|
472 | crWarning("You can't really pack PICA calls!");
|
---|
473 | *return_value = -1;
|
---|
474 | (void) writeback;
|
---|
475 | (void) lctx;
|
---|
476 | }
|
---|
477 | void PACK_APIENTRY crPackPicaEndFrameSWAP(PICAcontextID lctx, PICAerror *return_value, int* writeback )
|
---|
478 | {
|
---|
479 |
|
---|
480 | crWarning("You can't really pack PICA calls!");
|
---|
481 | *return_value = -1;
|
---|
482 | (void) writeback;
|
---|
483 | (void) lctx;
|
---|
484 | }
|
---|
485 | void PACK_APIENTRY crPackPicaCancelFrame(PICAcontextID ctx,
|
---|
486 | PICAframeID frameID, PICAerror *return_value, int* writeback )
|
---|
487 | {
|
---|
488 |
|
---|
489 | crWarning("You can't really pack PICA calls!");
|
---|
490 | *return_value = -1;
|
---|
491 | (void) writeback;
|
---|
492 | (void) ctx;
|
---|
493 | (void) frameID;
|
---|
494 | }
|
---|
495 | void PACK_APIENTRY crPackPicaCancelFrameSWAP(PICAcontextID ctx,
|
---|
496 | PICAframeID frameID, PICAerror *return_value, int* writeback )
|
---|
497 | {
|
---|
498 |
|
---|
499 | crWarning("You can't really pack PICA calls!");
|
---|
500 | *return_value = -1;
|
---|
501 | (void) writeback;
|
---|
502 | (void) ctx;
|
---|
503 | (void) frameID;
|
---|
504 | }
|
---|
505 | void PACK_APIENTRY crPackPicaQueryFrame(PICAcontextID ctx,
|
---|
506 | PICAframeID frameID,
|
---|
507 | PICAnodeID nodeID,
|
---|
508 | PICAfloat timeout, PICAstatus *return_value, int* writeback )
|
---|
509 | {
|
---|
510 |
|
---|
511 | crWarning("You can't really pack PICA calls!");
|
---|
512 | *return_value = -1;
|
---|
513 | (void) ctx;
|
---|
514 | (void) writeback;
|
---|
515 | (void) frameID;
|
---|
516 | (void) nodeID;
|
---|
517 | (void) timeout;
|
---|
518 | }
|
---|
519 | void PACK_APIENTRY crPackPicaQueryFrameSWAP(PICAcontextID ctx,
|
---|
520 | PICAframeID frameID,
|
---|
521 | PICAnodeID nodeID,
|
---|
522 | PICAfloat timeout, PICAstatus *return_value, int* writeback )
|
---|
523 | {
|
---|
524 |
|
---|
525 | crWarning("You can't really pack PICA calls!");
|
---|
526 | *return_value = -1;
|
---|
527 | (void) ctx;
|
---|
528 | (void) writeback;
|
---|
529 | (void) frameID;
|
---|
530 | (void) nodeID;
|
---|
531 | (void) timeout;
|
---|
532 | }
|
---|
533 | void PACK_APIENTRY crPackPicaAddGfxFramelet(PICAcontextID lctx,
|
---|
534 | const PICArect *srcRect,
|
---|
535 | const PICApoint *dstPos,
|
---|
536 | PICAuint order,
|
---|
537 | PICAint iVolatile, PICAerror *return_value, int* writeback )
|
---|
538 | {
|
---|
539 |
|
---|
540 | crWarning("You can't really pack PICA calls!");
|
---|
541 | *return_value = -1;
|
---|
542 | (void) lctx;
|
---|
543 | (void) writeback;
|
---|
544 | (void) srcRect;
|
---|
545 | (void) dstPos;
|
---|
546 | (void) order;
|
---|
547 | (void) iVolatile;
|
---|
548 | }
|
---|
549 | void PACK_APIENTRY crPackPicaAddGfxFrameletSWAP(PICAcontextID lctx,
|
---|
550 | const PICArect *srcRect,
|
---|
551 | const PICApoint *dstPos,
|
---|
552 | PICAuint order,
|
---|
553 | PICAint iVolatile, PICAerror *return_value, int* writeback )
|
---|
554 | {
|
---|
555 |
|
---|
556 | crWarning("You can't really pack PICA calls!");
|
---|
557 | *return_value = -1;
|
---|
558 | (void) lctx;
|
---|
559 | (void) writeback;
|
---|
560 | (void) srcRect;
|
---|
561 | (void) dstPos;
|
---|
562 | (void) order;
|
---|
563 | (void) iVolatile;
|
---|
564 | }
|
---|
565 | void PACK_APIENTRY crPackPicaAddMemFramelet(PICAcontextID lctx,
|
---|
566 | const PICAvoid *colorBuffer,
|
---|
567 | const PICAvoid *depthBuffer,
|
---|
568 | PICAuint span_x,
|
---|
569 | const PICArect *srcRect,
|
---|
570 | const PICApoint *dstPos,
|
---|
571 | PICAuint order,
|
---|
572 | PICAint iVolatile, PICAerror *return_value, int* writeback )
|
---|
573 | {
|
---|
574 |
|
---|
575 | crWarning("You can't really pack PICA calls!");
|
---|
576 | *return_value = -1;
|
---|
577 | (void) lctx;
|
---|
578 | (void) writeback;
|
---|
579 | (void) colorBuffer;
|
---|
580 | (void) depthBuffer;
|
---|
581 | (void) span_x;
|
---|
582 | (void) srcRect;
|
---|
583 | (void) dstPos;
|
---|
584 | (void) order;
|
---|
585 | (void) iVolatile;
|
---|
586 | }
|
---|
587 | void PACK_APIENTRY crPackPicaAddMemFrameletSWAP(PICAcontextID lctx,
|
---|
588 | const PICAvoid *colorBuffer,
|
---|
589 | const PICAvoid *depthBuffer,
|
---|
590 | PICAuint span_x,
|
---|
591 | const PICArect *srcRect,
|
---|
592 | const PICApoint *dstPos,
|
---|
593 | PICAuint order,
|
---|
594 | PICAint iVolatile,
|
---|
595 | PICAerror *return_value,
|
---|
596 | int* writeback )
|
---|
597 | {
|
---|
598 |
|
---|
599 | crWarning("You can't really pack PICA calls!");
|
---|
600 | *return_value = -1;
|
---|
601 | (void) lctx;
|
---|
602 | (void) writeback;
|
---|
603 | (void) colorBuffer;
|
---|
604 | (void) depthBuffer;
|
---|
605 | (void) span_x;
|
---|
606 | (void) srcRect;
|
---|
607 | (void) dstPos;
|
---|
608 | (void) order;
|
---|
609 | (void) iVolatile;
|
---|
610 | }
|
---|
611 | void PACK_APIENTRY crPackPicaReadFrame(PICAcontextID lctx,
|
---|
612 | PICAframeID frameID,
|
---|
613 | PICAuint format,
|
---|
614 | PICAvoid *colorbuffer,
|
---|
615 | PICAvoid *depthbuffer,
|
---|
616 | const PICArect *rect,
|
---|
617 | PICAerror *return_value,
|
---|
618 | int* writeback )
|
---|
619 | {
|
---|
620 |
|
---|
621 | crWarning("You can't really pack PICA calls!");
|
---|
622 | *return_value = -1;
|
---|
623 | (void) writeback;
|
---|
624 | (void) lctx;
|
---|
625 | (void) frameID;
|
---|
626 | (void) format;
|
---|
627 | (void) colorbuffer;
|
---|
628 | (void) depthbuffer;
|
---|
629 | (void) rect;
|
---|
630 | }
|
---|
631 | void PACK_APIENTRY crPackPicaReadFrameSWAP(PICAcontextID lctx,
|
---|
632 | PICAframeID frameID,
|
---|
633 | PICAuint format,
|
---|
634 | PICAvoid *colorbuffer,
|
---|
635 | PICAvoid *depthbuffer,
|
---|
636 | const PICArect *rect,
|
---|
637 | PICAerror *return_value,
|
---|
638 | int* writeback )
|
---|
639 | {
|
---|
640 |
|
---|
641 | crWarning("You can't really pack PICA calls!");
|
---|
642 | *return_value = -1;
|
---|
643 | (void) writeback;
|
---|
644 | (void) lctx;
|
---|
645 | (void) frameID;
|
---|
646 | (void) format;
|
---|
647 | (void) colorbuffer;
|
---|
648 | (void) depthbuffer;
|
---|
649 | (void) rect;
|
---|
650 | }
|
---|