Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DProgramStore.java48 ALWAYS (0), enumConstant
259 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_NONE_DEPTH_NONE()
305 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ALPHA_DEPTH_NONE()
333 mDepthFunc = DepthFunc.ALWAYS; in Builder()
/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/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/SceneGraph/src/com/android/scenegraph/
DSceneManager.java195 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ADD_DEPTH_NONE()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java774 ALWAYS, enumConstant
782 setupDataOnConnectableApns(reason, RetryFailures.ALWAYS); in setupDataOnConnectableApns()
792 if (retryFailures == RetryFailures.ALWAYS) { in setupDataOnConnectableApns()