Searched refs:ftype (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java23 CType ftype; field in class:CFunc
49 public void setType(CType ftype) { argument
50 this.ftype = ftype;
54 return ftype;
108 String s = "Function " + fname + " returns " + ftype + ": ";
123 CType ftype = new CType();
126 ftype.setIsConst(true);
129 ftype.setBaseType(ftypeName);
133 ftype
[all...]
H A DJFunc.java25 JType ftype; field in class:JFunc
52 public void setType(JType ftype) { argument
53 this.ftype = ftype;
57 return ftype;
159 String s = "Function " + fname + " returns " + ftype + ": ";
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s77 ftype RN 0 label
157 MOVNE ftype,#0
210 MOVEQ ftype,#1
214 MOVEQ ftype,#3
215 MOVNE ftype,#2
225 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
253 CMP ftype,#1
256 ;// ftype==1; Escape mode =1
267 ;// ftype
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s77 ftype RN 0 label
157 MOVNE ftype,#0
210 MOVEQ ftype,#1
214 MOVEQ ftype,#3
215 MOVNE ftype,#2
225 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
253 CMP ftype,#1
256 ;// ftype==1; Escape mode =1
267 ;// ftype
[all...]
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py910 # ftype - type of feature, 'type' | 'enum' | 'command'
913 def generateFeature(self, fname, ftype, dictionary, genProc):
923 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(not required)')
926 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(already declared)')
934 if (ftype == 'type'):
941 elif (ftype == 'command'):
951 self.gen.logMsg('diag', '*** Emitting', ftype, 'decl for', fname)
954 self.gen.logMsg('diag', '*** Skipping', ftype, fname,

Completed in 95 milliseconds