Lines Matching refs:pixelFormat
1096 int32_t& pixelFormat, int32_t& depthFormat) in getConfigFormatInfo() argument
1100 pixelFormat = GGL_PIXEL_FORMAT_RGB_565; in getConfigFormatInfo()
1104 pixelFormat = GGL_PIXEL_FORMAT_RGB_565; in getConfigFormatInfo()
1108 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888; in getConfigFormatInfo()
1112 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888; in getConfigFormatInfo()
1116 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888; in getConfigFormatInfo()
1120 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888; in getConfigFormatInfo()
1124 pixelFormat = GGL_PIXEL_FORMAT_A_8; in getConfigFormatInfo()
1128 pixelFormat = GGL_PIXEL_FORMAT_A_8; in getConfigFormatInfo()
1281 int32_t pixelFormat; in createWindowSurface() local
1282 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) { in createWindowSurface()
1330 int32_t pixelFormat; in createPixmapSurface() local
1331 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) { in createPixmapSurface()
1335 if (pixmap->format != pixelFormat) in createPixmapSurface()
1369 int32_t pixelFormat; in createPbufferSurface() local
1370 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) { in createPbufferSurface()
1383 new egl_pbuffer_surface_t(dpy, config, depthFormat, w, h, pixelFormat); in createPbufferSurface()