| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/ |
| H A D | test-render.cpp | 73 auto ret = OSMesaMakeCurrent(ctx.get(), &pixels, p.type, w, h); 174 auto ret = OSMesaMakeCurrent(ctx.get(), &pixels, GL_UNSIGNED_SHORT_5_6_5, w, h); 226 auto ret = OSMesaMakeCurrent(ctx.get(), &pixel, GL_UNSIGNED_BYTE, 1, 1); 257 ASSERT_EQ(OSMesaMakeCurrent(ctx1.get(), &pixel1, GL_UNSIGNED_BYTE, 1, 1), GL_TRUE); 263 ASSERT_EQ(OSMesaMakeCurrent(ctx2.get(), &pixel2, GL_UNSIGNED_BYTE, 1, 1), GL_TRUE); 275 ASSERT_EQ(OSMesaMakeCurrent(ctx1.get(), &pixel1, GL_UNSIGNED_BYTE, 1, 1), GL_TRUE); 297 ASSERT_EQ(OSMesaMakeCurrent(ctx.get(), draw1, GL_UNSIGNED_BYTE, 1, 1), GL_TRUE); 303 ASSERT_EQ(OSMesaMakeCurrent(ctx.get(), draw2, GL_UNSIGNED_BYTE, 2, 2), GL_TRUE);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | osmesa.h | 36 * OSMesaMakeCurrent - bind an OSMesaContext to a client's image buffer 209 OSMesaMakeCurrent( OSMesaContext ctx, void *buffer, GLenum type,
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | osmesa.h | 36 * OSMesaMakeCurrent - bind an OSMesaContext to a client's image buffer 209 OSMesaMakeCurrent( OSMesaContext ctx, void *buffer, GLenum type,
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | osmesa.rst | 10 renderings: OSMesaCreateContext(), OSMesaMakeCurrent(), and
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.8.3.rst | 59 - osmesa: a fix for calling ``OSMesaMakeCurrent`` twice was applied
|
| H A D | 10.1.1.rst | 42 OSMesa Gallium OSMesaMakeCurrent
|
| H A D | 7.10.rst | 406 - osmesa: fix renderbuffer memleak in OSMesaMakeCurrent()
|
| /xsrc/external/mit/mesa-demos/dist/src/osdemos/ |
| H A D | osdemo.c | 287 if (!OSMesaMakeCurrent( ctx, buffer, GL_UNSIGNED_BYTE, Width, Height )) { 288 printf("OSMesaMakeCurrent failed!\n");
|
| H A D | osdemo16.c | 264 if (!OSMesaMakeCurrent( ctx, buffer, GL_UNSIGNED_SHORT, WIDTH, HEIGHT )) { 265 printf("OSMesaMakeCurrent failed!\n");
|
| H A D | osdemo32.c | 274 if (!OSMesaMakeCurrent( ctx, buffer, GL_FLOAT, WIDTH, HEIGHT )) { 275 printf("OSMesaMakeCurrent failed!\n");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/osmesa/ |
| H A D | osmesa.c | 119 * We can re-use an osmesa_buffer from one OSMesaMakeCurrent() call to 122 * because some apps call OSMesaMakeCurrent() several times during rendering 756 OSMesaMakeCurrent(OSMesaContext osmesa, void *buffer, GLenum type, function in typeref:typename:GLAPI GLboolean GLAPIENTRY 773 fprintf(stderr, "OSMesaMakeCurrent(unsupported format/type)\n"); 987 { "OSMesaMakeCurrent", (OSMESAproc) OSMesaMakeCurrent }, 1041 debug_warning("Calling OSMesaPostprocess() after OSMesaMakeCurrent()\n");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/osmesa/ |
| H A D | osmesa.c | 759 OSMesaMakeCurrent(OSMesaContext osmesa, void *buffer, GLenum type, function in typeref:typename:GLAPI GLboolean GLAPIENTRY 776 fprintf(stderr, "OSMesaMakeCurrent(unsupported format/type)\n"); 995 { "OSMesaMakeCurrent", (OSMESAproc) OSMesaMakeCurrent }, 1049 debug_warning("Calling OSMesaPostprocess() after OSMesaMakeCurrent()\n");
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/ |
| H A D | osmesa.c | 863 * buffer later in OSMesaMakeCurrent(). 994 OSMesaMakeCurrent( OSMesaContext osmesa, void *buffer, GLenum type, function in typeref:typename:GLAPI GLboolean GLAPIENTRY 1232 { "OSMesaMakeCurrent", (OSMESAproc) OSMesaMakeCurrent },
|