Home
last modified time | relevance | path

Searched defs:baseType (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
DCType.java19 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()
DJniCodeEmitter.java47 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
DJType.java21 String baseType; field in JType
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DMutableFrameFormat.java34 public MutableFrameFormat(int baseType, int target) { in MutableFrameFormat()
38 public void setBaseType(int baseType) { in setBaseType()
DFrameFormat.java67 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()
DSimpleFrame.java50 final int baseType = format.getBaseType(); in initWithFormat() local
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
DPrimitiveFormat.java68 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/
Dspec.l24 VarType *baseType = currType; in checkPointerType() local
/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java394 final String baseType = resolvedType.substring(0, slashpos); in queryIntent() local
/frameworks/base/core/java/android/provider/
DDocumentsProvider.java1017 final String baseType = getType(uri); in openTypedAssetFileImpl() local
/frameworks/rs/api/
DSpecification.cpp118 void getVectorSizeAndBaseType(const string& type, string& vectorSize, string& baseType) { in getVectorSizeAndBaseType()
/frameworks/base/core/java/android/content/
DContentProvider.java1559 String baseType = getType(uri); in openTypedAssetFile() local