Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DProgramStore.java238 builder.setDepthFunc(ProgramStore.DepthFunc.LESS); in BLEND_NONE_DEPTH_TEST()
259 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_NONE_DEPTH_NONE()
283 builder.setDepthFunc(ProgramStore.DepthFunc.LESS); in BLEND_ALPHA_DEPTH_TEST()
305 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ALPHA_DEPTH_NONE()
350 public Builder setDepthFunc(DepthFunc func) { in setDepthFunc() method in ProgramStore.Builder
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
DSimpleModelRS.java80 b.setDepthFunc(ProgramStore.DepthFunc.LESS); in initPFS()
DSceneGraphRS.java96 b.setDepthFunc(ProgramStore.DepthFunc.LESS); in initPFS()
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
DBallsRS.java88 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ADD_DEPTH_NONE()
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
DRsRenderStatesRS.java133 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ADD_DEPTH_NONE()
177 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in initProgramStore()
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
DFBOTestRS.java81 b.setDepthFunc(ProgramStore.DepthFunc.LESS); in initPFS()
DFBOSyncRS.java82 b.setDepthFunc(ProgramStore.DepthFunc.LESS); in initPFS()
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
DShadersTestRS.java88 b.setDepthFunc(DepthFunc.LESS); in initPFS()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DSceneManager.java195 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ADD_DEPTH_NONE()