Lines Matching refs:pixelFormat
1069 int32_t& pixelFormat, int32_t& depthFormat) in getConfigFormatInfo() argument
1073 pixelFormat = GGL_PIXEL_FORMAT_RGB_565; in getConfigFormatInfo()
1077 pixelFormat = GGL_PIXEL_FORMAT_RGB_565; in getConfigFormatInfo()
1081 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888; in getConfigFormatInfo()
1085 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888; in getConfigFormatInfo()
1089 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888; in getConfigFormatInfo()
1093 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888; in getConfigFormatInfo()
1097 pixelFormat = GGL_PIXEL_FORMAT_A_8; in getConfigFormatInfo()
1101 pixelFormat = GGL_PIXEL_FORMAT_A_8; in getConfigFormatInfo()
1254 int32_t pixelFormat; in createWindowSurface() local
1255 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) { in createWindowSurface()
1303 int32_t pixelFormat; in createPixmapSurface() local
1304 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) { in createPixmapSurface()
1308 if (pixmap->format != pixelFormat) in createPixmapSurface()
1342 int32_t pixelFormat; in createPbufferSurface() local
1343 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) { in createPbufferSurface()
1356 new egl_pbuffer_surface_t(dpy, config, depthFormat, w, h, pixelFormat); in createPbufferSurface()