Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DProgramStore.java43 public enum DepthFunc { enum in ProgramStore
81 DepthFunc(int id) { in DepthFunc() method in ProgramStore.DepthFunc
136 DepthFunc mDepthFunc;
155 public DepthFunc getDepthFunc() { in getDepthFunc()
238 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()
321 DepthFunc mDepthFunc;
333 mDepthFunc = DepthFunc.ALWAYS; in Builder()
[all …]
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
DSimpleModelRS.java23 import android.renderscript.ProgramStore.DepthFunc;
80 b.setDepthFunc(ProgramStore.DepthFunc.LESS); in initPFS()
DSceneGraphRS.java27 import android.renderscript.ProgramStore.DepthFunc;
96 b.setDepthFunc(ProgramStore.DepthFunc.LESS); in initPFS()
DSgTransform.java26 import android.renderscript.ProgramStore.DepthFunc;
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
DFBOTestRS.java25 import android.renderscript.ProgramStore.DepthFunc;
81 b.setDepthFunc(ProgramStore.DepthFunc.LESS); in initPFS()
DFBOSyncRS.java25 import android.renderscript.ProgramStore.DepthFunc;
82 b.setDepthFunc(ProgramStore.DepthFunc.LESS); in initPFS()
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
DShadersTestRS.java30 import android.renderscript.ProgramStore.DepthFunc;
88 b.setDepthFunc(DepthFunc.LESS); in initPFS()
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
DRsListRS.java24 import android.renderscript.ProgramStore.DepthFunc;
DRsRenderStatesRS.java25 import android.renderscript.ProgramStore.DepthFunc;
133 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ADD_DEPTH_NONE()
177 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in initProgramStore()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
DTestAppLoadingScreen.java35 import android.renderscript.ProgramStore.DepthFunc;
DFullscreenBlur.java33 import android.renderscript.ProgramStore.DepthFunc;
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DColladaScene.java39 import android.renderscript.ProgramStore.DepthFunc;
DSceneManager.java195 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ADD_DEPTH_NONE()
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
DBallsRS.java82 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ADD_DEPTH_NONE()
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DUiTest.java28 import android.renderscript.ProgramStore.DepthFunc;
/frameworks/base/docs/html/
Dsitemap.txt3588 http://developer.android.com/reference/android/renderscript/ProgramStore.DepthFunc.html