Lines Matching defs:pixelFormat
1069 int32_t& pixelFormat, int32_t& depthFormat)
1073 pixelFormat = GGL_PIXEL_FORMAT_RGB_565;
1077 pixelFormat = GGL_PIXEL_FORMAT_RGB_565;
1081 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888;
1085 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888;
1089 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888;
1093 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888;
1097 pixelFormat = GGL_PIXEL_FORMAT_A_8;
1101 pixelFormat = GGL_PIXEL_FORMAT_A_8;
1254 int32_t pixelFormat;
1255 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1259 // FIXME: we don't have access to the pixelFormat here just yet.
1262 //if (EGLint(info.format) != pixelFormat)
1303 int32_t pixelFormat;
1304 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1308 if (pixmap->format != pixelFormat)
1342 int32_t pixelFormat;
1343 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1356 new egl_pbuffer_surface_t(dpy, config, depthFormat, w, h, pixelFormat);