Searched refs:isCompatible (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/core/java/android/view/
H A DIAssetAtlas.aidl35 boolean isCompatible(int ppid);
H A DHardwareRenderer.java1981 if (atlas.isCompatible(android.os.Process.myPpid())) {
/frameworks/base/graphics/java/android/renderscript/
H A DScriptIntrinsicConvolve3x3.java54 if (!e.isCompatible(Element.U8(rs)) &&
55 !e.isCompatible(Element.U8_2(rs)) &&
56 !e.isCompatible(Element.U8_3(rs)) &&
57 !e.isCompatible(Element.U8_4(rs)) &&
58 !e.isCompatible(Element.F32(rs)) &&
59 !e.isCompatible(Element.F32_2(rs)) &&
60 !e.isCompatible(Element.F32_3(rs)) &&
61 !e.isCompatible(Element.F32_4(rs))) {
H A DScriptIntrinsicConvolve5x5.java54 if (!e.isCompatible(Element.U8(rs)) &&
55 !e.isCompatible(Element.U8_2(rs)) &&
56 !e.isCompatible(Element.U8_3(rs)) &&
57 !e.isCompatible(Element.U8_4(rs)) &&
58 !e.isCompatible(Element.F32(rs)) &&
59 !e.isCompatible(Element.F32_2(rs)) &&
60 !e.isCompatible(Element.F32_3(rs)) &&
61 !e.isCompatible(Element.F32_4(rs))) {
H A DScriptIntrinsicColorMatrix.java228 if (!ain.getElement().isCompatible(Element.U8(mRS)) &&
229 !ain.getElement().isCompatible(Element.U8_2(mRS)) &&
230 !ain.getElement().isCompatible(Element.U8_3(mRS)) &&
231 !ain.getElement().isCompatible(Element.U8_4(mRS)) &&
232 !ain.getElement().isCompatible(Element.F32(mRS)) &&
233 !ain.getElement().isCompatible(Element.F32_2(mRS)) &&
234 !ain.getElement().isCompatible(Element.F32_3(mRS)) &&
235 !ain.getElement().isCompatible(Element.F32_4(mRS))) {
240 if (!aout.getElement().isCompatible(Element.U8(mRS)) &&
241 !aout.getElement().isCompatible(Elemen
[all...]
H A DScriptIntrinsic3DLUT.java51 if (!e.isCompatible(Element.U8_4(rs))) {
72 if (!t.getElement().isCompatible(mElement)) {
H A DScriptIntrinsicHistogram.java49 if ((!e.isCompatible(Element.U8_4(rs))) &&
50 (!e.isCompatible(Element.U8_3(rs))) &&
51 (!e.isCompatible(Element.U8_2(rs))) &&
52 (!e.isCompatible(Element.U8(rs)))) {
80 if (ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
81 ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
158 if (ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
159 ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
H A DScriptIntrinsicBlur.java49 if ((!e.isCompatible(Element.U8_4(rs))) && (!e.isCompatible(Element.U8(rs)))) {
H A DScriptIntrinsicBlend.java44 if (!ain.getElement().isCompatible(Element.U8_4(mRS))) {
47 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) {
H A DElement.java979 public boolean isCompatible(Element e) { method in class:Element
H A DAllocation.java1512 t.getElement().isCompatible(Element.RGBA_8888(rs)) &&
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp36 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(mElemen
[all...]
H A DType.cpp150 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) {
H A DElement.cpp344 bool Element::isCompatible(android::RSC::sp<const Element>e) const { function in class:Element
H A DrsCppStructs.h1025 bool isCompatible(sp<const Element>e) const;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsic3DLUT.java56 if (!e.isCompatible(Element.U8_4(rs))) {
79 if (!t.getElement().isCompatible(mElement)) {
H A DScriptIntrinsicBlur.java53 if ((!e.isCompatible(Element.U8_4(rs))) && (!e.isCompatible(Element.U8(rs)))) {
H A DScriptIntrinsicConvolve3x3.java56 if (!e.isCompatible(Element.U8_4(rs))) {
H A DScriptIntrinsicBlend.java49 if (!ain.getElement().isCompatible(Element.U8_4(mRS))) {
52 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) {
H A DScriptIntrinsicColorMatrix.java55 if (!e.isCompatible(Element.U8_4(rs))) {
H A DElementThunker.java272 public boolean isCompatible(Element e) { method in class:ElementThunker
275 return et.mN.isCompatible(mN);
H A DAllocation.java1354 t.getElement().isCompatible(Element.RGBA_8888(rs)) &&
H A DElement.java894 public boolean isCompatible(Element e) { method in class:Element
/frameworks/base/services/java/com/android/server/
H A DAssetAtlasService.java373 public boolean isCompatible(int ppid) { method in class:AssetAtlasService

Completed in 1523 milliseconds