Home | History | Annotate | Download | only in libagl

Lines Matching refs:pixelFormat

1045         int32_t& pixelFormat, int32_t& depthFormat)
1049 pixelFormat = GGL_PIXEL_FORMAT_RGB_565;
1053 pixelFormat = GGL_PIXEL_FORMAT_RGB_565;
1057 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888;
1061 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888;
1065 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888;
1069 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888;
1073 pixelFormat = GGL_PIXEL_FORMAT_A_8;
1077 pixelFormat = GGL_PIXEL_FORMAT_A_8;
1230 int32_t pixelFormat;
1231 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1235 // FIXME: we don't have access to the pixelFormat here just yet.
1238 //if (EGLint(info.format) != pixelFormat)
1279 int32_t pixelFormat;
1280 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1284 if (pixmap->format != pixelFormat)
1318 int32_t pixelFormat;
1319 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1332 new egl_pbuffer_surface_t(dpy, config, depthFormat, w, h, pixelFormat);