OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pEffect
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfplay.h
161
STDMETHOD_(HRESULT,InsertEffect)(THIS_ IUnknown *
pEffect
,WINBOOL fOptional) PURE;
165
STDMETHOD_(HRESULT,RemoveEffect)(THIS_ IUnknown *
pEffect
) PURE;
204
#define IMFPMediaPlayer_InsertEffect(This,
pEffect
,fOptional) (This)->lpVtbl->InsertEffect(This,
pEffect
,fOptional)
208
#define IMFPMediaPlayer_RemoveEffect(This,
pEffect
) (This)->lpVtbl->RemoveEffect(This,
pEffect
)
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.h
221
SPVRTPFXParserEffect*
pEffect
; // Matched pass. Needed but determined from effect block.
PVRTPFXParser.cpp
370
pEffect
(NULL),
922
if(m_renderPassSkipGraph[uj]->
pEffect
== pTempEffect)
[
all
...]
Completed in 157 milliseconds