Searched refs:fadeThresholdSize (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_point.h24 CRbitvalue fadeThresholdSize[CR_MAX_BITARRAY]; member in struct:__anon16222
40 GLfloat fadeThresholdSize; member in struct:__anon16223
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_point.c27 p->fadeThresholdSize = 1.0f;
28 RESET(pb->fadeThresholdSize, ctx->bitid);
164 p->fadeThresholdSize = params[0];
165 DIRTY(pb->fadeThresholdSize, g->neg_bitid);
254 if (CHECKDIRTY(b->fadeThresholdSize, bitID))
256 if (from->fadeThresholdSize != to->fadeThresholdSize)
258 diff_api.PointParameterfARB (GL_POINT_FADE_THRESHOLD_SIZE_ARB, to->fadeThresholdSize);
259 from->fadeThresholdSize = to->fadeThresholdSize;
[all...]
H A Dstate_bits_globalop.h223 _CRSTATE_BITS_OP_SIZEOF(point.fadeThresholdSize);
H A Dstate_lists.c1112 if (CHECKDIRTY(sb->point.fadeThresholdSize, negbitID))
1114 CRSTATE_SET_FLOAT(point.fadeThresholdSize, GL_POINT_FADE_THRESHOLD_SIZE_ARB);

Completed in 689 milliseconds