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

/openjdk7/jdk/test/sun/java2d/pipe/hw/RSLAPITest/
H A DRSLAPITest.java145 private static void printAGC(AccelGraphicsConfig agc) { argument
146 System.out.println("Accelerated Graphics Config: " + agc);
149 agc.getContextCapabilities().getCaps());
150 System.out.println(agc.getContextCapabilities());
159 AccelGraphicsConfig agc = (AccelGraphicsConfig) gc;
160 printAGC(agc);
162 testContext(agc);
182 testVICreation(agc, CAPS_RT_TEXTURE_ALPHA, TRANSLUCENT, RT_TEXTURE);
183 testVICreation(agc, CAPS_RT_TEXTURE_OPAQUE, OPAQUE, RT_TEXTURE);
184 testVICreation(agc, CAPS_RT_PLAIN_ALPH
190 testVICreation(AccelGraphicsConfig agc, int cap, int transparency, int type) argument
251 testContext(final AccelGraphicsConfig agc) argument
277 testForNPEDuringCreation(AccelGraphicsConfig agc) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingMainMixer.java76 private final SoftAudioProcessor agc; field in class:SoftMixingMainMixer
103 agc.processControlLogic();
112 agc.processAudio();
133 agc = new SoftLimiter();
139 agc.init(samplerate, controlrate);
143 agc.setMixMode(false);
156 agc.setInput(0, buffers[CHANNEL_LEFT]);
158 agc.setInput(1, buffers[CHANNEL_RIGHT]);
159 agc.setOutput(0, buffers[CHANNEL_LEFT]);
161 agc
[all...]
H A DSoftMainMixer.java84 private SoftAudioProcessor agc; field in class:SoftMainMixer
520 agc.processControlLogic();
757 agc.processAudio();
828 agc = new SoftLimiter();
834 agc.init(samplerate, controlrate);
840 agc.setMixMode(false);
853 agc.setInput(0, buffers[CHANNEL_LEFT]);
855 agc.setInput(1, buffers[CHANNEL_RIGHT]);
856 agc.setOutput(0, buffers[CHANNEL_LEFT]);
858 agc
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DTranslucentWindowPainter.java81 AccelGraphicsConfig agc = (AccelGraphicsConfig)gc;
84 if ((agc.getContextCapabilities().getCaps() & CAPS_PS30) != 0 ||
265 AccelGraphicsConfig agc = ((AccelGraphicsConfig)gc);
266 viBB = agc.createCompatibleVolatileImage(w, h,
/openjdk7/jdk/src/share/classes/sun/font/
H A DStrikeCache.java287 AccelGraphicsConfig agc = (AccelGraphicsConfig)gc;
288 BufferedContext bc = agc.getContext();

Completed in 34 milliseconds