OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCompatible
(Results
1 - 25
of
132
) sorted by null
1
2
3
4
5
6
/frameworks/base/core/java/android/view/
IAssetAtlas.aidl
35
boolean
isCompatible
(int ppid);
/frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicConvolve3x3.java
54
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))) {
ScriptIntrinsicConvolve5x5.java
54
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))) {
ScriptIntrinsicColorMatrix.java
228
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
(Element.U8_2(mRS)) &
[
all
...]
ScriptIntrinsic3DLUT.java
51
if (!e.
isCompatible
(Element.U8_4(rs))) {
72
if (!t.getElement().
isCompatible
(mElement)) {
ScriptIntrinsicHistogram.java
49
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))) {
ScriptIntrinsicBlur.java
49
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)))) {
/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) {
Form23x.java
64
public boolean
isCompatible
(DalvInsn insn) {
Form30t.java
60
public boolean
isCompatible
(DalvInsn insn) {
Completed in 867 milliseconds
1
2
3
4
5
6