Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/androidx/renderscript/
DType.java69 public enum CubemapFace { enum in Type
78 CubemapFace(int id) { in CubemapFace() method in Type.CubemapFace
DAllocation.java82 Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X;
/frameworks/base/rs/java/android/renderscript/
DType.java64 public enum CubemapFace { enum in Type
79 CubemapFace(int id) { in CubemapFace() method in Type.CubemapFace
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()
DAllocationAdapter.java126 public void setFace(Type.CubemapFace cf) { in setFace()
/frameworks/base/core/api/
Dlint-baseline.txt344 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_X:
345 …Field Type.CubemapFace.POSITVE_X: @Deprecated annotation (present) and @deprecated doc tag (not pr…
346 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_Y:
347 …Field Type.CubemapFace.POSITVE_Y: @Deprecated annotation (present) and @deprecated doc tag (not pr…
348 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_Z:
349 …Field Type.CubemapFace.POSITVE_Z: @Deprecated annotation (present) and @deprecated doc tag (not pr…
Dmodule-lib-lint-baseline.txt442 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_X:
443 …Field Type.CubemapFace.POSITVE_X: @Deprecated annotation (present) and @deprecated doc tag (not pr…
444 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_Y:
445 …Field Type.CubemapFace.POSITVE_Y: @Deprecated annotation (present) and @deprecated doc tag (not pr…
446 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_Z:
447 …Field Type.CubemapFace.POSITVE_Z: @Deprecated annotation (present) and @deprecated doc tag (not pr…
Dtest-lint-baseline.txt456 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_X:
457 …Field Type.CubemapFace.POSITVE_X: @Deprecated annotation (present) and @deprecated doc tag (not pr…
458 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_Y:
459 …Field Type.CubemapFace.POSITVE_Y: @Deprecated annotation (present) and @deprecated doc tag (not pr…
460 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_Z:
461 …Field Type.CubemapFace.POSITVE_Z: @Deprecated annotation (present) and @deprecated doc tag (not pr…
Dsystem-lint-baseline.txt446 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_X:
447 …Field Type.CubemapFace.POSITVE_X: @Deprecated annotation (present) and @deprecated doc tag (not pr…
448 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_Y:
449 …Field Type.CubemapFace.POSITVE_Y: @Deprecated annotation (present) and @deprecated doc tag (not pr…
450 DeprecationMismatch: android.renderscript.Type.CubemapFace#POSITVE_Z:
451 …Field Type.CubemapFace.POSITVE_Z: @Deprecated annotation (present) and @deprecated doc tag (not pr…
Dcurrent.txt38307 method @Deprecated public void setFace(android.renderscript.Type.CubemapFace);
39240 @Deprecated public enum Type.CubemapFace {
39241 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace NEGATIVE_X;
39242 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace NEGATIVE_Y;
39243 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace NEGATIVE_Z;
39244 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITIVE_X;
39245 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITIVE_Y;
39246 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITIVE_Z;
39247 enum_constant @Deprecated public static final android.renderscript.Type.CubemapFace POSITVE_X;
39248 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/boot/hiddenapi/
Dhiddenapi-max-target-o.txt44763 Landroid/renderscript/Allocation;->mSelectedFace:Landroid/renderscript/Type$CubemapFace;
46442 Landroid/renderscript/Type$CubemapFace;->mID:I