Home
last modified time | relevance | path

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

12

/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/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/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/generic/goldfish-opengl/system/egl/
DClientAPIExts.in135 (GLuint framebuffer),
136 (framebuffer))
139 (GLenum target, GLuint framebuffer),
140 (target, framebuffer))
/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/generic/goldfish-opengl/system/renderControl_enc/
DREADME52 queries the host for framebuffer parameter, see renderControl_types.h
77 rcSetWindowColorBuffer or to be displayed on the framebuffer window
104 displayed on the host framebuffer window. The function returns
108 Sets the swap interval for the host framebuffer window.
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.h164 static void s_glBindFramebufferOES(void* self, GLenum target, GLuint framebuffer);
DGLEncoder.cpp974 GLenum target, GLuint framebuffer) { in s_glBindFramebufferOES() argument
981 state->bindFramebuffer(target, framebuffer); in s_glBindFramebufferOES()
983 ctx->m_glBindFramebufferOES_enc(self, target, framebuffer); in s_glBindFramebufferOES()
Dgl_entry.cpp230 GLboolean glIsFramebufferOES(GLuint framebuffer);
231 void glBindFramebufferOES(GLenum target, GLuint framebuffer);
1647 GLboolean glIsFramebufferOES(GLuint framebuffer) in glIsFramebufferOES() argument
1650 return ctx->glIsFramebufferOES(ctx, framebuffer); in glIsFramebufferOES()
1653 void glBindFramebufferOES(GLenum target, GLuint framebuffer) in glBindFramebufferOES() argument
1656 ctx->glBindFramebufferOES(ctx, target, framebuffer); in glBindFramebufferOES()
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h758 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
759 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
774 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFEROESPROC) (GLuint framebuffer);
775 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFEROESPROC) (GLenum target, GLuint framebuffer);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp1071 GLboolean glIsFramebufferOES(GLuint framebuffer) in glIsFramebufferOES() argument
1073 return getDispatch()->glIsFramebufferOES(framebuffer); in glIsFramebufferOES()
1076 void glBindFramebufferOES(GLenum target, GLuint framebuffer) in glBindFramebufferOES() argument
1078 getDispatch()->glBindFramebufferOES(target, framebuffer); in glBindFramebufferOES()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h381 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
460 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md87 primary framebuffer surfaces), Gralloc (EGL window surfaces or images), or used

12