Home
last modified time | relevance | path

Searched refs:pStream (Results 1 – 25 of 83) sorted by relevance

1234

/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/
H A DmonoTriangulation.cc134 pStream); in monoTriangulationRecOpt()
139 pStream); in monoTriangulationRecOpt()
152 pStream); in monoTriangulationRecOpt()
157 pStream); in monoTriangulationRecOpt()
485 pStream); in monoTriangulationRecGenOpt()
554 pStream); in monoTriangulationRecGen()
572 pStream); in monoTriangulationRecGen()
706 pStream); in monoTriangulation2()
805 pStream); in monoTriangulationRecFunGen()
824 pStream); in monoTriangulationRecFunGen()
[all …]
H A DgridWrap.cc143 pStream->begin(); in outputFanWithPoint()
144 pStream->insert(vert); in outputFanWithPoint()
159 pStream->end(PRIMITIVE_STREAM_FAN); in outputFanWithPoint()
254 pStream->begin(); in rightEndFan()
255 pStream->insert(get_vertex(i-1)); in rightEndFan()
262 pStream->begin(); in rightEndFan()
263 pStream->insert(get_vertex(i)); in rightEndFan()
278 pStream->begin(); in leftEndFan()
279 pStream->insert(get_vertex(i-1)); in leftEndFan()
286 pStream->begin(); in leftEndFan()
[all …]
H A DsampleCompTop.cc133 pStream); in sampleTopRightWithGridLinePost()
192 pStream); in sampleTopRightWithGridLine()
510 pStream); in sampleCompTop()
647 pStream); in sampleCompTop()
685 pStream); in sampleCompTop()
716 pStream); in sampleCompTop()
783 pStream); in sampleCompTopSimpleOpt()
791 pStream); in sampleCompTopSimpleOpt()
850 pStream); in sampleCompTopSimpleOpt()
890 pStream); in sampleCompTopSimpleOpt()
[all …]
H A DsampleComp.cc84 pStream); in sampleConnectedComp()
99 pStream); in sampleConnectedComp()
114 pStream); in sampleConnectedComp()
128 pStream); in sampleConnectedComp()
249 pStream); in sampleCompLeft()
264 pStream); in sampleCompLeft()
273 pStream); in sampleCompLeft()
289 pStream); in sampleCompLeft()
336 pStream->begin(); in sampleLeftSingleTrimEdgeRegionGen()
344 pStream->begin(); in sampleLeftSingleTrimEdgeRegionGen()
[all …]
H A DsampleCompBot.cc136 pStream); in sampleBotRightWithGridLinePost()
228 pStream); in sampleBotRightWithGridLine()
258 pStream); in sampleBotLeftWithGridLinePost()
270 pStream); in sampleBotLeftWithGridLinePost()
500 pStream); in sampleCompBot()
523 pStream); in sampleCompBot()
540 pStream); in sampleCompBot()
630 pStream); in sampleCompBot()
672 pStream); in sampleCompBot()
703 pStream); in sampleCompBot()
[all …]
H A DmonoTriangulation.h62 void outputFan(Real v[2], primStream* pStream);
105 primStream* pStream);
111 primStream* pStream);
123 primStream* pStream);
127 primStream* pStream);
132 primStream* pStream);
136 primStream* pStream);
141 primStream* pStream);
146 primStream* pStream);
152 primStream* pStream);
[all …]
H A DsampleCompRight.cc177 pStream); in sampleCompRight()
192 pStream); in sampleCompRight()
200 pStream); in sampleCompRight()
217 pStream); in sampleCompRight()
267 pStream); in sampleRightSingleTrimEdgeRegionGen()
287 pStream); in sampleRightSingleTrimEdgeRegion()
398 pStream); in sampleRightOneGridStepNoMiddle()
539 pStream); in sampleRightOneGridStep()
548 pStream, in sampleRightOneGridStep()
559 pStream, in sampleRightOneGridStep()
[all …]
H A DsampleMonoPoly.cc1390 pStream, in sampleMonoPoly()
1659 pStream, in sampleMonoPolyRec()
1717 pStream); in sampleLeftStrip()
1720 pStream); in sampleLeftStrip()
1945 pStream); in sampleLeftSingleTrimEdgeRegion()
2004 pStream); in sampleLeftOneGridStepNoMiddle()
2176 pStream, in sampleLeftOneGridStep()
2185 pStream, in sampleLeftOneGridStep()
2206 pStream); in sampleLeftOneGridStep()
2230 pStream, in sampleLeftOneGridStep()
[all …]
H A DsampleCompRight.h46 primStream* pStream,
57 primStream* pStream
65 primStream* pStream);
73 primStream* pStream);
78 primStream* pStream);
85 primStream* pStream);
98 primStream* pStream);
112 primStream* pStream);
H A DsampleMonoPoly.h43 primStream* pStream);
52 primStream* pStream,
60 primStream* pStream
67 primStream* pStream);
75 primStream* pStream
84 primStream* pStream
91 …ctedLine* polygon, gridWrap* grid, Int ulinear, Int vlinear, primStream *pStream, rectBlockArray* …
103 primStream* pStream,
113 primStream* pStream
H A DsampleCompBot.h63 primStream* pStream);
74 primStream* pStream);
87 primStream* pStream);
98 primStream* pStream);
122 primStream* pStream);
136 primStream* pStream);
/reactos/dll/win32/riched20/
H A Dwriter.c57 ME_OutStream *pStream = heap_alloc_zero(sizeof(*pStream)); in ME_StreamOutInit() local
59 pStream->stream = stream; in ME_StreamOutInit()
61 pStream->nColorTblLen = 1; in ME_StreamOutInit()
64 return pStream; in ME_StreamOutInit()
74 if (pStream->pos) { in ME_StreamOutFlush()
76 nWritten = pStream->pos; in ME_StreamOutFlush()
86 pStream->pos = 0; in ME_StreamOutFlush()
97 heap_free(pStream); in ME_StreamOutFree()
110 memmove(pStream->buffer + pStream->pos, buffer, fit); in ME_StreamOutMove()
113 pStream->pos += fit; in ME_StreamOutMove()
[all …]
/reactos/modules/rostests/winetests/windowscodecs/
H A Dstream.c94 IWICStream_Release(pStream); in test_StreamOnMemory()
130 CHECK_CUR_POS(pStream, 0); in test_StreamOnMemory()
138 CHECK_CUR_POS(pStream, 0); in test_StreamOnMemory()
146 CHECK_CUR_POS(pStream, 0); in test_StreamOnMemory()
161 CHECK_CUR_POS(pStream, 0); in test_StreamOnMemory()
268 CHECK_CUR_POS(pStream, 0); in test_StreamOnMemory()
274 CHECK_CUR_POS(pStream, 0); in test_StreamOnMemory()
280 CHECK_CUR_POS(pStream, 0); in test_StreamOnMemory()
443 CHECK_CUR_POS(pStream, 0); in test_StreamOnStreamRange()
447 CHECK_CUR_POS(pStream, 0); in test_StreamOnStreamRange()
[all …]
/reactos/modules/rostests/winetests/ole32/
H A Dmarshal.c713 IStream *pStream; in test_no_marshaler() local
728 IStream *pStream = NULL; in test_normal_marshal_and_release() local
755 IStream *pStream = NULL; in test_normal_marshal_and_unmarshal() local
787 IStream *pStream = NULL; in test_marshal_and_unmarshal_invalid() local
833 IStream *pStream; in test_same_apartment_unmarshal_failure() local
866 IStream *pStream = NULL; in test_interthread_marshal_and_unmarshal() local
906 IStream *pStream = NULL; in test_proxy_marshal_and_unmarshal() local
981 IStream *pStream = NULL; in test_proxy_marshal_and_unmarshal2() local
1045 IStream *pStream = NULL; in test_proxy_marshal_and_unmarshal_weak() local
3092 IStream *pStream; in test_call_from_message() local
[all …]
H A Dhglobalstream.c51 IStream *pStream; in test_streamonhglobal() local
62 hr = IStream_SetSize(pStream, ull); in test_streamonhglobal()
80 hr = IStream_SetSize(pStream, ull); in test_streamonhglobal()
285 hr = IStream_Revert(pStream); in test_streamonhglobal()
298 hr = IStream_SetSize(pStream, ull); in test_streamonhglobal()
302 IStream_Release(pStream); in test_streamonhglobal()
418 IStream *pStream, *pStream2; in test_copyto() local
468 IStream_Release(pStream); in test_copyto()
475 IStream *pStream; in test_freed_hglobal() local
508 hr = IStream_SetSize(pStream, ull); in test_freed_hglobal()
[all …]
/reactos/dll/win32/avifil32/
H A Davifile.c1471 if (pStream->lpHandlerData != NULL && pStream->cbHandlerData > 0) in AVIFILE_ComputeMoviStart()
1766 memset(pStream->sInfo.szName, 0, sizeof(pStream->sInfo.szName)); in AVIFILE_LoadFile()
1928 pStream->nIdxFrames = in AVIFILE_LoadIndex()
1929 pStream->sInfo.dwLength / pStream->sInfo.dwSuggestedBufferSize; in AVIFILE_LoadIndex()
1932 pStream->nIdxFrames = pStream->sInfo.dwLength; in AVIFILE_LoadIndex()
1936 if (pStream->idxFrames == NULL && pStream->nIdxFrames > 0) { in AVIFILE_LoadIndex()
1967 pStream->sInfo.dwLength != pStream->lLastFrame+1) in AVIFILE_LoadIndex()
1969 n, pStream->sInfo.dwLength, pStream->lLastFrame); in AVIFILE_LoadIndex()
2217 if (pStream->lpHandlerData != NULL && pStream->cbHandlerData > 0) { in AVIFILE_SaveFile()
2229 if (pStream->extra.lp != NULL && pStream->extra.cb > 0) { in AVIFILE_SaveFile()
[all …]
H A Dgetframe.c47 PAVISTREAM pStream; member
131 if (This->pStream != NULL) { in IGetFrame_fnRelease()
132 IAVIStream_Release(This->pStream); in IGetFrame_fnRelease()
133 This->pStream = NULL; in IGetFrame_fnRelease()
156 if (This->pStream == NULL) in IGetFrame_fnGetFrame()
200 IAVIStream_ReadFormat(This->pStream, lNext, in IGetFrame_fnGetFrame()
297 if (This->pStream == NULL) in IGetFrame_fnSetFormat()
487 PGETFRAME AVIFILE_CreateGetFrame(PAVISTREAM pStream) in AVIFILE_CreateGetFrame() argument
492 if (pStream == NULL) in AVIFILE_CreateGetFrame()
500 pg->pStream = pStream; in AVIFILE_CreateGetFrame()
[all …]
H A Dacmstream.c45 PAVISTREAM pStream; member
79 assert(This->pStream != NULL); in AVIFILE_OpenCompressor()
163 if (This->pStream != NULL) in ACMStream_fnAddRef()
164 IAVIStream_AddRef(This->pStream); in ACMStream_fnAddRef()
198 if (This->pStream != NULL) { in ACMStream_fnRelease()
200 This->pStream = NULL; in ACMStream_fnRelease()
208 if (This->pStream != NULL) in ACMStream_fnRelease()
209 IAVIStream_Release(This->pStream); in ACMStream_fnRelease()
265 IAVIStream_AddRef(This->pStream); in ACMStream_fnCreate()
662 assert(This->pStream != NULL); in ACMStream_fnReadData()
[all …]
H A Deditstream.c103 *ppStream = This->pStreams[n].pStream; in AVIFILE_FindStreamInTable()
113 *ppStream = This->pStreams[--n].pStream; in AVIFILE_FindStreamInTable()
172 IAVIStream_Release(This->pStreams[nr].pStream); in AVIFILE_RemoveStream()
177 This->pStreams[This->nStreams].pStream = NULL; in AVIFILE_RemoveStream()
183 This->pStreams[nr - 1].pStream == This->pStreams[nr].pStream) { in AVIFILE_RemoveStream()
278 if (This->pStreams[i].pStream != NULL) in IAVIEditStream_fnRelease()
424 PAVISTREAM pStream; in IAVIEditStream_fnPaste() local
492 AVIFILE_ReadFrame(This, This->pStreams[0].pStream, in IAVIEditStream_fnPaste()
585 This->pStreams[streamNr].pStream = pSource; in IAVIEditStream_fnPaste()
593 This->pStreams[streamNr + n - 1].pStream != This->pStreams[streamNr + n].pStream) { in IAVIEditStream_fnPaste()
[all …]
H A Dicmstream.c47 PAVISTREAM pStream; member
117 if (This->pStream != NULL) in ICMStream_fnAddRef()
118 IAVIStream_AddRef(This->pStream); in ICMStream_fnAddRef()
136 if (This->pStream != NULL) { in ICMStream_fnRelease()
138 This->pStream = NULL; in ICMStream_fnRelease()
172 if (This->pStream != NULL) in ICMStream_fnRelease()
173 IAVIStream_Release(This->pStream); in ICMStream_fnRelease()
203 IAVIStream_AddRef(This->pStream); in ICMStream_fnCreate()
685 assert(This->pStream != NULL); in ICMStream_fnReadData()
697 assert(This->pStream != NULL); in ICMStream_fnWriteData()
[all …]
/reactos/dll/win32/windowscodecs/
H A Dstream.c749 IStream *pStream; member
797 if (This->pStream) IStream_Release(This->pStream); in IWICStreamImpl_Release()
841 return IStream_SetSize(This->pStream, libNewSize); in IWICStreamImpl_SetSize()
870 return IStream_Revert(This->pStream); in IWICStreamImpl_Revert()
912 return IStream_Clone(This->pStream, ppstm); in IWICStreamImpl_Clone()
923 if (This->pStream) return WINCODEC_ERR_WRONGSTATE; in IWICStreamImpl_InitializeFromIStream()
947 if (This->pStream) return WINCODEC_ERR_WRONGSTATE; in IWICStreamImpl_InitializeFromFilename()
995 if (This->pStream) return WINCODEC_ERR_WRONGSTATE; in IWICStreamImpl_InitializeFromMemory()
1050 if (This->pStream) return WINCODEC_ERR_WRONGSTATE; in stream_initialize_from_filehandle()
1098 if (This->pStream) return WINCODEC_ERR_WRONGSTATE; in IWICStreamImpl_InitializeFromIStreamRegion()
[all …]
/reactos/modules/rostests/winetests/urlmon/
H A Dstream.c296 IStream *pStream = NULL; in test_URLOpenBlockingStreamW() local
299 hr = URLOpenBlockingStreamW(NULL, NULL, &pStream, 0, &BindStatusCallback); in test_URLOpenBlockingStreamW()
328 ok(pStream != NULL, "pStream is NULL\n"); in test_URLOpenBlockingStreamW()
329 if(pStream) in test_URLOpenBlockingStreamW()
332 hr = IStream_Read(pStream, buffer, sizeof(buffer), NULL); in test_URLOpenBlockingStreamW()
336 IStream_Release(pStream); in test_URLOpenBlockingStreamW()
339 hr = URLOpenBlockingStreamW(NULL, INDEX_HTML, &pStream, 0, NULL); in test_URLOpenBlockingStreamW()
342 ok(pStream != NULL, "pStream is NULL\n"); in test_URLOpenBlockingStreamW()
343 if(pStream) in test_URLOpenBlockingStreamW()
346 hr = IStream_Read(pStream, buffer, sizeof(buffer), NULL); in test_URLOpenBlockingStreamW()
[all …]
/reactos/dll/win32/comctl32/
H A Ddpa.c83 IStream *pStream, LPVOID pData) in DPA_LoadStream() argument
95 phDpa, loadProc, pStream, pData); in DPA_LoadStream()
97 if (!phDpa || !loadProc || !pStream) in DPA_LoadStream()
120 IStream_Seek (pStream, position, STREAM_SEEK_SET, NULL); in DPA_LoadStream()
140 errCode = (loadProc)(&streamInfo, pStream, pData); in DPA_LoadStream()
180 IStream *pStream, LPVOID pData) in DPA_SaveStream() argument
190 hDpa, saveProc, pStream, pData); in DPA_SaveStream()
192 if (!hDpa || !saveProc || !pStream) return E_INVALIDARG; in DPA_SaveStream()
218 hr = (saveProc)(&streamInfo, pStream, pData); in DPA_SaveStream()
235 IStream_Seek (pStream, position, STREAM_SEEK_SET, NULL); in DPA_SaveStream()
[all …]
/reactos/sdk/lib/conutils/
H A Dscreen.h49 #define INIT_CON_SCREEN(pStream) {(pStream)} /* {(pStream), {{}}, {{}}} */ argument
51 #define InitializeConScreen(pScreen, pStream) \ argument
53 (pScreen)->Stream = (pStream); \
/reactos/drivers/wdm/audio/drivers/ac97/
H A Drtminiport.cpp168 CAC97MiniportWaveRTStream *pStream = NULL; in NewStream() local
185 ntStatus = CreateAC97MiniportWaveRTStream (&pStream); in NewStream()
199 ntStatus = pStream->Init (this, in NewStream()
210 pStream->Release (); in NewStream()
218 *Stream = (PMINIPORTWAVERTSTREAM)pStream; in NewStream()

1234