HomeSort by relevance Sort by last modified time
    Searched refs:CubemapFace (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 169 assertEquals(Type.CubemapFace.NEGATIVE_X, Type.CubemapFace.valueOf("NEGATIVE_X"));
170 assertEquals(Type.CubemapFace.NEGATIVE_Y, Type.CubemapFace.valueOf("NEGATIVE_Y"));
171 assertEquals(Type.CubemapFace.NEGATIVE_Z, Type.CubemapFace.valueOf("NEGATIVE_Z"));
172 assertEquals(Type.CubemapFace.POSITIVE_X, Type.CubemapFace.valueOf("POSITIVE_X"));
173 assertEquals(Type.CubemapFace.POSITIVE_Y, Type.CubemapFace.valueOf("POSITIVE_Y"))
    [all...]
AllocationTest.java 29 import android.renderscript.Type.CubemapFace;
279 for (Type.CubemapFace cf : Type.CubemapFace.values()) {
  /frameworks/base/graphics/java/android/renderscript/
Type.java 53 public enum CubemapFace {
68 CubemapFace(int id) {
Allocation.java 84 Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X;
    [all...]
AllocationAdapter.java 158 public void setFace(Type.CubemapFace cf) {
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 114 milliseconds