Home
last modified time | relevance | path

Searched defs:ftype (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
DCFunc.java23 CType ftype; field in CFunc
49 public void setType(CType ftype) { in setType()
123 CType ftype = new CType(); in parseCFunc() local
DJFunc.java25 JType ftype; field in JFunc
52 public void setType(JType ftype) { in setType()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s77 ftype RN 0 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s77 ftype RN 0 label
/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py913 def generateFeature(self, fname, ftype, dictionary, genProc): argument