Home
last modified time | relevance | path

Searched refs:CubemapFace (Results 1 – 10 of 10) 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/base/api/
Dlint-baseline.txt404 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_X:
406 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_Y:
408 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_Z:
Dcurrent.txt40001 method public void setFace(android.renderscript.Type.CubemapFace);
40934 public enum Type.CubemapFace {
40935 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_X;
40936 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_Y;
40937 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_Z;
40938 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_X;
40939 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_Y;
40940 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_Z;
40941 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITVE_X;
40942 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITVE_Y;
[all …]
/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/non-updatable-api/
Dcurrent.txt39857 method public void setFace(android.renderscript.Type.CubemapFace);
40790 public enum Type.CubemapFace {
40791 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_X;
40792 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_Y;
40793 enum_constant public static final android.renderscript.Type.CubemapFace NEGATIVE_Z;
40794 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_X;
40795 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_Y;
40796 enum_constant public static final android.renderscript.Type.CubemapFace POSITIVE_Z;
40797 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITVE_X;
40798 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITVE_Y;
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt59318 Landroid/renderscript/Allocation;->mSelectedFace:Landroid/renderscript/Type$CubemapFace;
60997 Landroid/renderscript/Type$CubemapFace;->mID:I