Searched defs:baseType (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | CType.java | 19 String baseType; field in CType 26 public CType(String baseType) { in CType() 30 public CType(String baseType, boolean isConst, boolean isPointer) { in CType() 67 String baseType = getBaseType(); in isVoid() local 81 public void setBaseType(String baseType) { in setBaseType()
|
D | JniCodeEmitter.java | 47 String baseType = jType.getBaseType(); in getJniName() local 758 String baseType = jType.getBaseType(); in getJniType() local 943 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local 969 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local 1543 String baseType = cfunc.getArgType(cIndex).getBaseType().toLowerCase(); in emitJniCode() local 1585 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local
|
D | JType.java | 21 String baseType; field in JType
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | MutableFrameFormat.java | 34 public MutableFrameFormat(int baseType, int target) { in MutableFrameFormat() 38 public void setBaseType(int baseType) { in setBaseType()
|
D | FrameFormat.java | 67 public FrameFormat(int baseType, int target) { in FrameFormat() 309 public static int bytesPerSampleOf(int baseType) { in bytesPerSampleOf() 343 public static String baseTypeToString(int baseType) { in baseTypeToString()
|
D | SimpleFrame.java | 50 final int baseType = format.getBaseType(); in initWithFormat() local
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/ |
D | PrimitiveFormat.java | 68 private static MutableFrameFormat createFormat(int baseType, int count, int target) { in createFormat() 74 private static MutableFrameFormat createFormat(int baseType, int target) { in createFormat()
|
/frameworks/rs/ |
D | spec.l | 24 VarType *baseType = currType; in checkPointerType() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | IntentResolver.java | 394 final String baseType = resolvedType.substring(0, slashpos); in queryIntent() local
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsProvider.java | 1017 final String baseType = getType(uri); in openTypedAssetFileImpl() local
|
/frameworks/rs/api/ |
D | Specification.cpp | 118 void getVectorSizeAndBaseType(const string& type, string& vectorSize, string& baseType) { in getVectorSizeAndBaseType()
|
/frameworks/base/core/java/android/content/ |
D | ContentProvider.java | 1559 String baseType = getType(uri); in openTypedAssetFile() local
|