Searched refs:proxyRect (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_texture.h196 CRTextureObj proxyRect; member in struct:__anon16245
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_snapshot.c228 SHCROGL_CUT_FIELD_ALIGNMENT(CRTextureState, SHCROGL_INTERNAL_LAST_FIELD, proxyRect);
229 rc = crStateLoadTextureObj_v_BEFORE_CTXUSAGE_BITS(&t->proxyRect, pSSM);
232 # define SHCROGL_INTERNAL_LAST_FIELD proxyRect
1550 rc = crStateSaveTextureObjData(&pContext->texture.proxyRect, pSSM);
2147 SLC_COPYPTR(texture.proxyRect.level[i]);
2228 rc = crStateLoadTextureObjData(&pContext->texture.proxyRect, pSSM);
H A Dstate_teximage.c255 *obj = &(t->proxyRect);
256 *img = t->proxyRect.level[0] + level;
H A Dstate_texture.c42 crStateDeleteTextureObjectData(&ctx->texture.proxyRect);
98 crStateTextureInitTextureObj(ctx, &(t->proxyRect), 0,
H A Dstate_texdiff.c1450 crStateTextureObjectDiff(g, bitID, nbitID, &g->texture.proxyRect, GL_TRUE);

Completed in 51 milliseconds