Home
last modified time | relevance | path

Searched refs:pixelFormat (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/opengl/system/egl/
Degl.cpp339 EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat);
374 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat) in init() argument
386 pixelFormat); in init()
399 GLenum pixelFormat) in create() argument
403 if (pb && !pb->init(pixelFormat)) { in create()
688 GLenum pixelFormat; in eglCreatePbufferSurface() local
689 if (s_display.getConfigGLPixelFormat(config, &pixelFormat) == EGL_FALSE) in eglCreatePbufferSurface()
693 EGL_PBUFFER_BIT, w, h, pixelFormat); in eglCreatePbufferSurface()
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQualcommUsbCamera.cpp101 int pixelFormat);
1289 int pixelFormat) in initUsbCamera() argument
1355 v4l2format.fmt.pix.pixelformat = pixelFormat; in initUsbCamera()