Home | History | Annotate | Download | only in libagl

Lines Matching defs:pixelFormat

1122         int32_t& pixelFormat, int32_t& depthFormat)
1126 pixelFormat = GGL_PIXEL_FORMAT_RGB_565;
1130 pixelFormat = GGL_PIXEL_FORMAT_RGB_565;
1134 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888;
1138 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888;
1142 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888;
1146 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888;
1150 pixelFormat = GGL_PIXEL_FORMAT_A_8;
1154 pixelFormat = GGL_PIXEL_FORMAT_A_8;
1158 pixelFormat = GGL_PIXEL_FORMAT_BGRA_8888;
1311 int32_t pixelFormat;
1312 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1316 // FIXME: we don't have access to the pixelFormat here just yet.
1319 //if (EGLint(info.format) != pixelFormat)
1360 int32_t pixelFormat;
1361 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1365 if (pixmap->format != pixelFormat)
1399 int32_t pixelFormat;
1400 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1413 new egl_pbuffer_surface_t(dpy, config, depthFormat, w, h, pixelFormat);