Searched defs:tStart (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_aalinetemp.h122 GLfloat tStart, tEnd; /* segment start, end along line length */ local
216 tStart = tEnd = 0.0;
229 tStart = t;
238 if (inSegment && (tEnd > tStart)) {
240 segment(ctx, &line, NAME(plot), tStart, tEnd);
252 segment(ctx, &line, NAME(plot), tStart, 1.0F);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dstrmbase.h46 REFERENCE_TIME tStart; member in struct:BasePin
123 HRESULT WINAPI BasePinImpl_NewSegment(IPin * iface, REFERENCE_TIME tStart, REFERENCE_TIME tStop, double dRate);
135 HRESULT WINAPI BaseOutputPinImpl_GetDeliveryBuffer(BaseOutputPin * This, IMediaSample ** ppSample, REFERENCE_TIME * tStart, REFERENCE_TIME * tStop, DWORD dwFlags);
155 HRESULT WINAPI BaseInputPinImpl_NewSegment(IPin * iface, REFERENCE_TIME tStart, REFERENCE_TIME tStop, double dRate);
235 REFERENCE_TIME tStart, REFERENCE_TIME tStop, double dRate);
260 HRESULT WINAPI TransformFilterImpl_Run(IBaseFilter * iface, REFERENCE_TIME tStart);
639 HRESULT WINAPI BaseRendererImpl_Run(IBaseFilter * iface, REFERENCE_TIME tStart);

Completed in 274 milliseconds