Searched defs:OGLSwToSurfaceTransform (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLBlitLoops.java125 new OGLSwToSurfaceTransform(SurfaceType.IntRgb,
127 new OGLSwToSurfaceTransform(SurfaceType.IntRgbx,
129 new OGLSwToSurfaceTransform(SurfaceType.IntBgr,
131 new OGLSwToSurfaceTransform(SurfaceType.IntBgrx,
133 new OGLSwToSurfaceTransform(SurfaceType.ThreeByteBgr,
135 new OGLSwToSurfaceTransform(SurfaceType.Ushort565Rgb,
137 new OGLSwToSurfaceTransform(SurfaceType.Ushort555Rgb,
139 new OGLSwToSurfaceTransform(SurfaceType.Ushort555Rgbx,
141 new OGLSwToSurfaceTransform(SurfaceType.ByteGray,
143 new OGLSwToSurfaceTransform(SurfaceTyp
603 class OGLSwToSurfaceTransform extends TransformBlit { class in inherits:TransformBlit
607 OGLSwToSurfaceTransform(SurfaceType srcType, int typeval) { method in class:OGLSwToSurfaceTransform
[all...]

Completed in 23 milliseconds