/vbox/src/VBox/GuestHost/OpenGL/include/state/ |
H A D | cr_line.h | 36 CRContext *fromCtx, CRContext *toCtx); 38 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_lists.h | 37 CRContext *fromCtx, CRContext *toCtx); 39 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_hint.h | 54 CRContext *fromCtx, CRContext *toCtx); 56 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_multisample.h | 39 CRContext *fromCtx, CRContext *toCtx); 41 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_occlude.h | 49 CRContext *fromCtx, CRContext *toCtx); 51 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_polygon.h | 45 CRContext *fromCtx, CRContext *toCtx); 47 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_fog.h | 54 CRContext *fromCtx, CRContext *toCtx); 56 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_pixel.h | 65 CRContext *fromCtx, CRContext *toCtx); 67 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_point.h | 54 CRContext *fromCtx, CRContext *toCtx); 56 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_viewport.h | 49 CRContext *fromCtx, CRContext *toCtx); 51 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_buffer.h | 87 CRContext *fromCtx, CRContext *toCtx); 89 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_current.h | 95 CRContext *fromCtx, CRContext *toCtx); 97 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_evaluators.h | 83 CRContext *fromCtx, CRContext *toCtx); 85 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_lighting.h | 82 CRContext *fromCtx, CRContext *toCtx); 84 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_regcombiner.h | 63 CRContext *fromCtx, CRContext *toCtx); 65 CRContext *fromCtx, CRContext *toCtx );
|
H A D | cr_stencil.h | 99 CRContext *fromCtx, CRContext *toCtx); 101 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_transform.h | 82 CRContext *fromCtx, CRContext *toCtx); 85 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_program.h | 131 CRContext *fromCtx, CRContext *toCtx); 133 CRContext *fromCtx, CRContext *toCtx);
|
H A D | cr_texture.h | 226 CRContext *fromCtx, CRContext *toCtx); 228 CRContext *fromCtx, CRContext *toCtx); 230 DECLEXPORT(void) crStateTextureObjectDiff(CRContext *fromCtx,
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state.h | 62 CRContext *fromCtx, CRContext *toCtx); 65 CRContext *fromCtx, CRContext *toCtx);
|
H A D | state_texdiff.c | 24 CRContext *fromCtx = (CRContext *) data2; 27 CRbitvalue *bitID = fromCtx->bitid; 38 for (i = 0; i < fromCtx->limits.maxTextureUnits; i++) 48 for (j = 0; j <= fromCtx->texture.maxLevel; j++) 57 for (j = 0; j <= fromCtx->texture.max3DLevel; j++) 65 for (j = 0; j <= fromCtx->texture.maxCubeMapLevel; j++) 98 CRContext *fromCtx, CRContext *toCtx ) 100 CRTextureState *from = &(fromCtx->texture); 112 for (i = 0; i < fromCtx->limits.maxTextureUnits; i++) 141 if (fromCtx 97 crStateTextureSwitch( CRTextureBits *tb, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx ) argument 599 crStateTextureObjectDiff(CRContext *fromCtx, const CRbitvalue *bitID, const CRbitvalue *nbitID, CRTextureObj *tobj, GLboolean alwaysDirty) argument 927 crStateTextureDiff( CRTextureBits *tb, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx ) argument [all...] |
H A D | state_occlude.c | 322 CRContext *fromCtx, CRContext *toCtx) 332 CRContext *fromCtx, CRContext *toCtx) 338 CRASSERT(!fromCtx->occlusion.currentQueryObject); 321 crStateOcclusionDiff(CROcclusionBits *bb, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx) argument 331 crStateOcclusionSwitch(CROcclusionBits *bb, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx) argument
|
H A D | state_current.c | 158 CRContext *fromCtx, CRContext *toCtx ) 160 const CRCurrentState *from = &(fromCtx->current); 162 const GLuint maxTextureUnits = fromCtx->limits.maxTextureUnits; 301 CRContext *fromCtx, CRContext *toCtx ) 303 CRCurrentState *from = &(fromCtx->current); 423 for ( i = 0 ; i < fromCtx->limits.maxTextureUnits ; i++) 157 crStateCurrentSwitch( CRCurrentBits *c, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx ) argument 300 crStateCurrentDiff( CRCurrentBits *c, CRbitvalue *bitID, CRContext *fromCtx, CRContext *toCtx ) argument
|
H A D | state_diff.c | 609 void crStateSwitchPrepare(CRContext *toCtx, CRContext *fromCtx, GLuint idDrawFBO, GLuint idReadFBO) argument 611 if (!fromCtx) 614 if (g_bVBoxEnableDiffOnMakeCurrent && toCtx && toCtx != fromCtx) 615 crStateSyncHWErrorState(fromCtx); 618 crStateFramebufferObjectDisableHW(fromCtx, idDrawFBO, idReadFBO); 622 void crStateSwitchPostprocess(CRContext *toCtx, CRContext *fromCtx, GLuint idDrawFBO, GLuint idReadFBO) argument 628 crStateFramebufferObjectReenableHW(fromCtx, toCtx, idDrawFBO, idReadFBO); 631 if (g_bVBoxEnableDiffOnMakeCurrent && fromCtx && toCtx != fromCtx)
|
H A D | state_bufferobject.c | 792 CRContext *fromCtx, CRContext *toCtx, 795 CRBufferObjectState *from = &(fromCtx->bufferobject); 974 CRContext *fromCtx, CRContext *toCtx) 976 CRBufferObjectState *from = &(fromCtx->bufferobject); 982 crStateBufferObjectIntCmp(bb, bitID, fromCtx, toCtx, GL_FALSE); 1020 CRContext *fromCtx, CRContext *toCtx) 1022 const CRBufferObjectState *from = &(fromCtx->bufferobject); 1122 crStateBufferObjectIntCmp(bb, bitID, fromCtx, toCtx, GL_TRUE); 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
|