Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/renderscript/
DProgramStore.java138 DepthFunc mDepthFunc; field in ProgramStore
158 return mDepthFunc; in getDepthFunc()
323 DepthFunc mDepthFunc; field in ProgramStore.Builder
335 mDepthFunc = DepthFunc.ALWAYS; in Builder()
353 mDepthFunc = func; in setDepthFunc()
425 mBlendSrc.mID, mBlendDst.mID, mDepthFunc.mID); in create()
427 programStore.mDepthFunc = mDepthFunc; in create()