Searched refs:depthMask (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/ |
D | rsProgramStore.cpp | 25 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()
|
D | rsProgramStore.h | 70 bool depthMask, bool ditherEnable, 81 bool depthMask, bool ditherEnable,
|
D | rsg.spec | 7 param bool depthMask
|
D | rsApiStubs.cpp | 789 bool depthMask, bool ditherEnable, in rsProgramStoreCreate() argument 796 depthMask, ditherEnable, srcFunc, destFunc, depthFunc); in rsProgramStoreCreate()
|
D | rsApiStubs.h | 137 …ool colorMaskR, bool colorMaskG, bool colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnab…
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 96 c->rasterizer.procs.depthMask(c, 1); in ogles_init() 536 c->rasterizer.procs.depthMask(c, flag); in glDepthMask()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 911 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/ |
D | rsDispatch.h | 110 …ool colorMaskR, bool colorMaskG, bool colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnab…
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2441 jboolean depthMask, jboolean ditherEnable, in nProgramStoreCreate() argument 2449 depthMask, ditherEnable, (RsBlendSrcFunc)srcFunc, in nProgramStoreCreate()
|