Loading graphics/java/android/renderscript/Type.java +10 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,16 @@ public class Type extends BaseObj { return mDimZ; } /** * Get the YUV format * * @hide * @return int */ public int getYuv() { return mDimYuv; } /** * Return if the Type has a mipmap chain. * Loading Loading
graphics/java/android/renderscript/Type.java +10 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,16 @@ public class Type extends BaseObj { return mDimZ; } /** * Get the YUV format * * @hide * @return int */ public int getYuv() { return mDimYuv; } /** * Return if the Type has a mipmap chain. * Loading