Searched refs:toCtx (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_line.h36 CRContext *fromCtx, CRContext *toCtx);
38 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_lists.h37 CRContext *fromCtx, CRContext *toCtx);
39 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_hint.h54 CRContext *fromCtx, CRContext *toCtx);
56 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_multisample.h39 CRContext *fromCtx, CRContext *toCtx);
41 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_occlude.h49 CRContext *fromCtx, CRContext *toCtx);
51 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_polygon.h45 CRContext *fromCtx, CRContext *toCtx);
47 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_fog.h54 CRContext *fromCtx, CRContext *toCtx);
56 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_pixel.h65 CRContext *fromCtx, CRContext *toCtx);
67 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_point.h54 CRContext *fromCtx, CRContext *toCtx);
56 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_viewport.h49 CRContext *fromCtx, CRContext *toCtx);
51 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_buffer.h87 CRContext *fromCtx, CRContext *toCtx);
89 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_current.h95 CRContext *fromCtx, CRContext *toCtx);
97 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_evaluators.h83 CRContext *fromCtx, CRContext *toCtx);
85 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_lighting.h82 CRContext *fromCtx, CRContext *toCtx);
84 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_regcombiner.h63 CRContext *fromCtx, CRContext *toCtx);
65 CRContext *fromCtx, CRContext *toCtx );
H A Dcr_stencil.h99 CRContext *fromCtx, CRContext *toCtx);
101 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_transform.h82 CRContext *fromCtx, CRContext *toCtx);
85 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_program.h131 CRContext *fromCtx, CRContext *toCtx);
133 CRContext *fromCtx, CRContext *toCtx);
H A Dcr_texture.h226 CRContext *fromCtx, CRContext *toCtx);
228 CRContext *fromCtx, CRContext *toCtx);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate.h62 CRContext *fromCtx, CRContext *toCtx);
65 CRContext *fromCtx, CRContext *toCtx);
H A Dstate_bufferobject.c792 CRContext *fromCtx, CRContext *toCtx,
796 const CRBufferObjectState *to = &(toCtx->bufferobject);
974 CRContext *fromCtx, CRContext *toCtx)
977 const CRBufferObjectState *to = &(toCtx->bufferobject);
982 crStateBufferObjectIntCmp(bb, bitID, fromCtx, toCtx, GL_FALSE);
1020 CRContext *fromCtx, CRContext *toCtx)
1023 CRBufferObjectState *to = &(toCtx->bufferobject);
1029 if (toCtx->shared->bVBOResyncNeeded)
1032 GLboolean locked = toCtx->client.array.locked;
1034 crHashtableWalk(toCtx
791 crStateBufferObjectIntCmp(CRBufferObjectBits *bb, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx, GLboolean bSwitch) argument
973 crStateBufferObjectDiff(CRBufferObjectBits *bb, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx) argument
1019 crStateBufferObjectSwitch(CRBufferObjectBits *bb, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx) argument
[all...]
H A Dstate_current.c158 CRContext *fromCtx, CRContext *toCtx )
161 const CRCurrentState *to = &(toCtx->current);
217 if (toCtx->program.vpEnabled &&
218 (toCtx->extensions.ARB_vertex_program ||
219 (toCtx->extensions.NV_vertex_program))) {
220 const unsigned attribsUsedMask = toCtx->current.attribsUsedMask;
301 CRContext *fromCtx, CRContext *toCtx )
304 const CRCurrentState *to = &(toCtx->current);
364 if (toCtx->program.vpEnabled &&
365 (toCtx
[all...]
H A Dstate_point.c205 CRContext *fromCtx, CRContext *toCtx)
208 CRPointState *to = &(toCtx->point);
309 if (activeUnit != toCtx->texture.curTextureUnit)
310 diff_api.ActiveTextureARB(GL_TEXTURE0 + toCtx->texture.curTextureUnit);
316 CRContext *fromCtx, CRContext *toCtx)
319 CRPointState *to = &(toCtx->point);
423 if (activeUnit != toCtx->texture.curTextureUnit)
424 diff_api.ActiveTextureARB(GL_TEXTURE0 + toCtx->texture.curTextureUnit);
204 crStatePointDiff(CRPointBits *b, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx) argument
315 crStatePointSwitch(CRPointBits *b, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx) argument
H A Dstate_framebuffer.c1052 crStateFramebufferObjectReenableHW(CRContext *fromCtx, CRContext *toCtx, GLuint idDrawFBO, GLuint idReadFBO) argument
1056 fromCtx = toCtx; /* <- in case fromCtx is zero, set it to toCtx to ensure framebuffer state gets re-enabled correctly */
1059 && fromCtx->framebufferobject.drawFB == toCtx->framebufferobject.drawFB) /* .. and it was NOT restored properly in crStateFramebufferObjectSwitch */
1061 diff_api.BindFramebufferEXT(GL_DRAW_FRAMEBUFFER, toCtx->framebufferobject.drawFB->hwid);
1062 idDrawBuffer = toCtx->framebufferobject.drawFB->drawbuffer[0];
1064 else if (idDrawFBO && !toCtx->framebufferobject.drawFB)
1071 && fromCtx->framebufferobject.readFB == toCtx->framebufferobject.readFB) /* .. and it was NOT restored properly in crStateFramebufferObjectSwitch */
1073 diff_api.BindFramebufferEXT(GL_READ_FRAMEBUFFER, toCtx->framebufferobject.readFB->hwid);
1074 idReadBuffer = toCtx
[all...]
H A Dstate_occlude.c322 CRContext *fromCtx, CRContext *toCtx)
332 CRContext *fromCtx, CRContext *toCtx)
321 crStateOcclusionDiff(CROcclusionBits *bb, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx) argument
331 crStateOcclusionSwitch(CROcclusionBits *bb, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx) argument

Completed in 125 milliseconds

12