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

/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLBlitLoops.java56 new OGLSwToTextureBlit(SurfaceType.IntArgbPre,
155 new OGLSwToTextureBlit(SurfaceType.IntRgb,
157 new OGLSwToTextureBlit(SurfaceType.IntRgbx,
159 new OGLSwToTextureBlit(SurfaceType.IntBgr,
161 new OGLSwToTextureBlit(SurfaceType.IntBgrx,
163 new OGLSwToTextureBlit(SurfaceType.ThreeByteBgr,
165 new OGLSwToTextureBlit(SurfaceType.Ushort565Rgb,
167 new OGLSwToTextureBlit(SurfaceType.Ushort555Rgb,
169 new OGLSwToTextureBlit(SurfaceType.Ushort555Rgbx,
171 new OGLSwToTextureBlit(SurfaceTyp
627 class OGLSwToTextureBlit extends Blit { class in inherits:Blit
631 OGLSwToTextureBlit(SurfaceType srcType, int typeval) { method in class:OGLSwToTextureBlit
[all...]

Completed in 37 milliseconds