Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DProgramStore.java45 public enum DepthFunc { enum in ProgramStore
85 DepthFunc(int id) { in DepthFunc() method in ProgramStore.DepthFunc
145 DepthFunc mDepthFunc;
164 public DepthFunc getDepthFunc() { in getDepthFunc()
247 builder.setDepthFunc(ProgramStore.DepthFunc.LESS); in BLEND_NONE_DEPTH_TEST()
268 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_NONE_DEPTH_NONE()
292 builder.setDepthFunc(ProgramStore.DepthFunc.LESS); in BLEND_ALPHA_DEPTH_TEST()
315 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ALPHA_DEPTH_NONE()
331 DepthFunc mDepthFunc;
344 mDepthFunc = DepthFunc.ALWAYS; in Builder()
[all …]
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
DBallsRS.java88 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ADD_DEPTH_NONE()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt60088 …ndroid/renderscript/ProgramStore$Builder;->mDepthFunc:Landroid/renderscript/ProgramStore$DepthFunc;
60093 Landroid/renderscript/ProgramStore$DepthFunc;->EQUAL:Landroid/renderscript/ProgramStore$DepthFunc;
60094 Landroid/renderscript/ProgramStore$DepthFunc;->GREATER:Landroid/renderscript/ProgramStore$DepthFunc;
60095 Landroid/renderscript/ProgramStore$DepthFunc;->GREATER_OR_EQUAL:Landroid/renderscript/ProgramStore$
60096 Landroid/renderscript/ProgramStore$DepthFunc;->LESS_OR_EQUAL:Landroid/renderscript/ProgramStore$Dep…
60097 Landroid/renderscript/ProgramStore$DepthFunc;->mID:I
60098 Landroid/renderscript/ProgramStore$DepthFunc;->NOT_EQUAL:Landroid/renderscript/ProgramStore$DepthFu…
60099 Landroid/renderscript/ProgramStore$DepthFunc;->valueOf(Ljava/lang/String;)Landroid/renderscript/Pro…
60100 Landroid/renderscript/ProgramStore$DepthFunc;->values()[Landroid/renderscript/ProgramStore$DepthFun…
60107 Landroid/renderscript/ProgramStore;->getDepthFunc()Landroid/renderscript/ProgramStore$DepthFunc;
[all …]