Searched refs:getBaseType (Results 1 – 9 of 9) sorted by relevance
77 public int getBaseType() { in getBaseType() method in FrameFormat161 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()
50 final int baseType = format.getBaseType(); in initWithFormat()
71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) { in getObjectValue()
67 String baseType = getBaseType(); in isVoid()85 public String getBaseType() { in getBaseType() method in CType
40 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()893 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode()919 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode()997 type.getBaseType().toLowerCase() + in emitJniCode()1179 cfunc.getArgType(cIndex).getBaseType() + in emitJniCode()[all …]
156 public String getBaseType() { in getBaseType() method in JType
40 const Type * getBaseType() const {return mAllocation->getType();} in getBaseType() function72 const Type * getBaseType() const {return mAllocation->getType();} in getBaseType() function
48318 method public abstract int getBaseType() throws java.sql.SQLException;
45789 method public abstract int getBaseType() throws java.sql.SQLException;