| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| fbobject.h | 230 _mesa_DeleteFramebuffers(GLsizei n, const GLuint *framebuffers); 233 _mesa_GenFramebuffers(GLsizei n, GLuint *framebuffers); 236 _mesa_CreateFramebuffers(GLsizei n, GLuint *framebuffers);
|
| fbobject.c | 155 _mesa_HashLookup(ctx->Shared->FrameBuffers, id); 175 _mesa_HashInsert(ctx->Shared->FrameBuffers, id, fb, true); 184 _mesa_HashInsert(ctx->Shared->FrameBuffers, id, fb, false); 2039 * non-bound framebuffers. Detaching the image from any 2040 * non-bound framebuffers is the responsibility of the 2576 /* Invalidate the framebuffers the renderbuffer is attached in. */ 2578 _mesa_HashWalk(ctx->Shared->FrameBuffers, invalidate_rb, rb); 3043 return; /* can't render to texture with winsys framebuffers */ 3128 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb, isGenName); 3159 * OK, now bind the new Draw/Read framebuffers, if they're changing [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| fbobject.h | 221 _mesa_DeleteFramebuffers(GLsizei n, const GLuint *framebuffers); 224 _mesa_GenFramebuffers(GLsizei n, GLuint *framebuffers); 227 _mesa_CreateFramebuffers(GLsizei n, GLuint *framebuffers);
|
| fbobject.c | 157 _mesa_HashLookup(ctx->Shared->FrameBuffers, id); 1849 * non-bound framebuffers. Detaching the image from any 1850 * non-bound framebuffers is the responsibility of the 2369 /* Invalidate the framebuffers the renderbuffer is attached in. */ 2371 _mesa_HashWalk(ctx->Shared->FrameBuffers, invalidate_rb, rb); 2774 return; /* can't render to texture with winsys framebuffers */ 2857 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb); 2888 * OK, now bind the new Draw/Read framebuffers, if they're changing. 2950 _mesa_DeleteFramebuffers(GLsizei n, const GLuint *framebuffers) 2963 if (framebuffers[i] > 0) [all...] |
| /xsrc/external/mit/MesaLib/dist/include/GLES/ |
| glext.h | 302 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSOESPROC) (GLsizei n, const GLuint *framebuffers); 303 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSOESPROC) (GLsizei n, GLuint *framebuffers); 318 GL_API void GL_APIENTRY glDeleteFramebuffersOES (GLsizei n, const GLuint *framebuffers); 319 GL_API void GL_APIENTRY glGenFramebuffersOES (GLsizei n, GLuint *framebuffers); 886 typedef void (GL_APIENTRYP PFNGLEXTGETFRAMEBUFFERSQCOMPROC) (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers); 895 GL_API void GL_APIENTRY glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES/ |
| glext.h | 298 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSOESPROC) (GLsizei n, const GLuint *framebuffers); 299 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSOESPROC) (GLsizei n, GLuint *framebuffers); 314 GL_API void GL_APIENTRY glDeleteFramebuffersOES (GLsizei n, const GLuint *framebuffers); 315 GL_API void GL_APIENTRY glGenFramebuffersOES (GLsizei n, GLuint *framebuffers); 861 typedef void (GL_APIENTRYP PFNGLEXTGETFRAMEBUFFERSQCOMPROC) (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers); 870 GL_API void GL_APIENTRY glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers);
|
| /xsrc/external/mit/MesaLib/dist/include/GLES2/ |
| gl2.h | 412 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers); 434 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); 555 GL_APICALL void GL_APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers); 577 GL_APICALL void GL_APIENTRY glGenFramebuffers (GLsizei n, GLuint *framebuffers);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES2/ |
| gl2.h | 412 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers); 434 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); 555 GL_APICALL void GL_APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers); 577 GL_APICALL void GL_APIENTRY glGenFramebuffers (GLsizei n, GLuint *framebuffers);
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| overlay.cpp | 140 VkFramebuffer *framebuffers; member in struct:swapchain_data 941 render_pass_info.framebuffer = data->framebuffers[image_index]; 1459 data->framebuffers = ralloc_array(data, VkFramebuffer, data->n_images); 1483 /* Framebuffers */ 1496 NULL, &data->framebuffers[i])); 1524 device_data->vtable.DestroyFramebuffer(device_data->device, data->framebuffers[i], NULL);
|
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| modetest.c | 2149 fprintf(stderr, "\t-f\tlist framebuffers\n"); 2203 int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0; local 2248 framebuffers = 1; 2327 encoders = connectors = crtcs = planes = framebuffers = 1; 2366 dump_resource(&dev, framebuffers);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| overlay.cpp | 156 VkFramebuffer *framebuffers; member in struct:swapchain_data 1180 render_pass_info.framebuffer = data->framebuffers[image_index]; 1740 data->framebuffers = ralloc_array(data, VkFramebuffer, data->n_images); 1764 /* Framebuffers */ 1777 NULL, &data->framebuffers[i])); 1806 device_data->vtable.DestroyFramebuffer(device_data->device, data->framebuffers[i], NULL);
|
| /xsrc/external/mit/MesaLib/src/mapi/es2api/ |
| glapi_mapi_tmp.h | 74 GLAPI void APIENTRY glDeleteFramebuffers(GLsizei n, const GLuint *framebuffers); 121 GLAPI void APIENTRY glGenFramebuffers(GLsizei n, GLuint *framebuffers); 802 GLAPI void APIENTRY glDeleteFramebuffers(GLsizei n, const GLuint *framebuffers) 806 ((void (APIENTRY *)(GLsizei n, const GLuint *framebuffers)) _func)(n, framebuffers); 1131 GLAPI void APIENTRY glGenFramebuffers(GLsizei n, GLuint *framebuffers) 1135 ((void (APIENTRY *)(GLsizei n, GLuint *framebuffers)) _func)(n, framebuffers);
|
| /xsrc/external/mit/MesaLib/dist/include/GLES3/ |
| gl3.h | 412 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers); 434 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); 555 GL_APICALL void GL_APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers); 577 GL_APICALL void GL_APIENTRY glGenFramebuffers (GLsizei n, GLuint *framebuffers);
|
| gl31.h | 412 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers); 434 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); 555 GL_APICALL void GL_APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers); 577 GL_APICALL void GL_APIENTRY glGenFramebuffers (GLsizei n, GLuint *framebuffers);
|
| gl32.h | 412 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers); 434 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); 555 GL_APICALL void GL_APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers); 577 GL_APICALL void GL_APIENTRY glGenFramebuffers (GLsizei n, GLuint *framebuffers);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES3/ |
| gl3.h | 412 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers); 434 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); 555 GL_APICALL void GL_APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers); 577 GL_APICALL void GL_APIENTRY glGenFramebuffers (GLsizei n, GLuint *framebuffers);
|
| gl31.h | 414 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers); 436 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); 557 GL_APICALL void GL_APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers); 579 GL_APICALL void GL_APIENTRY glGenFramebuffers (GLsizei n, GLuint *framebuffers);
|
| gl32.h | 414 typedef void (GL_APIENTRYP PFNGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers); 436 typedef void (GL_APIENTRYP PFNGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); 557 GL_APICALL void GL_APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers); 579 GL_APICALL void GL_APIENTRY glGenFramebuffers (GLsizei n, GLuint *framebuffers);
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| indirect_dispatch.c | 4648 GLuint *framebuffers = local 4652 if (framebuffers == NULL) 4655 GenFramebuffers(n, framebuffers); 4656 __glXSendReply(cl->client, framebuffers, n, 4, GL_TRUE, 0);
|
| indirect_dispatch_swap.c | 5128 GLuint *framebuffers = local 5132 if (framebuffers == NULL) 5135 GenFramebuffers(n, framebuffers); 5136 (void) bswap_32_array((uint32_t *) framebuffers, n); 5137 __glXSendReplySwap(cl->client, framebuffers, n, 4, GL_TRUE, 0);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| marshal_generated3.c | 2262 /* Next safe_mul(n, 1 * sizeof(GLuint)) bytes are GLuint framebuffers[n] */ 2268 GLuint * framebuffers; local 2270 framebuffers = (GLuint *) variable_data; 2271 CALL_DeleteFramebuffers(ctx->CurrentServerDispatch, (n, framebuffers)); 2275 _mesa_marshal_DeleteFramebuffers(GLsizei n, const GLuint * framebuffers) 2281 if (unlikely(framebuffers_size < 0 || (framebuffers_size > 0 && !framebuffers) || (unsigned)cmd_size > MARSHAL_MAX_CMD_SIZE)) { 2283 CALL_DeleteFramebuffers(ctx->CurrentServerDispatch, (n, framebuffers)); 2289 memcpy(variable_data, framebuffers, framebuffers_size); 2295 _mesa_marshal_GenFramebuffers(GLsizei n, GLuint * framebuffers) 2299 CALL_GenFramebuffers(ctx->CurrentServerDispatch, (n, framebuffers)); [all...] |
| indirect.h | 623 extern _X_HIDDEN void __indirect_glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers); 630 extern _X_HIDDEN void __indirect_glGenFramebuffers(GLsizei n, GLuint * framebuffers);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| indirect.h | 623 extern _X_HIDDEN void __indirect_glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers); 630 extern _X_HIDDEN void __indirect_glGenFramebuffers(GLsizei n, GLuint * framebuffers);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| indirect_dispatch_swap.c | 5912 GLuint * framebuffers = __glXGetAnswerBuffer(cl, n * 4, answerBuffer, sizeof(answerBuffer), 4); local 5915 framebuffers local 5917 (void) bswap_32_array( (uint32_t *) framebuffers, n ); 5918 __glXSendReplySwap(cl->client, framebuffers, n, 4, GL_TRUE, 0);
|
| indirect_dispatch.c | 5752 GLuint * framebuffers = __glXGetAnswerBuffer(cl, n * 4, answerBuffer, sizeof(answerBuffer), 4); local 5755 framebuffers local 5757 __glXSendReply(cl->client, framebuffers, n, 4, GL_TRUE, 0);
|