/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/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/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/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 135 (GLuint framebuffer), 136 (framebuffer)) 139 (GLenum target, GLuint framebuffer), 140 (target, framebuffer))
|
/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/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 52 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/ |
D | GLEncoder.h | 164 static void s_glBindFramebufferOES(void* self, GLenum target, GLuint framebuffer);
|
D | GLEncoder.cpp | 974 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()
|
D | gl_entry.cpp | 230 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/ |
D | glext.h | 758 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/ |
D | gles.cpp | 1071 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/ |
D | gl2.h | 381 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/ |
D | README.md | 87 primary framebuffer surfaces), Gralloc (EGL window surfaces or images), or used
|