HomeSort by relevance Sort by last modified time
    Searched refs:isCompatible (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/core/java/android/view/
IAssetAtlas.aidl 35 boolean isCompatible(int ppid);
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicConvolve5x5.java 52 if (!e.isCompatible(Element.U8(rs)) &&
53 !e.isCompatible(Element.U8_2(rs)) &&
54 !e.isCompatible(Element.U8_3(rs)) &&
55 !e.isCompatible(Element.U8_4(rs)) &&
56 !e.isCompatible(Element.F32(rs)) &&
57 !e.isCompatible(Element.F32_2(rs)) &&
58 !e.isCompatible(Element.F32_3(rs)) &&
59 !e.isCompatible(Element.F32_4(rs))) {
ScriptIntrinsicConvolve3x3.java 52 if (!e.isCompatible(Element.U8(rs)) &&
53 !e.isCompatible(Element.U8_2(rs)) &&
54 !e.isCompatible(Element.U8_3(rs)) &&
55 !e.isCompatible(Element.U8_4(rs)) &&
56 !e.isCompatible(Element.F32(rs)) &&
57 !e.isCompatible(Element.F32_2(rs)) &&
58 !e.isCompatible(Element.F32_3(rs)) &&
59 !e.isCompatible(Element.F32_4(rs))) {
ScriptIntrinsicColorMatrix.java 245 if (!ain.getElement().isCompatible(Element.U8(mRS)) &&
246 !ain.getElement().isCompatible(Element.U8_2(mRS)) &&
247 !ain.getElement().isCompatible(Element.U8_3(mRS)) &&
248 !ain.getElement().isCompatible(Element.U8_4(mRS)) &&
249 !ain.getElement().isCompatible(Element.F32(mRS)) &&
250 !ain.getElement().isCompatible(Element.F32_2(mRS)) &&
251 !ain.getElement().isCompatible(Element.F32_3(mRS)) &&
252 !ain.getElement().isCompatible(Element.F32_4(mRS))) {
257 if (!aout.getElement().isCompatible(Element.U8(mRS)) &&
258 !aout.getElement().isCompatible(Element.U8_2(mRS)) &
    [all...]
ScriptIntrinsicResize.java 52 if (!e.isCompatible(Element.U8(mRS)) &&
53 !e.isCompatible(Element.U8_2(mRS)) &&
54 !e.isCompatible(Element.U8_3(mRS)) &&
55 !e.isCompatible(Element.U8_4(mRS))) {
ScriptIntrinsicHistogram.java 45 if ((!e.isCompatible(Element.U8_4(rs))) &&
46 (!e.isCompatible(Element.U8_3(rs))) &&
47 (!e.isCompatible(Element.U8_2(rs))) &&
48 (!e.isCompatible(Element.U8(rs)))) {
94 if (ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
95 ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
190 if (ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
191 ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
ScriptIntrinsic3DLUT.java 49 if (!e.isCompatible(Element.U8_4(rs))) {
70 if (!t.getElement().isCompatible(mElement)) {
ScriptIntrinsicBlur.java 45 if ((!e.isCompatible(Element.U8_4(rs))) && (!e.isCompatible(Element.U8(rs)))) {
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 36 if (e->isCompatible(Element::U8_4(rs)) == false) {
48 if (ain->getType()->getElement()->isCompatible(mElement) == false ||
49 aout->getType()->getElement()->isCompatible(mElement) == false) {
57 if (!t->getElement()->isCompatible(mElement)) {
70 if (e->isCompatible(Element::U8_4(rs)) == false) {
82 if (in->getType()->getElement()->isCompatible(mElement) == false ||
83 out->getType()->getElement()->isCompatible(mElement) == false) {
90 if (in->getType()->getElement()->isCompatible(mElement) == false ||
91 out->getType()->getElement()->isCompatible(mElement) == false) {
98 if (in->getType()->getElement()->isCompatible(mElement) == false |
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/form/
SpecialFormat.java 28 * using this class. The one exception is {@link #isCompatible}, which
63 public boolean isCompatible(DalvInsn insn) {
Form10x.java 62 public boolean isCompatible(DalvInsn insn) {
Form30t.java 60 public boolean isCompatible(DalvInsn insn) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
SpecialFormat.java 28 * using this class. The one exception is {@link #isCompatible}, which
63 public boolean isCompatible(DalvInsn insn) {
Form10x.java 62 public boolean isCompatible(DalvInsn insn) {
Form30t.java 60 public boolean isCompatible(DalvInsn insn) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUT.java 56 if (!e.isCompatible(Element.U8_4(rs))) {
79 if (!t.getElement().isCompatible(mElement)) {
ScriptIntrinsicBlur.java 53 if ((!e.isCompatible(Element.U8_4(rs))) && (!e.isCompatible(Element.U8(rs)))) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBlur.java 62 if (mAllocSrc.getType().getElement().isCompatible(Element.U8(mRS))) {
66 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) {
74 if (mAllocSrc.getType().getElement().isCompatible(Element.U8(mRS))) {
78 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form10x.java 62 public boolean isCompatible(DalvInsn insn) {
SpecialFormat.java 29 * using this class. The one exception is {@link #isCompatible}, which
64 public boolean isCompatible(DalvInsn insn) {
Form10t.java 60 public boolean isCompatible(DalvInsn insn) {
Form11x.java 63 public boolean isCompatible(DalvInsn insn) {
Form20t.java 60 public boolean isCompatible(DalvInsn insn) {
Form21t.java 62 public boolean isCompatible(DalvInsn insn) {
Form22x.java 63 public boolean isCompatible(DalvInsn insn) {

Completed in 484 milliseconds

1 2 3 4 5 6 7