Searched refs:opaque (Results 1 - 25 of 144) sorted by relevance

123456

/xsrc/external/mit/brotli/dist/c/common/
H A Dplatform.c13 void* BrotliDefaultAllocFunc(void* opaque, size_t size) { argument
14 BROTLI_UNUSED(opaque);
19 void BrotliDefaultFreeFunc(void* opaque, void* address) { argument
20 BROTLI_UNUSED(opaque);
/xsrc/external/mit/freetype/dist/src/gzip/
H A Dzutil.c83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
85 voidpf buf = opaque; /* just to make some compilers happy */
107 void zcfree (voidpf opaque, voidpf ptr) argument
125 ptr = opaque; /* just to make some compilers happy */
142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
144 if (opaque) opaque = 0; /* to make compiler happy */
148 void zcfree (voidpf opaque, voidpf ptr) argument
150 if (opaque) opaque
[all...]
H A Dzlib.h63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
64 typedef void (*free_func) OF((voidpf opaque, voidpf address));
82 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
95 opaque before calling the init function. All other fields are set by the
98 The opaque value provided by the application will be passed as the first
101 opaque value.
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
179 zalloc, zfree and opaque must be initialized before by the caller.
292 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
404 fields next_in, zalloc, zfree and opaque mus
[all...]
H A Dzutil.h207 local voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
208 local void zcfree OF((voidpf opaque, voidpf ptr));
211 (*((strm)->zalloc))((strm)->opaque, (items), (size))
212 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/xsrc/external/mit/brotli/dist/c/include/brotli/
H A Dtypes.h65 * @param opaque custom memory manager handle provided by client
71 typedef void* (*brotli_alloc_func)(void* opaque, size_t size);
78 * @param opaque custom memory manager handle provided by client
81 typedef void (*brotli_free_func)(void* opaque, void* address);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_blend_cso.h42 bool opaque : 1; member in struct:pan_blend_info
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
H A Dtest-blend.c32 bool opaque; member in struct:test
50 .opaque = true,
67 .opaque = false,
85 .opaque = false,
102 .opaque = false,
120 .opaque = false,
137 .opaque = false,
153 .opaque = false,
165 .opaque = false,
181 .opaque
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwindisplay.c32 #include <opaque.h> // for display
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dhashtable.h117 void (*print_key)(void *opaque, void *key),
118 void (*print_value)(void *opaque, void *value),
119 void* opaque);
H A Dhashtable.c276 void (*print_key)(void *opaque, void *key),
277 void (*print_value)(void *opaque, void *value),
278 void* opaque)
291 print_key(opaque, it->key);
293 print_value(opaque, it->data);
275 ht_dump_contents(HashTable ht,void (* print_key)(void * opaque,void * key),void (* print_value)(void * opaque,void * value),void * opaque) argument
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dx11.c152 XCloseDisplay((Display*)(display->data.opaque.data));
171 return (OPAQUE(DefaultRootWindow((Display*)(display->data.opaque.data)),
189 return (INTEGER(DefaultScreen((Display*)(display->data.opaque.data))));
206 return (OPAQUE(DefaultScreenOfDisplay((Display*)(display->data.opaque.data)),
227 display = (Display*)(odisplay->data.opaque.data);
257 return (INTEGER(XBlackPixelOfScreen((Screen*)(screen->data.opaque.data))));
277 display = (Display*)(odisplay->data.opaque.data);
307 return (INTEGER(WhitePixelOfScreen((Screen*)(screen->data.opaque.data))));
327 display = (Display*)(odisplay->data.opaque.data);
357 return (OPAQUE(DefaultGCOfScreen((Screen*)(screen->data.opaque
[all...]
H A Dxaw.c105 {LispFunction, Lisp_XawCoerceToListReturnStruct, "xaw-coerce-to-list-return-struct opaque"},
106 {LispFunction, Lisp_XawScrollbarCoerceToReal, "xaw-scrollbar-coerce-to-real opaque"},
284 xaw-coerce-to-list-return-struct opaque
290 LispObj *opaque; local in function:Lisp_XawCoerceToListReturnStruct
292 opaque = ARGUMENT(0);
294 if (!CHECKO(opaque, xawListReturnStruct_t))
296 STRFUN(builtin), STROBJ(opaque));
298 retlist = (XawListReturnStruct*)(opaque->data.opaque.data);
318 xaw-scrollbar-coerce-to-real opaque
324 LispObj *opaque; local in function:Lisp_XawScrollbarCoerceToReal
[all...]
H A Dxt.c142 {LispFunction, Lisp_XtCoerceToWidgetList, "xt-coerce-to-widget-list number opaque"},
331 xt-coerce-to-widget-list number opaque
339 LispObj *onumber, *opaque; local in function:Lisp_XtCoerceToWidgetList
341 opaque = ARGUMENT(1);
347 if (!CHECKO(opaque, xtWidgetList_t))
349 STRFUN(builtin), STROBJ(opaque));
350 children = (WidgetList)(opaque->data.opaque.data);
408 XtAddCallback((Widget)(widget->data.opaque.data), THESTR(callback_name),
410 XtAddCallback((Widget)(widget->data.opaque
[all...]
H A Dpsql.c194 conn = (PGconn*)(connection->data.opaque.data);
216 res = (PGresult*)(result->data.opaque.data);
239 conn = (PGconn*)(connection->data.opaque.data);
262 conn = (PGconn*)(connection->data.opaque.data);
282 conn = (PGconn*)(connection->data.opaque.data);
306 conn = (PGconn*)(connection->data.opaque.data);
329 conn = (PGconn*)(connection->data.opaque.data);
354 res = (PGresult*)(result->data.opaque.data);
382 res = (PGresult*)(result->data.opaque.data);
407 res = (PGresult*)(result->data.opaque
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_main_loop.c156 void *opaque; // also stored in xorg_timer, but needed for timer_start member in struct:SpiceTimer
166 timer->func(timer->opaque);
170 static SpiceTimer* timer_add(SpiceTimerFunc func, void *opaque) argument
175 timer->opaque = opaque;
202 void *opaque; member in struct:SpiceWatch
210 static SpiceWatch *watch_add(int fd, int event_mask, SpiceWatchFunc func, void *opaque) argument
219 watch->opaque = opaque;
300 watch->func(watch->fd, SPICE_WATCH_EVENT_READ, watch->opaque);
343 void *opaque; member in struct:SpiceWatch
382 watch_add(int fd,int event_mask,SpiceWatchFunc func,void * opaque) argument
[all...]
/xsrc/external/mit/brotli/dist/c/enc/
H A Dmemory.c32 void* opaque) {
36 m->opaque = 0;
40 m->opaque = opaque;
53 void* result = m->alloc_func(m->opaque, n);
59 m->free_func(m->opaque, p);
139 void* result = m->alloc_func(m->opaque, n);
151 m->free_func(m->opaque, p);
161 m->free_func(m->opaque, m->pointers[PERM_ALLOCATED_OFFSET + i]);
30 BrotliInitMemoryManager(MemoryManager * m,brotli_alloc_func alloc_func,brotli_free_func free_func,void * opaque) argument
H A Dmemory.h29 void* opaque; member in struct:MemoryManager
41 void* opaque);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_uniform.h73 * Base opaque uniform index
75 * If \c gl_uniform_storage::base_type is an opaque type, this
78 * use opaque uniform indices \c index through \c index + \c
86 * Whether this opaque uniform is used in this shader stage.
107 struct gl_opaque_uniform_index opaque[MESA_SHADER_STAGES]; member in struct:gl_uniform_storage
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_uniform.h73 * Base opaque uniform index
75 * If \c gl_uniform_storage::base_type is an opaque type, this
78 * use opaque uniform indices \c index through \c index + \c
86 * Whether this opaque uniform is used in this shader stage.
107 struct gl_opaque_uniform_index opaque[MESA_SHADER_STAGES]; member in struct:gl_uniform_storage
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-stippledrect.c19 uint8_t stipple, uint8_t opaque, int tx, int ty,
30 val.fill_style = opaque ? FillOpaqueStippled : FillStippled;
78 uint8_t opaque = rand() % 1; local in function:unclipped_tests
84 stipple, opaque, tx, ty,
88 stipple, opaque, tx, ty,
129 uint8_t opaque = rand() % 1; local in function:simple_clip_tests
135 stipple, opaque, tx, ty,
139 stipple, opaque, tx, ty,
190 uint8_t opaque = rand() % 1; local in function:complex_clip_tests
196 stipple, opaque, t
17 fill_rect(struct test_target * t,uint8_t alu,XRectangle * clip,int nclip,uint8_t stipple,uint8_t opaque,int tx,int ty,int x,int y,int w,int h,uint32_t fg,uint32_t bg) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-stippledrect.c19 uint8_t stipple, uint8_t opaque, int tx, int ty,
30 val.fill_style = opaque ? FillOpaqueStippled : FillStippled;
78 uint8_t opaque = rand() % 1; local in function:unclipped_tests
84 stipple, opaque, tx, ty,
88 stipple, opaque, tx, ty,
129 uint8_t opaque = rand() % 1; local in function:simple_clip_tests
135 stipple, opaque, tx, ty,
139 stipple, opaque, tx, ty,
190 uint8_t opaque = rand() % 1; local in function:complex_clip_tests
196 stipple, opaque, t
17 fill_rect(struct test_target * t,uint8_t alu,XRectangle * clip,int nclip,uint8_t stipple,uint8_t opaque,int tx,int ty,int x,int y,int w,int h,uint32_t fg,uint32_t bg) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcso.rst8 to a context. The context returns an opaque context-specific handle which
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcso.rst8 to a context. The context returns an opaque context-specific handle which
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_scoreboard.h181 scoreboard->first_tiler->opaque[5] =
206 scoreboard->prev_job->opaque[6] = job->gpu;
207 scoreboard->prev_job->opaque[7] = job->gpu >> 32;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dcompress.c91 strm.opaque = Z_NULL;
136 strm.opaque = Z_NULL;

Completed in 36 milliseconds

123456