Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DProgramStore.java136 DepthFunc mDepthFunc; field in ProgramStore
156 return mDepthFunc; in getDepthFunc()
321 DepthFunc mDepthFunc; field in ProgramStore.Builder
333 mDepthFunc = DepthFunc.ALWAYS; in Builder()
351 mDepthFunc = func; in setDepthFunc()
423 mBlendSrc.mID, mBlendDst.mID, mDepthFunc.mID); in create()
425 programStore.mDepthFunc = mDepthFunc; in create()