| /bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/board/ |
| A D | vglite_window.c | 113 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 D | vglite_window.h | 32 vg_lite_buffer_t buffers[APP_BUFFER_COUNT]; member
|
| /bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/display/fbdev/ |
| A D | fsl_fbdev.h | 92 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 D | fsl_fbdev.c | 38 (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 D | yc_uart.c | 37 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 D | fsp.ld | 503 …* 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 D | fsp.ld | 462 …* 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 D | fsp.ld | 503 …* 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 D | fsp.ld | 476 …* 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 D | fsp.ld | 536 …* 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 D | fsp.ld | 520 …* 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 D | fsp.ld | 500 …* 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 D | SDL_opengles2_gl2.h | 392 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 D | SDL_opengles2_gl2ext.h | 1812 …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 D | SDL_opengl_glext.h | 826 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 D | fsp.ld | 654 …* 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 D | fsp.ld | 648 …* 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 D | fsp.ld | 654 …* 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 D | fsp.ld | 637 …* 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 D | fsp.ld | 632 …* 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 D | README.md | 59 - 12-bit 1 channel DAC with output buffers (down to 1.8 V)
|