Searched refs:OSMesaContext (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/include/GL/ |
H A D | osmesa.h | 36 * OSMesaMakeCurrent - bind an OSMesaContext to a client's image buffer 38 * OSMesaDestroyContext - destroy an OSMesaContext 111 typedef struct osmesa_context *OSMesaContext; typedef 120 * sharelist - specifies another OSMesaContext with which to share 122 * Return: an OSMesaContext or 0 if error 124 GLAPI OSMesaContext GLAPIENTRY 125 OSMesaCreateContext( GLenum format, OSMesaContext sharelist ); 137 GLAPI OSMesaContext GLAPIENTRY 139 GLint accumBits, OSMesaContext sharelist); 166 GLAPI OSMesaContext GLAPIENTR [all...] |
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
H A D | osmesa.c | 194 osmesa_read_buffer(OSMesaContext osmesa, struct pipe_resource *res, void *dst, in osmesa_read_buffer() 363 OSMesaContext osmesa = OSMesaGetCurrentContext(); in osmesa_st_framebuffer_flush_front() 542 * sharelist - specifies another OSMesaContext with which to share 544 * Return: an OSMesaContext or 0 if error 546 GLAPI OSMesaContext GLAPIENTRY 547 OSMesaCreateContext(GLenum format, OSMesaContext sharelist) in OSMesaCreateContext() 558 GLAPI OSMesaContext GLAPIENTRY 560 GLint accumBits, OSMesaContext sharelist) in OSMesaCreateContextExt() 583 GLAPI OSMesaContext GLAPIENTRY 584 OSMesaCreateContextAttribs(const int *attribList, OSMesaContext sharelis [all...] |
/third_party/glfw/src/ |
H A D | internal.h | 254 typedef void* OSMesaContext; typedef 257 typedef OSMesaContext (GLAPIENTRY * PFN_OSMesaCreateContextExt)(GLenum,GLint,GLint,GLint,OSMesaContext); 258 typedef OSMesaContext (GLAPIENTRY * PFN_OSMesaCreateContextAttribs)(const int*,OSMesaContext); 259 typedef void (GLAPIENTRY * PFN_OSMesaDestroyContext)(OSMesaContext); 260 typedef int (GLAPIENTRY * PFN_OSMesaMakeCurrent)(OSMesaContext,void*,int,int,int); 261 typedef int (GLAPIENTRY * PFN_OSMesaGetColorBuffer)(OSMesaContext,int*,int*,int*,void**); 262 typedef int (GLAPIENTRY * PFN_OSMesaGetDepthBuffer)(OSMesaContext,int*,int*,int*,void**); 518 OSMesaContext handl [all...] |
H A D | osmesa_context.c | 201 OSMesaContext share = NULL; in _glfwCreateContextOSMesa() 372 GLFWAPI OSMesaContext glfwGetOSMesaContext(GLFWwindow* handle) in glfwGetOSMesaContext()
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3native.h | 640 /*! @brief Returns the `OSMesaContext` of the specified window. 642 * @return The `OSMesaContext` of the specified window, or `NULL` if an 655 GLFWAPI OSMesaContext glfwGetOSMesaContext(GLFWwindow* window);
|
Completed in 6 milliseconds