Searched refs:pixelFormat (Results 1 - 13 of 13) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDisplay.java26 private int pixelFormat = PixelFormat.RGBA_4444; field in class:ShadowDisplay
66 return pixelFormat;
129 public void setPixelFormat(int pixelFormat) { argument
130 this.pixelFormat = pixelFormat;
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DDDSLoader.java110 private Format pixelFormat; field in class:DDSLoader
135 return new Image(pixelFormat, width, height, depth, data, sizes);
147 return new Image(pixelFormat, width, height, depth, data, sizes);
156 pixelFormat = Format.LATC;
196 pixelFormat = null;
266 pixelFormat = Image.Format.DXT1A;
268 pixelFormat = Image.Format.DXT1;
273 pixelFormat = Image.Format.DXT3;
277 pixelFormat = Image.Format.DXT5;
284 pixelFormat
[all...]
H A DHDRLoader.java292 Format pixelFormat;
294 pixelFormat = Format.RGBA8;
296 pixelFormat = Format.RGB16F;
299 dataStore = BufferUtils.createByteBuffer(width * height * pixelFormat.getBitsPerPixel());
301 int bytesPerPixel = pixelFormat.getBitsPerPixel() / 8;
312 return new Image(pixelFormat, width, height, dataStore);
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglDisplay.java51 private PixelFormat pixelFormat; field in class:LwjglDisplay
98 if (created.get() && (pixelFormat.getBitsPerPixel() != pf.getBitsPerPixel()
99 ||pixelFormat.getDepthBits() != pf.getDepthBits()
100 ||pixelFormat.getStencilBits() != pf.getStencilBits()
101 ||pixelFormat.getSamples() != pf.getSamples())){
106 pixelFormat = pf;
135 Display.create(pixelFormat, attr);
137 Display.create(pixelFormat);
141 if (pixelFormatChanged && pixelFormat.getSamples() > 1
H A DLwjglOffscreenBuffer.java55 private PixelFormat pixelFormat; field in class:LwjglOffscreenBuffer
67 pixelFormat = new PixelFormat(settings.getBitsPerPixel(),
82 pbuffer = new Pbuffer(width, height, pixelFormat, null, null, createContextAttribs());
116 pbuffer = new Pbuffer(width, height, pixelFormat, null);
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DAndroidConfigChooser.java24 protected int pixelFormat; field in class:AndroidConfigChooser
96 pixelFormat = getPixelFormat(choosenConfig, display, egl);
102 pixelFormat = PixelFormat.UNKNOWN;
191 return pixelFormat;
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp345 int pixelFormat = GetPixelFormat(dc); local
347 DescribePixelFormat(dc, pixelFormat, sizeof(pfd), &pfd);
355 pixelFormat,
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp345 int pixelFormat = GetPixelFormat(dc); local
347 DescribePixelFormat(dc, pixelFormat, sizeof(pfd), &pfd);
355 pixelFormat,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A DxmesaP.h343 GLuint pixelFormat );
H A Dxm_api.c647 GLuint pixelFormat)
650 switch (pixelFormat) {
645 xmesa_color_to_pixel(struct gl_context *ctx, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLuint pixelFormat) argument
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h343 GLuint pixelFormat );
H A Dxm_api.c647 GLuint pixelFormat)
650 switch (pixelFormat) {
645 xmesa_color_to_pixel(struct gl_context *ctx, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLuint pixelFormat) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 452 milliseconds