Searched defs:ctx (Results 101 - 125 of 213) sorted by relevance

123456789

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h56 #define EMIT_INDEXED_VERTS( ctx, start, count )
76 static void *TAG(emit_elts)( GLcontext *ctx, GLuint *elts, GLuint nr, argument
97 static __inline void *TAG(emit_verts)( GLcontext *ctx, GLuint start, argument
100 return EMIT_VERTS(ctx, start, count, buf);
107 static void TAG(render_points_verts)( GLcontext *ctx, argument
126 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
136 static void TAG(render_lines_verts)( GLcontext *ctx, argument
161 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
172 static void TAG(render_line_strip_verts)( GLcontext *ctx, argument
191 TAG(emit_verts)( ctx,
204 render_line_loop_verts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
268 render_triangles_verts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
299 render_tri_strip_verts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
337 render_tri_fan_verts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
376 render_poly_verts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
413 render_quad_strip_verts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
539 render_quads_verts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
647 render_noop( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
678 render_points_elts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
710 render_lines_elts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
747 render_line_strip_elts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
781 render_line_loop_elts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
851 render_triangles_elts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
885 render_tri_strip_elts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
923 render_tri_fan_elts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
960 render_poly_elts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
997 render_quad_strip_elts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
1065 render_quads_elts( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
1167 validate_render( GLcontext *ctx, struct vertex_buffer *VB ) argument
[all...]
H A Dt_dd_rendertmp.h66 static void TAG(render_points)( GLcontext *ctx, argument
80 static void TAG(render_lines)( GLcontext *ctx, argument
99 static void TAG(render_line_strip)( GLcontext *ctx, argument
121 static void TAG(render_line_loop)( GLcontext *ctx, argument
153 static void TAG(render_triangles)( GLcontext *ctx, argument
180 static void TAG(render_tri_strip)( GLcontext *ctx, argument
216 static void TAG(render_tri_fan)( GLcontext *ctx, argument
255 static void TAG(render_poly)( GLcontext *ctx, argument
324 static void TAG(render_quads)( GLcontext *ctx, argument
349 static void TAG(render_quad_strip)( GLcontext *ctx, argument
387 render_noop( GLcontext *ctx, GLuint start, GLuint count, GLuint flags ) argument
[all...]
H A Dt_dd_tritmp.h31 * ctx->Driver.QuadFunc
32 * ctx->Driver.TriangleFunc
33 * ctx->Driver.LineFunc
34 * ctx->Driver.PointsFunc
130 static void TAG(triangle)( GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2 ) argument
132 struct vertex_buffer *VB = &TNL_CONTEXT( ctx )->vb;
156 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
160 mode = ctx->Polygon.BackMode;
161 if (ctx->Polygon.CullFlag &&
162 ctx
392 quadr( GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
676 quadr( GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
698 line( GLcontext *ctx, GLuint e0, GLuint e1 ) argument
740 points( GLcontext *ctx, GLuint first, GLuint last ) argument
[all...]
H A Dt_dd_vbtmp.h120 static void TAG(emit)( GLcontext *ctx, argument
126 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
197 spec = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR1];
341 static void TAG(emit)( GLcontext *ctx, GLuint start, GLuint end, argument
345 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
406 static GLboolean TAG(check_tex_sizes)( GLcontext *ctx )
409 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
434 static GLboolean TAG(check_tex_sizes)( GLcontext *ctx )
437 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
475 static void TAG(interp)( GLcontext *ctx, argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/vbo/
H A Dvbo_exec.h76 GLcontext *ctx; member in struct:vbo_exec_context
140 void vbo_exec_init( GLcontext *ctx );
141 void vbo_exec_destroy( GLcontext *ctx );
142 void vbo_exec_invalidate_state( GLcontext *ctx, GLuint new_state );
143 void vbo_exec_FlushVertices( GLcontext *ctx, GLuint flags );
166 vbo_validate_shaders(GLcontext *ctx);
H A Dvbo_save.h113 GLcontext *ctx; member in struct:vbo_save_context
145 GLfloat *current[VBO_ATTRIB_MAX]; /* points into ctx->ListState */
150 void vbo_save_init( GLcontext *ctx );
151 void vbo_save_destroy( GLcontext *ctx );
152 void vbo_save_fallback( GLcontext *ctx, GLboolean fallback );
156 void vbo_loopback_vertex_list( GLcontext *ctx,
166 void vbo_save_EndList( GLcontext *ctx );
167 void vbo_save_NewList( GLcontext *ctx, GLuint list, GLenum mode );
168 void vbo_save_EndCallList( GLcontext *ctx );
169 void vbo_save_BeginCallList( GLcontext *ctx, struc
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Derror.c19 void XMLCDECL xmlGenericErrorDefaultFunc (void *ctx ATTRIBUTE_UNUSED,
64 * @ctx: an error context
71 xmlGenericErrorDefaultFunc(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) {
100 * @ctx: the new error handling context
106 * error messages while not parsing nor validating. And @ctx will
109 * stderr by setting @ctx to this file handle and @handler to NULL.
113 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler) { argument
114 xmlGenericErrorContext = ctx;
123 * @ctx: the new error handling context
129 * error messages while not parsing nor validating. And @ctx wil
134 xmlSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) argument
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
670 xmlParserError(void *ctx, const char *msg, ...) argument
713 xmlParserWarning(void *ctx, const char *msg, ...) argument
762 xmlParserValidityError(void *ctx, const char *msg, ...) argument
806 xmlParserValidityWarning(void *ctx, const char *msg, ...) argument
905 xmlCtxtGetLastError(void *ctx) argument
924 xmlCtxtResetLastError(void *ctx) argument
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/
H A DipcLockModule.cpp129 ipcLockContext *ctx;
131 ctx = (ipcLockContext *) PL_HashTableLookup(gLockTable, key);
132 if (ctx) {
137 while (ctx->mOwnerID != cid && ctx->mNextPending)
138 ctx = ctx->mNextPending;
139 if (ctx->mOwnerID != cid) {
147 ctx->mNextPending = new ipcLockContext(cid);
155 ctx
166 ipcLockModule_ReleaseLockHelper(PRUint32 cid, const char *key, ipcLockContext *ctx) argument
234 ipcLockContext *ctx = (ipcLockContext *) he->value; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_lists.c13 void crStateListsDestroy(CRContext *ctx) argument
18 void crStateListsInit(CRContext *ctx) argument
20 CRListsState *l = &ctx->lists;
29 RESET(lb->base, ctx->bitid);
30 RESET(lb->dirty, ctx->bitid);
H A Dstate_stencil.c59 static void crStateStencilBufferRefBitsInit(CRContext *ctx, CRStencilBufferRefBits *sb) argument
61 RESET(sb->func, ctx->bitid);
62 RESET(sb->op, ctx->bitid);
65 void crStateStencilInit(CRContext *ctx) argument
67 CRStencilState *s = &ctx->stencil;
73 RESET(sb->enable, ctx->bitid);
76 RESET(sb->enableTwoSideEXT, ctx->bitid);
79 RESET(sb->activeStencilFace, ctx->bitid);
82 RESET(sb->clearValue, ctx->bitid);
85 RESET(sb->writeMask, ctx
[all...]
H A Dstate_bufferobject.c103 void crStateBufferObjectInit (CRContext *ctx) argument
107 CRBufferObjectState *b = &ctx->bufferobject;
109 RESET(bb->dirty, ctx->bitid);
110 RESET(bb->arrayBinding, ctx->bitid);
111 RESET(bb->elementsBinding, ctx->bitid);
113 RESET(bb->unpackBinding, ctx->bitid);
114 RESET(bb->packBinding, ctx->bitid);
133 ctx->shared->bVBOResyncNeeded = GL_FALSE;
151 void crStateBufferObjectDestroy (CRContext *ctx) argument
153 CRBufferObjectState *b = &ctx
281 ctStateBuffersRefsCleanup(CRContext *ctx, CRBufferObject *obj, CRbitvalue *neg_bitid) argument
383 CRContext *ctx = g_pAvailableContexts[j]; local
[all...]
H A Dstate_evaluators.c20 free_1d_map(CRContext *ctx, GLenum map) argument
22 CREvaluatorState *e = &ctx->eval;
30 free_2d_map(CRContext *ctx, GLenum map) argument
32 CREvaluatorState *e = &ctx->eval;
40 init_1d_map(CRContext *ctx, GLenum map, int n, const float *initial) argument
42 CREvaluatorState *e = &ctx->eval;
56 RESET(eb->eval1D[i], ctx->bitid);
62 init_2d_map(CRContext *ctx, GLenum map, int n, const float *initial) argument
64 CREvaluatorState *e = &ctx->eval;
82 RESET(eb->eval2D[i], ctx
86 crStateEvaluatorDestroy(CRContext *ctx) argument
110 crStateEvaluatorInit(CRContext *ctx) argument
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_muralfbo.cpp501 CRContext *ctx = crStateGetCurrent(); local
571 mural->iCurDrawBuffer = crServerMuralFBOIdxFromBufferName(mural, ctx->buffer.drawBuffer);
572 mural->iCurReadBuffer = crServerMuralFBOIdxFromBufferName(mural, ctx->buffer.readBuffer);
577 mural->iCurDrawBuffer = crServerMuralFBOIdxFromBufferName(mural, ctx->buffer.drawBuffer);
578 mural->iCurReadBuffer = crServerMuralFBOIdxFromBufferName(mural, ctx->buffer.readBuffer);
581 uid = ctx->texture.unit[ctx->texture.curTextureUnit].currentTexture2D->hwid;
584 uid = ctx->framebufferobject.renderbuffer ? ctx->framebufferobject.renderbuffer->hwid:0;
587 uid = ctx
812 CRContext *ctx = crStateGetCurrent(); local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa.c51 * @v ctx WPA common context
55 static int wpa_fail ( struct wpa_common_ctx *ctx, int rc ) argument
57 net80211_deauthenticate ( ctx->dev, rc );
210 * @v ctx WPA common context
215 int wpa_start ( struct net80211_device *dev, struct wpa_common_ctx *ctx, argument
226 ctx->dev = dev;
227 memcpy ( ctx->pmk, pmk, ctx->pmk_len = pmk_len );
228 ctx->state = WPA_READY;
229 ctx
261 struct wpa_common_ctx *ctx, *tmp; local
329 wpa_install_ptk( struct wpa_common_ctx *ctx, int len ) argument
347 wpa_install_gtk( struct wpa_common_ctx *ctx, int len, const void *rsc ) argument
367 wpa_maybe_install_gtk( struct wpa_common_ctx *ctx, union ieee80211_ie *ie, void *ie_end, const void *rsc ) argument
439 wpa_send_eapol( struct io_buffer *iob, struct wpa_common_ctx *ctx, struct wpa_kie *kie ) argument
473 wpa_send_2_of_4( struct wpa_common_ctx *ctx, struct eapol_key_pkt *pkt, int is_rsn, struct wpa_kie *kie ) argument
509 wpa_handle_1_of_4( struct wpa_common_ctx *ctx, struct eapol_key_pkt *pkt, int is_rsn, struct wpa_kie *kie ) argument
541 wpa_send_final( struct wpa_common_ctx *ctx, struct eapol_key_pkt *pkt, int is_rsn, struct wpa_kie *kie ) argument
580 wpa_handle_3_of_4( struct wpa_common_ctx *ctx, struct eapol_key_pkt *pkt, int is_rsn, struct wpa_kie *kie ) argument
699 wpa_handle_1_of_2( struct wpa_common_ctx *ctx, struct eapol_key_pkt *pkt, int is_rsn, struct wpa_kie *kie ) argument
773 struct wpa_common_ctx *ctx; local
[all...]
H A Dwpa_tkip.c189 struct tkip_ctx *ctx = crypto->priv; local
192 if ( keylen != sizeof ( ctx->tk ) )
196 ctx->dec.tsc_lo = ( rscb[1] << 8 ) | rscb[0];
197 ctx->dec.tsc_hi = ( ( rscb[5] << 24 ) | ( rscb[4] << 16 ) |
201 memcpy ( &ctx->tk, key, sizeof ( ctx->tk ) );
378 struct tkip_ctx *ctx = crypto->priv; local
389 ctx->enc.tsc_lo++;
390 if ( ctx->enc.tsc_lo == 0 ) {
391 ctx
448 struct tkip_ctx *ctx = crypto->priv; local
547 uint8_t ctx[MD5_CTX_SIZE]; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp244 VBoxGLTmpContext ctx; local
245 const QGLContext *pContext = ctx.makeCurrent();
/vbox/src/VBox/RDP/client-1.8.3/
H A Dcssp.c185 cssp_gss_wrap(gss_ctx_id_t * ctx, STREAM in, STREAM out) argument
195 major_status = gss_wrap(&minor_status, ctx, True,
223 cssp_gss_unwrap(gss_ctx_id_t * ctx, STREAM in, STREAM out) argument
234 major_status = gss_unwrap(&minor_status, ctx, &inbuf, &outbuf, &conf_state, &qop_state);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c163 struct wined3d_context *ctx = context_get_current(); local
164 ctx->fog_enabled = 1;
165 if(ctx->gl_fog_source != GL_FRAGMENT_DEPTH_EXT) return;
173 struct wined3d_context *ctx = context_get_current(); local
174 ctx->fog_enabled = 0;
175 if(ctx->gl_fog_source != GL_FRAGMENT_DEPTH_EXT) return;
182 struct wined3d_context *ctx = context_get_current(); local
185 ctx->gl_fog_source = param;
187 if(ctx->fog_enabled) old_fogcoord_glEnable(GL_FOG);
194 ctx
204 struct wined3d_context *ctx = context_get_current(); local
225 struct wined3d_context *ctx = context_get_current(); local
246 struct wined3d_context *ctx = context_get_current(); local
285 struct wined3d_context *ctx = context_get_current(); local
315 struct wined3d_context *ctx = context_get_current(); local
343 struct wined3d_context *ctx = context_get_current(); local
[all...]
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dfile.c222 VBSFTRANSFERCTX ctx; local
278 ctx.pClient = &pDeviceExtension->hgcmClient;
279 ctx.pMap = &pNetRootExtension->map;
280 ctx.hFile = pVBoxFobx->hFile;
281 ctx.offset = (uint64_t)ByteOffset;
282 ctx.cbData = ByteCount;
283 ctx.pMdl = BufferMdl;
284 ctx.pBuffer = (uint8_t *)pbUserBuffer;
285 ctx.fLocked = true;
286 ctx
342 VBSFTRANSFERCTX ctx; local
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx_c_exports.c40 DECLEXPORT(GLXContextID) VBOXGLXENTRYTAG(glXGetContextIDEXT)(const GLXContext ctx)
42 return glxim.GetContextIDEXT(ctx);
45 DECLEXPORT(Bool) VBOXGLXENTRYTAG(glXMakeCurrentReadSGI)(Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
47 return glxim.MakeCurrentReadSGI(display, draw, read, ctx);
62 DECLEXPORT(void) VBOXGLXENTRYTAG(glXFreeContextEXT)(Display *dpy, GLXContext ctx) argument
64 return glxim.FreeContextEXT(dpy, ctx);
68 DECLEXPORT(int) VBOXGLXENTRYTAG(glXQueryContextInfoEXT)(Display *dpy, GLXContext ctx) argument
70 return glxim.QueryContextInfoEXT(dpy, ctx);
114 DECLEXPORT(Bool) VBOXGLXENTRYTAG(glXIsDirect)(Display *dpy, GLXContext ctx)
116 return glxim.IsDirect(dpy, ctx);
180 glXDestroyContext(Display *dpy, GLXContext ctx) argument
346 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) argument
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_misc.c772 ContextInfo *ctx = &pack_spu.context[i]; local
773 if (ctx->currentThread == thread)
775 CRASSERT(ctx->fAutoFlush);
776 ctx->currentThread = NULL;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDisp.h80 HGSMIGUESTCOMMANDCONTEXT ctx; /* HGSMI guest context */ member in struct:_VBOXDISPHGSMIINFO
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c159 struct wined3d_context *ctx = context_get_current(); local
160 ctx->fog_enabled = 1;
161 if(ctx->gl_fog_source != GL_FRAGMENT_DEPTH_EXT) return;
169 struct wined3d_context *ctx = context_get_current(); local
170 ctx->fog_enabled = 0;
171 if(ctx->gl_fog_source != GL_FRAGMENT_DEPTH_EXT) return;
178 struct wined3d_context *ctx = context_get_current(); local
181 ctx->gl_fog_source = param;
183 if(ctx->fog_enabled) old_fogcoord_glEnable(GL_FOG);
190 ctx
200 struct wined3d_context *ctx = context_get_current(); local
221 struct wined3d_context *ctx = context_get_current(); local
242 struct wined3d_context *ctx = context_get_current(); local
281 struct wined3d_context *ctx = context_get_current(); local
311 struct wined3d_context *ctx = context_get_current(); local
339 struct wined3d_context *ctx = context_get_current(); local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c311 int X509_load_cert_file (VOID *ctx, const char *file, int type) argument
316 int X509_load_crl_file (VOID *ctx, const char *file, int type) argument
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c321 static E3_Addr teac_main2elan( ELAN3_CTX *ctx, void* main_addr ) argument
323 E3_Addr result= elan3_main2elan(ctx,main_addr);
326 main_addr,result,elan3_addressable(ctx,main_addr,64));
364 result->ctx = NULL;
419 if ((result->ctx = elan3_init( 0, EADDR_ALLOC_MAIN, ALLOC_MAIN_SIZE,
425 elan3_block_inputter (result->ctx, 1);
441 if (elan3_create(result->ctx, &(result->cap))) {
451 (void)elan3_get_devinfo(result->ctx, &info);
452 (void)elan3_get_position(result->ctx, &position);
521 if (elan3_attach(result->ctx,
[all...]

Completed in 162 milliseconds

123456789