Home
last modified time | relevance | path

Searched refs:depthMask (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/
DrsProgramStore.cpp25 bool depthMask, bool ditherEnable, in ProgramStore() argument
39 mHal.state.depthWriteEnable = depthMask; in ProgramStore()
88 bool depthMask, bool ditherEnable, in getProgramStore() argument
103 if (existing->mHal.state.depthWriteEnable != depthMask) continue; in getProgramStore()
114 depthMask, ditherEnable, in getProgramStore()
145 bool depthMask, bool ditherEnable, in rsi_ProgramStoreCreate() argument
153 depthMask, ditherEnable, in rsi_ProgramStoreCreate()
DrsProgramStore.h70 bool depthMask, bool ditherEnable,
81 bool depthMask, bool ditherEnable,
Drsg.spec7 param bool depthMask
DrsApiStubs.cpp789 bool depthMask, bool ditherEnable, in rsProgramStoreCreate() argument
796 depthMask, ditherEnable, srcFunc, destFunc, depthFunc); in rsProgramStoreCreate()
DrsApiStubs.h137 …ool colorMaskR, bool colorMaskG, bool colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnab…
/frameworks/native/opengl/libagl/
Dstate.cpp96 c->rasterizer.procs.depthMask(c, 1); in ogles_init()
536 c->rasterizer.procs.depthMask(c, flag); in glDepthMask()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java911 boolean depthMask, boolean dither, in rsnProgramStoreCreate() argument
914 boolean depthMask, boolean dither, in nProgramStoreCreate() argument
917 return rsnProgramStoreCreate(mContext, r, g, b, a, depthMask, dither, srcMode, in nProgramStoreCreate()
/frameworks/rs/cpp/
DrsDispatch.h110 …ool colorMaskR, bool colorMaskG, bool colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnab…
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2441 jboolean depthMask, jboolean ditherEnable, in nProgramStoreCreate() argument
2449 depthMask, ditherEnable, (RsBlendSrcFunc)srcFunc, in nProgramStoreCreate()