Home
last modified time | relevance | path

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

/frameworks/rs/
DrsProgramStore.h56 RsDepthFunc depthFunc;
72 RsDepthFunc depthFunc);
83 RsDepthFunc depthFunc);
DrsProgramStore.cpp27 RsDepthFunc depthFunc) : ProgramBase(rsc) { in ProgramStore()
91 RsDepthFunc depthFunc) { in getProgramStore()
147 RsDepthFunc depthFunc) { in rsi_ProgramStoreCreate()
Drsg.spec11 param RsDepthFunc depthFunc
DrsInternalDefines.h64 enum RsDepthFunc { enum
DrsApiStubs.h267 RsBlendDstFunc destFunc, RsDepthFunc depthFunc)
DrsApiStubs.cpp792 RsDepthFunc depthFunc) in rsProgramStoreCreate()
/frameworks/rs/cpp/
DrsDispatch.h110 …thMask, bool ditherEnable, RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc, RsDepthFunc depthFunc);
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2445 (RsBlendDstFunc)destFunc, (RsDepthFunc)depthFunc); in nProgramStoreCreate()