Searched defs:pgm (Results 1 – 4 of 4) sorted by relevance
82 private byte[] pgm; field in PlasmaView
140 public QuakeLib(byte[] pgm, int pgmLength) { in QuakeLib()144 private native boolean compile_bc(byte[] pgm, int pgmLength); in compile_bc()
220 byte[] pgm; field in QuakeView
32 public static native boolean init(byte[] pgm, int pgmLength); in init()