/device/linaro/hikey/gralloc/ |
D | framebuffer_device.cpp | 97 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 …]
|
D | alloc_device.cpp | 120 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()
|
D | gralloc_priv.h | 108 private_handle_t *framebuffer; member
|
D | gralloc_module.cpp | 541 framebuffer = NULL; in private_module_t()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | framebuffer_device.cpp | 109 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 …]
|
D | gralloc_vsync_s3cfb.cpp | 33 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()
|
D | gralloc_vsync_default.cpp | 66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
|
D | mali_gralloc_module.h | 70 struct private_handle_t *framebuffer; member
|
D | mali_gralloc_module.cpp | 172 framebuffer = NULL; in private_module_t()
|
/device/linaro/hikey/gralloc960/ |
D | framebuffer_device.cpp | 109 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 …]
|
D | gralloc_vsync_s3cfb.cpp | 33 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()
|
D | gralloc_vsync_default.cpp | 66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
|
D | mali_gralloc_module.h | 70 struct private_handle_t *framebuffer; member
|
D | mali_gralloc_module.cpp | 174 framebuffer = NULL; in private_module_t()
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | DrmClient.cpp | 256 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/ |
D | gles1_extensions.entries | 27 GLboolean glIsFramebufferOES(GLuint framebuffer); 28 void glBindFramebufferOES(GLenum target, GLuint framebuffer);
|
D | gles2_core.entries | 9 void glBindFramebuffer(GLenum target, GLuint framebuffer); 88 GLboolean glIsFramebuffer(GLuint framebuffer);
|
/device/google/zumapro-sepolicy/tracking_denials/ |
D | file_contexts | 31 /dev/dma_heap/framebuffer-secure u:object_r:framebuffer_…
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 87 primary framebuffer surfaces), Gralloc (EGL window surfaces or images), or used
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 230 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer) 231 GL_ENTRY(void, glBindFramebufferOES, GLenum target, GLuint framebuffer)
|
/device/google/zuma/conf/ |
D | ueventd.zuma.rc | 229 /dev/dma_heap/framebuffer-secure 0444 system drmrpc
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 5 GL_ENTRY(void, glBindFramebuffer, GLenum target, GLuint framebuffer) 84 GL_ENTRY(GLboolean, glIsFramebuffer, GLuint framebuffer) 552 # New framebuffer parameters
|
/device/google/zuma-sepolicy/vendor/ |
D | file_contexts | 206 /dev/dma_heap/framebuffer-secure u:object_r:framebuffer_…
|