| /sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
| triangleCM.cpp | 352 int size_of; local 359 size_of = sizeof(GLfixed); 364 size_of = sizeof(GLbyte); 369 size_of = sizeof(float); 389 glVertexPointer(3,type, size_of * 10, arr); 391 glVertexPointer(3,type, size_of * 10, 0); 398 glColorPointer(4, colorType, size_of * 10, data); 400 glColorPointer(4,colorType,size_of * 10, (GLvoid*) (size_of * 3) ); 406 glTexCoordPointer(2, type, size_of * 10,data) [all...] |
| /external/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 795 (** [size_of ty] returns the sizeof constant for the type [ty]. This is 799 val size_of : lltype -> llvalue var [all...] |
| llvm.ml | 422 external size_of : lltype -> llvalue = "LLVMSizeOf" [all...] |
| /external/llvm/test/Bindings/Ocaml/ |
| vmcore.ml | 314 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m); [all...] |