Home
last modified time | relevance | path

Searched refs:framebuffer (Results 1 – 23 of 23) sorted by relevance

/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp97 if (ioctl(m->framebuffer->fd, FBIOPAN_DISPLAY, &m->info) == -1) in fb_post()
99 AERR("FBIOPAN_DISPLAY failed for fd: %d", m->framebuffer->fd); in fb_post()
109 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in fb_post()
121 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in fb_post()
123 AERR("FBIO_WAITFORVSYNC failed for fd: %d", m->framebuffer->fd); in fb_post()
136 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in fb_post()
138 AERR("S3CFB_SET_VSYNC_INT disable failed for fd: %d", m->framebuffer->fd); in fb_post()
149 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) in fb_post()
151 AERR("FBIOPUT_VSCREENINFO failed for fd: %d", m->framebuffer->fd); in fb_post()
171 m->base.lock(&m->base, m->framebuffer, GRALLOC_USAGE_SW_WRITE_RARELY, in fb_post()
[all …]
Dalloc_device.cpp120 res = ioctl(m->framebuffer->fd, FBIOGET_DMABUF, &fb_dma_buf); in fb_get_framebuffer_dmabuf()
372 if (m->framebuffer == NULL) in gralloc_alloc_framebuffer_locked()
404 void *vaddr = m->framebuffer->base; in gralloc_alloc_framebuffer_locked()
420 …0, m->framebuffer->fd, (uintptr_t)vaddr - (uintptr_t) m->framebuffer->base, m->framebuffer->fb_pad… in gralloc_alloc_framebuffer_locked()
423 hnd->ump_id = m->framebuffer->ump_id; in gralloc_alloc_framebuffer_locked()
Dgralloc_priv.h108 private_handle_t *framebuffer; member
Dgralloc_module.cpp541 framebuffer = NULL; in private_module_t()
/device/amlogic/yukawa/hal/gralloc/
Dframebuffer_device.cpp109 if (ioctl(m->framebuffer->fd, FBIOPAN_DISPLAY, &m->info) == -1) in fb_post()
111 AERR("FBIOPAN_DISPLAY failed for fd: %d", m->framebuffer->fd); in fb_post()
118 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) in fb_post()
120 AERR("FBIOPUT_VSCREENINFO failed for fd: %d", m->framebuffer->fd); in fb_post()
129 AERR("Gralloc wait for vsync failed for fd: %d", m->framebuffer->fd); in fb_post()
141 mali_gralloc_lock(m, m->framebuffer, GRALLOC_USAGE_SW_WRITE_RARELY, -1, -1, -1, -1, &fb_vaddr); in fb_post()
168 mali_gralloc_unlock(m, m->framebuffer); in fb_post()
176 if (module->framebuffer) in init_frame_buffer_locked()
373 module->framebuffer = new private_handle_t(private_handle_t::PRIV_FLAGS_FRAMEBUFFER, fbSize, vaddr, in init_frame_buffer_locked()
406 res = ioctl(m->framebuffer->fd, FBIOGET_DMABUF, &fb_dma_buf); in fb_alloc_framebuffer_dmabuf()
[all …]
Dgralloc_vsync_s3cfb.cpp33 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in gralloc_vsync_enable()
46 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in gralloc_vsync_disable()
63 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
Dgralloc_vsync_default.cpp66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
Dmali_gralloc_module.h70 struct private_handle_t *framebuffer; member
Dmali_gralloc_module.cpp172 framebuffer = NULL; in private_module_t()
/device/linaro/hikey/gralloc960/
Dframebuffer_device.cpp109 if (ioctl(m->framebuffer->fd, FBIOPAN_DISPLAY, &m->info) == -1) in fb_post()
111 AERR("FBIOPAN_DISPLAY failed for fd: %d", m->framebuffer->fd); in fb_post()
118 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) in fb_post()
120 AERR("FBIOPUT_VSCREENINFO failed for fd: %d", m->framebuffer->fd); in fb_post()
129 AERR("Gralloc wait for vsync failed for fd: %d", m->framebuffer->fd); in fb_post()
141 mali_gralloc_lock(m, m->framebuffer, GRALLOC_USAGE_SW_WRITE_RARELY, -1, -1, -1, -1, &fb_vaddr); in fb_post()
168 mali_gralloc_unlock(m, m->framebuffer); in fb_post()
176 if (module->framebuffer) in init_frame_buffer_locked()
373 module->framebuffer = new private_handle_t(private_handle_t::PRIV_FLAGS_FRAMEBUFFER, fbSize, vaddr, in init_frame_buffer_locked()
406 res = ioctl(m->framebuffer->fd, FBIOGET_DMABUF, &fb_dma_buf); in fb_alloc_framebuffer_dmabuf()
[all …]
Dgralloc_vsync_s3cfb.cpp33 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in gralloc_vsync_enable()
46 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in gralloc_vsync_disable()
63 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
Dgralloc_vsync_default.cpp66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
Dmali_gralloc_module.h70 struct private_handle_t *framebuffer; member
Dmali_gralloc_module.cpp174 framebuffer = NULL; in private_module_t()
/device/generic/goldfish-opengl/system/hwc3/
DDrmClient.cpp256 uint32_t framebuffer = 0; in create() local
259 &framebuffer, 0); in create()
264 DEBUG_LOG("%s: created framebuffer:%" PRIu32, __FUNCTION__, framebuffer); in create()
265 buffer->mDrmFramebuffer = framebuffer; in create()
272 uint32_t framebuffer = *buffer->mDrmFramebuffer; in destroyDrmFramebuffer() local
273 if (drmModeRmFB(mFd.get(), framebuffer)) { in destroyDrmFramebuffer()
277 DEBUG_LOG("%s: destroyed framebuffer:%" PRIu32, __FUNCTION__, framebuffer); in destroyDrmFramebuffer()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_extensions.entries27 GLboolean glIsFramebufferOES(GLuint framebuffer);
28 void glBindFramebufferOES(GLenum target, GLuint framebuffer);
Dgles2_core.entries9 void glBindFramebuffer(GLenum target, GLuint framebuffer);
88 GLboolean glIsFramebuffer(GLuint framebuffer);
/device/google/zumapro-sepolicy/tracking_denials/
Dfile_contexts31 /dev/dma_heap/framebuffer-secure u:object_r:framebuffer_…
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md87 primary framebuffer surfaces), Gralloc (EGL window surfaces or images), or used
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in230 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer)
231 GL_ENTRY(void, glBindFramebufferOES, GLenum target, GLuint framebuffer)
/device/google/zuma/conf/
Dueventd.zuma.rc229 /dev/dma_heap/framebuffer-secure 0444 system drmrpc
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in5 GL_ENTRY(void, glBindFramebuffer, GLenum target, GLuint framebuffer)
84 GL_ENTRY(GLboolean, glIsFramebuffer, GLuint framebuffer)
552 # New framebuffer parameters
/device/google/zuma-sepolicy/vendor/
Dfile_contexts206 /dev/dma_heap/framebuffer-secure u:object_r:framebuffer_…