Home
last modified time | relevance | path

Searched refs:setBaseType (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
DCType.java27 setBaseType(baseType); in CType()
31 setBaseType(baseType); in CType()
81 public void setBaseType(String baseType) { in setBaseType() method in CType
DCFunc.java129 ftype.setBaseType(ftypeName); in parseCFunc()
162 argType.setBaseType(argTypeName); in parseCFunc()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DMutableFrameFormat.java38 public void setBaseType(int baseType) { in setBaseType() method in MutableFrameFormat
DFrameFormat.java161 result.setBaseType(getBaseType()); in mutableCopy()