Home
last modified time | relevance | path

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

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DType.java64 public enum CubemapFace { enum in Type
79 CubemapFace(int id) { in CubemapFace() method in Type.CubemapFace
H A DAllocation.java81 Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X;
3193 adapter.setFace(Type.CubemapFace.POSITIVE_X); in createCubemapFromCubeFaces()
3195 adapter.setFace(Type.CubemapFace.NEGATIVE_X); in createCubemapFromCubeFaces()
3197 adapter.setFace(Type.CubemapFace.POSITIVE_Y); in createCubemapFromCubeFaces()
3199 adapter.setFace(Type.CubemapFace.NEGATIVE_Y); in createCubemapFromCubeFaces()
3201 adapter.setFace(Type.CubemapFace.POSITIVE_Z); in createCubemapFromCubeFaces()
3203 adapter.setFace(Type.CubemapFace.NEGATIVE_Z); in createCubemapFromCubeFaces()
H A DAllocationAdapter.java126 public void setFace(Type.CubemapFace cf) { in setFace()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt38095 method @Deprecated public void setFace(android.renderscript.Type.CubemapFace);
39028 @Deprecated public enum Type.CubemapFace {
39029 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace NEGATIVE_X;
39030 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace NEGATIVE_Y;
39031 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace NEGATIVE_Z;
39032 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITIVE_X;
39033 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITIVE_Y;
39034 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITIVE_Z;
39035 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITVE_X;
39036 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITVE_Y;
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45406 Landroid/renderscript/Allocation;->mSelectedFace:Landroid/renderscript/Type$CubemapFace;
47085 Landroid/renderscript/Type$CubemapFace;->mID:I