Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/androidx/renderscript/
DType.java64 public enum CubemapFace { enum in Type
73 CubemapFace(int id) { in CubemapFace() method in Type.CubemapFace
DAllocation.java77 Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X;
/frameworks/base/rs/java/android/renderscript/
DType.java59 public enum CubemapFace { enum in Type
74 CubemapFace(int id) { in CubemapFace() method in Type.CubemapFace
DAllocation.java77 Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X;
3189 adapter.setFace(Type.CubemapFace.POSITIVE_X); in createCubemapFromCubeFaces()
3191 adapter.setFace(Type.CubemapFace.NEGATIVE_X); in createCubemapFromCubeFaces()
3193 adapter.setFace(Type.CubemapFace.POSITIVE_Y); in createCubemapFromCubeFaces()
3195 adapter.setFace(Type.CubemapFace.NEGATIVE_Y); in createCubemapFromCubeFaces()
3197 adapter.setFace(Type.CubemapFace.POSITIVE_Z); in createCubemapFromCubeFaces()
3199 adapter.setFace(Type.CubemapFace.NEGATIVE_Z); in createCubemapFromCubeFaces()
DAllocationAdapter.java122 public void setFace(Type.CubemapFace cf) { in setFace()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25995 method public void setFace(android.renderscript.Type.CubemapFace);
26788 public static final class Type.CubemapFace extends java.lang.Enum {
26789 method public static android.renderscript.Type.CubemapFace valueOf(java.lang.String);
26790 method public static final android.renderscript.Type.CubemapFace[] values();
26791 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_X;
26792 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_Y;
26793 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_Z;
26794 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_X;
26795 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_Y;
26796 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_Z;
[all …]
/frameworks/base/api/
Dcurrent.txt39553 method public void setFace(android.renderscript.Type.CubemapFace);
40486 public enum Type.CubemapFace {
40487 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_X;
40488 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_Y;
40489 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_Z;
40490 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_X;
40491 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_Y;
40492 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_Z;
40493 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITVE_X;
40494 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITVE_Y;
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63494 Landroid/renderscript/Allocation;->mSelectedFace:Landroid/renderscript/Type$CubemapFace;
65246 Landroid/renderscript/Type$CubemapFace;-><init>(I)V
65247 Landroid/renderscript/Type$CubemapFace;->mID:I