Home | History | Annotate | Download | only in egl

Lines Matching defs:pixelFormat

576             EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat);
639 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat)
650 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(), pixelFormat);
663 GLenum pixelFormat)
667 if (pb && !pb->init(pixelFormat)) {
1070 GLenum pixelFormat;
1071 if (s_display.getConfigGLPixelFormat(config, &pixelFormat) == EGL_FALSE)
1075 pixelFormat);