Home
last modified time | relevance | path

Searched refs:srcFunc (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/
DrsProgramStore.cpp26 RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc, in ProgramStore() argument
36 mHal.state.blendSrc = srcFunc; in ProgramStore()
89 RsBlendSrcFunc srcFunc, in getProgramStore() argument
101 if (existing->mHal.state.blendSrc != srcFunc) continue; in getProgramStore()
115 srcFunc, destFunc, depthFunc); in getProgramStore()
146 RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc, in rsi_ProgramStoreCreate() argument
154 srcFunc, destFunc, depthFunc); in rsi_ProgramStoreCreate()
DrsProgramStore.h71 … RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc,
82 RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc,
Drsg.spec9 param RsBlendSrcFunc srcFunc
DrsApiStubs.cpp790 RsBlendSrcFunc srcFunc, in rsProgramStoreCreate() argument
796 depthMask, ditherEnable, srcFunc, destFunc, depthFunc); in rsProgramStoreCreate()
DrsApiStubs.h137 …askB, bool colorMaskA, bool depthMask, bool ditherEnable, RsBlendSrcFunc srcFunc, RsBlendDstFunc d…
/frameworks/rs/cpp/
DrsDispatch.h110 …askB, bool colorMaskA, bool depthMask, bool ditherEnable, RsBlendSrcFunc srcFunc, RsBlendDstFunc d…
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2442 jint srcFunc, jint destFunc, in nProgramStoreCreate() argument
2449 depthMask, ditherEnable, (RsBlendSrcFunc)srcFunc, in nProgramStoreCreate()