Home
last modified time | relevance | path

Searched refs:buffers (Results 1 – 21 of 21) sorted by relevance

/bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/board/
A Dvglite_window.c113 vg_buffer = &(window->buffers[i]); in VGLITE_CreateWindow()
114 g_fbInfo->buffers[i] = (void *)s_frameBufferAddress[i]; in VGLITE_CreateWindow()
115 vg_buffer->memory = g_fbInfo->buffers[i]; in VGLITE_CreateWindow()
159 rt = &(window->buffers[i]); in VGLITE_GetRenderTarget()
173 rt = &(window->buffers[window->current]); in VGLITE_SwapBuffers()
A Dvglite_window.h32 vg_lite_buffer_t buffers[APP_BUFFER_COUNT]; member
/bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/display/fbdev/
A Dfsl_fbdev.h92 void *buffers[FBDEV_MAX_FRAME_BUFFER]; /*!< Address of the frame buffers */ member
101 …void *buffers[FBDEV_MAX_FRAME_BUFFER]; /*!< Memory used by @ref fbManager, to save the free frame … member
A Dfsl_fbdev.c38 (void)VIDEO_STACK_Init(&fbdev->fbManager, fbdev->buffers, FBDEV_MAX_FRAME_BUFFER); in FBDEV_Open()
188 (void)VIDEO_STACK_Push(&fbdev->fbManager, info->buffers[i]); in FBDEV_SetFrameBufferInfo()
/bsp/yichip/yc3122-pos/Libraries/sdk/
A Dyc_uart.c37 uint8_t *buffers[] = {uart0_DMA_buf, uart1_DMA_buf, uart2_DMA_buf, uart3_DMA_buf}; in UART_Buffer_Select() local
43 return buffers[i]; in UART_Buffer_Select()
/bsp/renesas/ra6m4-cpk/script/
A Dfsp.ld503 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
508 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
512 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/renesas/ra4m2-eco/script/
A Dfsp.ld462 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
467 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
471 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/renesas/ra2l1-cpk/script/
A Dfsp.ld503 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
508 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
512 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/renesas/ra6m4-iot/script/
A Dfsp.ld476 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
481 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
485 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/renesas/ra6m3-hmi-board/script/
A Dfsp.ld536 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
541 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
545 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/renesas/ra6m3-ek/script/
A Dfsp.ld520 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
525 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
529 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/renesas/ebf_qi_min_6m5/script/
A Dfsp.ld500 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
505 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
509 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/simulator/SDL2/include/
A DSDL_opengles2_gl2.h392 typedef void (GL_APIENTRYP PFNGLDELETEBUFFERSPROC) (GLsizei n, const GLuint *buffers);
413 typedef void (GL_APIENTRYP PFNGLGENBUFFERSPROC) (GLsizei n, GLuint *buffers);
535 GL_APICALL void GL_APIENTRY glDeleteBuffers (GLsizei n, const GLuint *buffers);
556 GL_APICALL void GL_APIENTRY glGenBuffers (GLsizei n, GLuint *buffers);
A DSDL_opengles2_gl2ext.h1812 …PHOREEXTPROC) (GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextur…
1813 …PHOREEXTPROC) (GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextur…
1820 …tSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextur…
1821 …lSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextur…
3850 typedef void (GL_APIENTRYP PFNGLEXTGETBUFFERSQCOMPROC) (GLuint *buffers, GLint maxBuffers, GLint *n…
3859 GL_APICALL void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffe…
A DSDL_opengl_glext.h826 typedef void (APIENTRYP PFNGLDELETEBUFFERSPROC) (GLsizei n, const GLuint *buffers);
827 typedef void (APIENTRYP PFNGLGENBUFFERSPROC) (GLsizei n, GLuint *buffers);
846 GLAPI void APIENTRY glDeleteBuffers (GLsizei n, const GLuint *buffers);
847 GLAPI void APIENTRY glGenBuffers (GLsizei n, GLuint *buffers);
2849 …oid APIENTRY glBindBuffersBase (GLenum target, GLuint first, GLsizei count, const GLuint *buffers);
2901 typedef void (APIENTRYP PFNGLCREATEBUFFERSPROC) (GLsizei n, GLuint *buffers);
3024 GLAPI void APIENTRY glCreateBuffers (GLsizei n, GLuint *buffers);
5029 typedef void (APIENTRYP PFNGLDELETEBUFFERSARBPROC) (GLsizei n, const GLuint *buffers);
5030 typedef void (APIENTRYP PFNGLGENBUFFERSARBPROC) (GLsizei n, GLuint *buffers);
5041 GLAPI void APIENTRY glDeleteBuffersARB (GLsizei n, const GLuint *buffers);
[all …]
/bsp/renesas/ra8d1-ek/script/
A Dfsp.ld654 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
659 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
663 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/renesas/ra8m1-ek/script/
A Dfsp.ld648 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
653 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
657 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/renesas/ra8d1-vision-board/script/
A Dfsp.ld654 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
659 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
663 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/renesas/ra4e2-eco/script/
A Dfsp.ld637 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
642 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
646 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/renesas/ra6e2-fpb/script/
A Dfsp.ld632 …* RAM_NS_BUFFER_BLOCK_LENGTH is used to allocate non-secure buffers in a flat project. If it is not
637 …/* Non-secure buffers must be in non-secure RAM. This is primarily used for the EDMAC in flat proj…
641 /* Allocate RAM on a 32-byte boundary to help with placement of Ethernet buffers. */
/bsp/stm32/stm32l053-st-nucleo/
A DREADME.md59 - 12-bit 1 channel DAC with output buffers (down to 1.8 V)

Completed in 144 milliseconds