Home
last modified time | relevance | path

Searched refs:getBaseType (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java77 public int getBaseType() { in getBaseType() method in FrameFormat
161 result.setBaseType(getBaseType()); in mutableCopy()
195 if (specification.getBaseType() != TYPE_UNSPECIFIED in isCompatibleWith()
196 && getBaseType() != specification.getBaseType()) { in isCompatibleWith()
251 if (specification.getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()
252 && getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()
253 && getBaseType() != specification.getBaseType()) { in mayBeCompatibleWith()
DSimpleFrame.java52 final int baseType = format.getBaseType(); in initWithFormat()
DNativeFrame.java73 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) { in getObjectValue()
/frameworks/native/opengl/tools/glgen/src/
DCType.java67 String baseType = getBaseType(); in isVoid()
84 public String getBaseType() { in getBaseType() method in CType
DJniCodeEmitter.java40 return (jType.isArray() ? "[" : "" ) + "Landroid/opengl/" + jType.getBaseType() + ";"; in getJniName()
42 return "L" + jType.getBaseType() + ";"; in getJniName()
47 String baseType = jType.getBaseType(); in getJniName()
176 String typeName = argType.getBaseType(); in emitFunctionCall()
301 if (returnType.getBaseType().startsWith("EGL")) { in getErrorReturnValue()
710 String baseType = jType.getBaseType(); in getJniType()
883 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode()
909 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode()
987 type.getBaseType().toLowerCase() + in emitJniCode()
1168 cfunc.getArgType(cIndex).getBaseType() + in emitJniCode()
[all …]
DJType.java146 public String getBaseType() { in getBaseType() method in JType
/frameworks/support/renderscript/v8/rs_support/
DrsAdapter.h40 const Type * getBaseType() const {return mAllocation->getType();} in getBaseType() function
72 const Type * getBaseType() const {return mAllocation->getType();} in getBaseType() function
/frameworks/rs/
DrsAdapter.h40 const Type * getBaseType() const {return mAllocation->getType();} in getBaseType() function
72 const Type * getBaseType() const {return mAllocation->getType();} in getBaseType() function
/frameworks/base/api/
D14.txt34038 method public abstract int getBaseType() throws java.sql.SQLException;
D15.txt34193 method public abstract int getBaseType() throws java.sql.SQLException;
D16.txt35475 method public abstract int getBaseType() throws java.sql.SQLException;
D17.txt36339 method public abstract int getBaseType() throws java.sql.SQLException;
Dcurrent.txt36339 method public abstract int getBaseType() throws java.sql.SQLException;