Home
last modified time | relevance | path

Searched refs:RsBlendSrcFunc (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/
DrsProgramStore.h51 RsBlendSrcFunc blendSrc;
71RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc,
82 RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc,
DrsProgramStore.cpp26 RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc, in ProgramStore()
89 RsBlendSrcFunc srcFunc, in getProgramStore()
146 RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc, in rsi_ProgramStoreCreate()
Drsg.spec9 param RsBlendSrcFunc srcFunc
DrsInternalDefines.h74 enum RsBlendSrcFunc { enum
DrsApiStubs.h137 …bool colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnable, RsBlendSrcFunc srcFunc, RsBle…
DrsApiStubs.cpp790 RsBlendSrcFunc srcFunc, in rsProgramStoreCreate()
/frameworks/rs/cpp/
DrsDispatch.h110 …bool colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnable, RsBlendSrcFunc srcFunc, RsBle…
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2449 depthMask, ditherEnable, (RsBlendSrcFunc)srcFunc, in nProgramStoreCreate()