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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_texture.h193 CRTextureObj proxyCubeMap; member in struct:__anon16245
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_snapshot.c220 SHCROGL_CUT_FIELD_ALIGNMENT(CRTextureState, proxy3D, proxyCubeMap);
221 rc = crStateLoadTextureObj_v_BEFORE_CTXUSAGE_BITS(&t->proxyCubeMap, pSSM);
223 # define SHCROGL_INTERNAL_LAST_FIELD proxyCubeMap
1544 rc = crStateSaveTextureObjData(&pContext->texture.proxyCubeMap, pSSM);
2143 SLC_COPYPTR(texture.proxyCubeMap.level[i]);
2222 rc = crStateLoadTextureObjData(&pContext->texture.proxyCubeMap, pSSM);
H A Dstate_teximage.c273 *obj = &(t->proxyCubeMap);
274 *img = t->proxyCubeMap.level[0] + level;
H A Dstate_texture.c38 crStateDeleteTextureObjectData(&ctx->texture.proxyCubeMap);
94 crStateTextureInitTextureObj(ctx, &(t->proxyCubeMap), 0,
H A Dstate_texdiff.c1444 crStateTextureObjectDiff(g, bitID, nbitID, &g->texture.proxyCubeMap, GL_TRUE);

Completed in 65 milliseconds